@charset "UTF-8";
/* ==================================================

※このファイルにCSSを書き込む。

================================================== */
/* ==================================================

※このファイルは基本的に編集しない。他のCSSで設定上書きでの対処を推奨。

================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend:wght@100..900&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
  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;
}

table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li,
ol li {
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, 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;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

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]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-spacing: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media (min-width: 751px) and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media (max-width: 750px) {
  html {
    font-size: 2.6666666667vw;
    scroll-padding-top: 7rem;
  }
}
@media screen and (min-width: 751px) {
  .onlySP {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .onlyPC {
    display: none !important;
  }
}
body {
  color: #161B1F;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:focus {
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

p {
  margin: 0px;
  padding: 0;
}

p:last-child {
  margin-bottom: 0px;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

input[type=submit] {
  border: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

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

span {
  display: inline-block;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

@media screen and (min-width: 751px) {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
}
.ml-auto {
  margin-left: auto;
}

.m-auto {
  margin: 0 auto;
}

.no_margin {
  margin: 0 !important;
}

.txt {
  font-size: 1.6rem;
  font-weight: 500;
}

.text-none {
  color: red;
  font-size: 1.8rem;
}

body.overflow {
  overflow: hidden;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  #wrapper {
    max-width: 75rem;
  }
}
.c-container {
  position: relative;
  max-width: 123.4rem;
  margin: 0 auto;
  padding: 0 4rem;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .c-container {
    max-width: 100%;
    padding: 0 1.5rem;
  }
}
.c-center {
  text-align: center;
}

.c-right {
  text-align: right;
}

.c-white {
  color: #fff;
}

.c-bold {
  font-weight: bold;
}

.c-fit {
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
  color: #333333;
}

@media screen and (max-width: 750px) {
  .c-txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.c-btn {
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #ffffff;
  background-color: #005CB5;
  padding: 1rem 4.6rem 1rem 2.4rem;
  border-radius: 0.5rem;
  position: relative;
  min-width: 18.4rem;
  min-height: 6.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px rgba(255, 255, 255, 0.4);
}

.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2.4rem;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../images/icon_arrow.svg) no-repeat center center/contain;
}

@media screen and (min-width: 751px) {
  .c-btn:hover {
    background-color: #007BF1;
  }
}
@media screen and (max-width: 750px) {
  .c-btn {
    font-size: 1.3rem;
    min-width: 13.8rem;
    min-height: 4.3rem;
  }
  .c-btn::after {
    right: 1.6rem;
  }
}
.bg-blue {
  background-color: #0f4386;
}

.bg-blue .c-title__en {
  color: #072b6f;
}

.bg-blue .c-title__ja {
  color: #ffffff;
}

.bg-blue02 .c-title {
  margin-bottom: 5.5rem;
}

.bg-blue02 .c-title__en {
  color: #d9ecff;
}

.bg-blue02 .c-title__ja {
  color: #005CB5;
}

.contactConfirm #main-top {
  padding: 0;
}

.contactConfirm .l-entry {
  padding: 10rem 0 8rem;
}

.contactConfirm .l-fixed-btn,
.contactConfirm section:not(.l-entry) {
  display: none;
}

@media screen and (min-width: 751px) {
  .mail-thanks .c-form__wrap {
    padding: 4rem 5rem;
  }
  .c-form__heading {
    font-size: 2.4rem;
    font-weight: 500;
    color: #000;
    line-height: 1.5833333333;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 1.6rem;
  }
  .c-form__guideline {
    margin-bottom: 3.8rem;
  }
  .c-form__guideline .desc {
    font-size: 1.8rem;
    font-weight: 400;
    color: #000;
    line-height: 1.8;
    margin-bottom: 1rem;
  }
  .c-form__guideline .note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem;
  }
  .c-form__guideline .note > .text {
    font-size: 1.6rem;
    font-weight: 400;
    color: #2e2f30;
    line-height: 2;
  }
  .c-form__wrap {
    width: 100%;
    margin: 0 auto;
    background-color: #f7f7f7;
    padding: 4.5rem 17.6rem;
  }
  .c-form__wrap .required {
    font-family: "Lexend", sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    line-height: 2;
    padding: 0 1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #161b1f;
    border-radius: 0.3rem;
  }
  .c-form__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.4rem;
    margin-bottom: 1.2rem;
  }
  .c-form__head .c-form__tit {
    margin-bottom: 0;
  }
  .c-form__tit {
    color: #161b1f;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.4rem;
    margin-bottom: 0.8rem;
  }
  .c-form__tit--note {
    font-family: "Inter", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2;
    color: #707070;
  }
  .c-form__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.4rem;
  }
  .c-form__control .column {
    position: relative;
    max-width: 10.5rem;
  }
  .c-form__control .column:nth-child(1)::before {
    content: "";
    position: absolute;
    width: 0.6rem;
    height: 0.2rem;
    background-color: #000;
    top: 3rem;
    left: 104%;
    z-index: 1;
  }
  .c-form__control.address {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem 1.4rem;
  }
  .c-form__control.address .error-st {
    width: 100%;
  }
  .c-form__control #prefecture-select {
    display: none !important;
  }
  .c-form__control.select-pre {
    display: block;
  }
  .c-form__control.select-pre .wpcf7-form-control-wrap {
    display: inline;
  }
  .c-form__control .select-nws {
    max-width: 20.4rem;
    width: 100%;
    position: relative;
  }
  .c-form__control .select-nws .select-selected {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    position: relative;
    border: 1px solid #b5b5b5;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.25;
    padding: 1.4rem 2rem;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 6rem;
    color: #161b1f;
    background-color: #fff;
    text-transform: capitalize;
  }
  .c-form__control .select-nws .select-selected::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #161b1f;
    border-width: 0 0.15rem 0.15rem 0;
    display: inline-block;
    padding: 0.3rem;
    top: 46%;
    right: 2rem;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    z-index: 1;
  }
  .c-form__control .select-nws .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    overflow-y: auto;
    max-height: 32rem;
    border: 1px solid #cccccc;
    border-radius: 0.4rem;
  }
  .c-form__control .select-nws .select-hide {
    display: none;
  }
  .c-form__control .select-nws .item {
    color: #161b1f;
    padding: 0.8rem 1.6rem;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    font-size: 1.6rem;
  }
  .c-form__control .inputselect {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden;
    overflow: hidden;
  }
  .c-form__control__input,
  .c-form__control select,
  .c-form__control textarea {
    background-color: #fff;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.4rem 2rem;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #000 !important;
    font-weight: 400;
    min-height: 6rem;
    border: 1px solid #b5b5b5;
  }
  .c-form__control__input::-webkit-input-placeholder, .c-form__control select::-webkit-input-placeholder, .c-form__control textarea::-webkit-input-placeholder {
    color: #b5b5b5;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control__input::-moz-placeholder, .c-form__control select::-moz-placeholder, .c-form__control textarea::-moz-placeholder {
    color: #b5b5b5;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control__input:-ms-input-placeholder, .c-form__control select:-ms-input-placeholder, .c-form__control textarea:-ms-input-placeholder {
    color: #b5b5b5;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control__input::-ms-input-placeholder, .c-form__control select::-ms-input-placeholder, .c-form__control textarea::-ms-input-placeholder {
    color: #b5b5b5;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control__input::placeholder,
  .c-form__control select::placeholder,
  .c-form__control textarea::placeholder {
    color: #b5b5b5;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control__input:focus,
  .c-form__control select:focus,
  .c-form__control textarea:focus {
    outline: none;
  }
  .c-form__control textarea {
    height: 28rem;
    width: 100%;
    resize: none;
  }
  .c-form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .c-form__group .show-error .error-st {
    display: block;
  }
  .c-form__group--job select {
    max-width: 29.8rem;
    background-image: url(../images/arrow_select.svg);
    background-repeat: no-repeat;
    background-size: 1.3rem 1.5rem;
    background-position: 26.5rem 50%;
  }
  .c-form__group--name, .c-form__group--furigana {
    max-width: 46.2rem;
  }
  .c-form__group:last-child {
    margin-bottom: 0;
  }
  .c-form__group .wpcf7-form-control-wrap {
    width: 100%;
  }
  .c-form__group .error-st {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0;
    color: #f94848;
    margin-top: 0.8rem;
    display: none;
    line-height: 1.3;
  }
  .c-form__group .error .error-st, .c-form__group.error .error-st {
    display: block;
  }
  .c-form__group .error .codedropz-upload-inner h4,
  .c-form__group .error .select-selected,
  .c-form__group .error input,
  .c-form__group .error select,
  .c-form__group .error textarea, .c-form__group.error .codedropz-upload-inner h4,
  .c-form__group.error .select-selected,
  .c-form__group.error input,
  .c-form__group.error select,
  .c-form__group.error textarea {
    border: 1px solid #f94848 !important;
    background-color: rgba(255, 232, 232, 0.55) !important;
  }
  .c-form__group .wpcf7-not-valid-tip {
    display: none !important;
  }
  .c-form__group--uploadFile .c-form__control {
    gap: 2.3rem;
  }
  .c-form__group--uploadFile .drag {
    width: 51rem;
  }
  .c-form__group--uploadFile .brows {
    width: calc(100% - 51rem - 2.3rem);
    padding-top: 1.5rem;
  }
  .c-form__constraint {
    margin-top: 4rem;
  }
  .c-form__your-consent {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: 0.7rem;
  }
  .c-form__your-consent--notes {
    font-family: "Lexend", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    color: #707070;
    margin-top: 0.5rem;
  }
  .c-form__check {
    display: inline-block;
    padding-left: 3.4rem;
    position: relative;
    font-family: "Lexend", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.05;
    color: #2e2f30;
  }
  .c-form__check > a {
    color: #005cb5;
    text-decoration: underline;
  }
  .c-form__check > a:hover {
    opacity: 0.6;
  }
  .c-form__check .required {
    margin-left: 1.4rem;
  }
  .c-form__check input {
    position: absolute;
    top: -4.3rem;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .c-form__check input:checked ~ .c-form__check--checkmark:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1.2rem;
    height: 1.2rem;
    background-color: #303030;
    border-radius: 1px;
  }
  .c-form__check--checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 2.4rem;
    width: 2.4rem;
    border-radius: 0.2rem;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    cursor: pointer;
  }
  .c-form__btn {
    text-align: center;
    margin-top: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-form__btn__link {
    position: relative;
    width: 44rem;
    min-height: 8rem;
    padding: 1rem 2.4rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.4rem;
    border-radius: 0.8rem;
    border: 1px solid #2064d3;
    background-color: #2064d3;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    margin: 0 auto;
  }
  .c-form__btn__link--text {
    font-size: 1.7rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    min-width: 20rem;
    text-align: center;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .c-form__btn__link::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2.4rem;
    width: 2.2rem;
    height: 2.2rem;
    background: url(../images/icon_arrow.svg) no-repeat center center/contain;
  }
  .c-form__btn__link:hover {
    background-color: #007bf1;
  }
  .c-form.contact-confirm .c-form_email_confirm,
  .c-form.contact-confirm .c-form__titSub,
  .c-form.contact-confirm .required {
    display: none;
  }
  .c-form.contact-confirm .c-form__head {
    margin-bottom: 0;
  }
  .c-form.contact-confirm .c-form__control {
    width: calc(100% - 18.5rem);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-form.contact-confirm .c-form__control .column {
    width: auto;
    gap: 0;
  }
  .c-form.contact-confirm .c-form__control.address {
    gap: 0.5rem 1.6rem;
  }
  .c-form.contact-confirm .c-form__control .column:nth-child(1)::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 120%;
    height: 1px;
  }
  .c-form.contact-confirm .c-form__tit {
    padding-right: 3rem;
    width: 16.5rem;
    margin: 0;
  }
  .c-form.contact-confirm .c-form__control .column > span:nth-child(2) {
    width: auto;
  }
  .c-form.contact-confirm .wpcf7-form-control-wrap-confirm {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
    color: #161b1f;
  }
  .c-form.contact-confirm .c-form__group {
    max-width: 100% !important;
    margin-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2rem;
    padding: 3rem 0;
    min-height: 9.2rem;
    border-bottom: 1px solid #dbdbdb;
  }
  .c-form.contact-confirm .c-form__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 4.8rem;
  }
  .c-form.contact-confirm .c-btn--back {
    cursor: pointer;
    padding: 0 2rem;
    display: inline-block;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    min-height: auto;
    background-color: transparent;
    border: none;
  }
  .c-form.contact-confirm .c-btn--back::after {
    content: none;
  }
  .c-form.contact-confirm .c-btn--back .u-text {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.6;
    color: #161b1f;
    text-decoration: underline;
  }
  .c-form.contact-confirm .c-btn--back:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 750px) {
  .c-form__heading {
    font-size: 3.2rem;
    font-weight: 500;
    color: #000;
    line-height: 1;
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 3.2rem;
  }
  .c-form__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.8rem;
  }
  .c-form__head .c-form__tit {
    margin-bottom: 0;
  }
  .c-form__guideline {
    margin-bottom: 3rem;
  }
  .c-form__guideline .desc {
    font-size: 1.3rem;
    font-weight: 400;
    color: #303030;
    line-height: 1.8;
    margin-bottom: 0.5rem;
  }
  .c-form__guideline .note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem;
  }
  .c-form__guideline .note > .text {
    font-family: "Lexend", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: #2e2f30;
    line-height: 2;
  }
  .c-form__wrap {
    width: 100%;
    margin: 0 auto;
    background-color: #f7f7f7;
    padding: 3.2rem 1rem;
  }
  .c-form__wrap .required {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.9;
    padding: 0 1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #303030;
    border-radius: 0.3rem;
  }
  .c-form__tit {
    color: #303030;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.8rem;
  }
  .c-form__tit--note {
    font-size: 1rem;
    color: #707070;
    font-weight: 400;
  }
  .c-form__titSub {
    color: #303030;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    padding-top: 1rem;
  }
  .c-form__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .c-form__control .column {
    position: relative;
    max-width: 10.5rem;
  }
  .c-form__control .column:nth-child(1)::before {
    content: "";
    position: absolute;
    width: 0.6rem;
    height: 0.2rem;
    background-color: #000;
    top: 3rem;
    left: 104%;
    z-index: 1;
  }
  .c-form__control.address {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem 1.4rem;
  }
  .c-form__control #prefecture-select {
    display: none !important;
  }
  .c-form__control.select-pre {
    display: block;
  }
  .c-form__control.select-pre .wpcf7-form-control-wrap {
    display: inline;
  }
  .c-form__control .select-nws {
    max-width: 20.4rem;
    width: 100%;
    position: relative;
  }
  .c-form__control .select-nws .select-selected {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    position: relative;
    border: 1px solid #b5b5b5;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.25;
    padding: 1.4rem 2rem;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 5.6rem;
    color: #161b1f;
    background-color: #fff;
    text-transform: capitalize;
  }
  .c-form__control .select-nws .select-selected::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #161b1f;
    border-width: 0 0.15rem 0.15rem 0;
    display: inline-block;
    padding: 0.3rem;
    top: 46%;
    right: 2rem;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    z-index: 1;
  }
  .c-form__control .select-nws .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    overflow-y: auto;
    max-height: 32rem;
    border: 1px solid #cccccc;
    border-radius: 0.4rem;
  }
  .c-form__control .select-nws .select-hide {
    display: none;
  }
  .c-form__control .select-nws .item {
    color: #161b1f;
    padding: 0.8rem 1.6rem;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    font-size: 1.6rem;
  }
  .c-form__control .inputselect {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden;
    overflow: hidden;
  }
  .c-form__control__input,
  .c-form__control select,
  .c-form__control textarea {
    background-color: #f9f9f9;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 1.4rem 1.6rem;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #000 !important;
    font-weight: 400;
    min-height: 5.6rem;
    border: 1px solid #b5b5b5;
  }
  .c-form__control__input::-webkit-input-placeholder, .c-form__control select::-webkit-input-placeholder, .c-form__control textarea::-webkit-input-placeholder {
    color: #b5b5b5;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control__input::-moz-placeholder, .c-form__control select::-moz-placeholder, .c-form__control textarea::-moz-placeholder {
    color: #b5b5b5;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control__input:-ms-input-placeholder, .c-form__control select:-ms-input-placeholder, .c-form__control textarea:-ms-input-placeholder {
    color: #b5b5b5;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control__input::-ms-input-placeholder, .c-form__control select::-ms-input-placeholder, .c-form__control textarea::-ms-input-placeholder {
    color: #b5b5b5;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control__input::placeholder,
  .c-form__control select::placeholder,
  .c-form__control textarea::placeholder {
    color: #b5b5b5;
    font-size: inherit;
    font-weight: 400;
  }
  .c-form__control__input:focus,
  .c-form__control select:focus,
  .c-form__control textarea:focus {
    outline: none;
  }
  .c-form__control textarea {
    height: 20rem;
    resize: none;
  }
  .c-form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .c-form__group:last-child {
    margin-bottom: 0;
  }
  .c-form__group .wpcf7-form-control-wrap {
    width: 100%;
  }
  .c-form__group--job select {
    max-width: 100%;
    background-image: url(../images/arrow_select.svg);
    background-repeat: no-repeat;
    background-size: 1.3rem 1.5rem;
    background-position: 29.5rem 50%;
  }
  .c-form__group .error-st {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0;
    color: #f94848;
    margin-top: 0.5rem;
    display: none;
    line-height: 1.3;
  }
  .c-form__group .error .error-st, .c-form__group.error .error-st {
    display: block;
  }
  .c-form__control.address.towfiled.show-error .error-st {
    display: block;
  }
  .c-form__group .error .codedropz-upload-inner .cd-upload-btn,
  .c-form__group .error .select-selected,
  .c-form__group .error input,
  .c-form__group .error select,
  .c-form__group .error textarea, .c-form__group.error .codedropz-upload-inner .cd-upload-btn,
  .c-form__group.error .select-selected,
  .c-form__group.error input,
  .c-form__group.error select,
  .c-form__group.error textarea {
    border: 1px solid #f94848 !important;
    background-color: rgba(255, 232, 232, 0.55) !important;
  }
  .c-form__group .wpcf7-not-valid-tip {
    display: none !important;
  }
  .c-form__group--uploadFile .c-form__control {
    gap: 2.3rem;
  }
  .c-form__group--uploadFile .drag {
    width: 51rem;
  }
  .c-form__group--uploadFile .brows {
    width: calc(100% - 51rem - 2.3rem);
    padding-top: 1.5rem;
  }
  .c-form__constraint {
    margin-top: 3.2rem;
  }
  .c-form__your-consent {
    text-align: center;
    gap: 0.7rem;
  }
  .c-form__your-consent--notes {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2;
    color: #303030;
    margin-top: 0.5rem;
    text-align: left;
  }
  .c-form__check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 3rem;
    position: relative;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2.05;
    color: #303030;
    text-align: left;
  }
  .c-form__check > a {
    color: #196fdd;
    text-decoration: underline;
  }
  .c-form__check .required {
    margin-left: 2rem;
  }
  .c-form__check input {
    position: absolute;
    top: -4.3rem;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .c-form__check input:checked ~ .c-form__check--checkmark:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1.2rem;
    height: 1.2rem;
    background-color: #303030;
    border-radius: 1px;
  }
  .c-form__check--checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 2.4rem;
    width: 2.4rem;
    border-radius: 0.2rem;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    cursor: pointer;
  }
  .c-form .buttons-area-confirm {
    width: 100%;
  }
  .c-form__btn {
    text-align: center;
    margin-top: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-form__btn__link {
    position: relative;
    width: 100%;
    min-height: 6.4rem;
    padding: 1rem 2.4rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.4rem;
    border-radius: 0.8rem;
    border: 1px solid #2064d3;
    background-color: #2064d3;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    margin: 0 auto;
  }
  .c-form__btn__link--text {
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .c-form__btn__link::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2.4rem;
    width: 2.2rem;
    height: 2.2rem;
    background: url(../images/icon_arrow.svg) no-repeat center center/contain;
  }
  .c-form.contact-confirm .c-form_email_confirm,
  .c-form.contact-confirm .c-form__titSub,
  .c-form.contact-confirm .required {
    display: none;
  }
  .c-form.contact-confirm .c-form__wrap {
    padding: 1rem 1.6rem 4rem;
  }
  .c-form.contact-confirm .c-form__head {
    margin-bottom: 0;
  }
  .c-form.contact-confirm .c-form__step {
    margin-bottom: 0.5rem;
  }
  .c-form.contact-confirm .c-form__heading {
    margin-bottom: 2.2rem;
  }
  .c-form.contact-confirm .c-form__control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    width: calc(100% - 14rem);
  }
  .c-form.contact-confirm .c-form__control.address {
    gap: 1.5rem;
  }
  .c-form.contact-confirm .c-form__control .column:nth-child(1)::before {
    height: 1px;
    top: 50%;
    left: 120%;
  }
  .c-form.contact-confirm .c-form__control .column {
    width: auto;
    gap: 0;
  }
  .c-form.contact-confirm .c-form__tit {
    width: 12rem;
    margin: 0;
    line-height: 1.4;
  }
  .c-form.contact-confirm .c-form__control .column > span:nth-child(2) {
    width: auto;
  }
  .c-form.contact-confirm .wpcf7-form-control-wrap-confirm {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.6;
    color: #321200;
  }
  .c-form.contact-confirm .c-form__group {
    margin-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2rem;
    padding: 2.4rem 0;
    min-height: 6.9rem;
    border-bottom: 1px solid #dbdbdb;
  }
  .c-form.contact-confirm .c-form__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 4.8rem;
    gap: 3.2rem;
  }
  .c-form.contact-confirm .c-btn--back {
    cursor: pointer;
    padding: 0 2rem;
    display: inline-block;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    min-height: auto;
    background-color: transparent;
    border: none;
  }
  .c-form.contact-confirm .c-btn--back::after {
    content: none;
  }
  .c-form.contact-confirm .c-btn--back .u-text {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    color: #161b1f;
    text-decoration: underline;
  }
}
@media screen and (min-width: 751px) {
  .contact-confirm .customUpfile .codedropz-upload-handler {
    display: none !important;
  }
  .contact-confirm .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details {
    max-width: 100%;
    border: none;
    width: 100%;
    padding: 0;
    font-weight: 400;
  }
  .contact-confirm .dnd-upload-status .dnd-upload-details .name em {
    font-weight: 400;
  }
  .contact-confirm .customUpfile .codedropz-upload-wrapper .dnd-upload-status {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 100%;
    padding: 0;
  }
  .contact-confirm .customUpfile .c-form__group--uploadFile .wpcf7-form-control-wrap {
    display: block !important;
  }
  .contact-confirm .customUpfile .codedropz-upload-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 4rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-image {
    display: none;
  }
  .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
    position: absolute;
    bottom: 0px;
    width: calc(100% - 10rem);
    height: 0.2rem;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
    background: #000;
  }
  .customUpfile .codedropz-upload-wrapper .dnd-upload-status.complete .dnd-upload-details .dnd-progress-bar {
    opacity: 0;
  }
  .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
    text-indent: -9999px;
  }
  .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file .dnd-icon-remove {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file span:after,
  .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file span::before {
    content: none !important;
    background: transparent !important;
  }
  .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file {
    right: 0;
    top: calc(50% - 1.4rem);
    width: 9rem;
    height: 3rem;
    border: 1px solid #707070;
    border-radius: 0.3rem;
    background-color: #f2f2f2;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file:hover {
    opacity: 0.6;
  }
  .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file::after {
    content: "";
    text-indent: -999999px;
    position: absolute;
    background-size: cover;
    background-image: url(../images/ic_round-close.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    right: 1rem;
    top: 0.8rem;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
  }
  .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file::before {
    content: "消去する";
    position: absolute;
    font-size: 1.2rem;
    width: 80%;
    height: 100%;
    left: 1rem;
    top: 0;
    padding: 0.4rem 0;
  }
  .contact-confirm .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file {
    display: none;
  }
  .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details {
    font-family: "Lexend", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2e2f30;
    border-radius: 0.4rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
    position: relative;
    width: auto;
    min-height: 3rem;
    padding-right: 10rem;
    padding-left: 0;
    letter-spacing: 0.02em;
    max-width: 100%;
  }
  .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name {
    color: #161b1f;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .dnd-upload-status .dnd-upload-details .name em {
    font-family: "Lexend", sans-serif;
    color: #161b1f !important;
    font-weight: 500;
    font-style: normal;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name span {
    width: auto;
    margin-right: 10px;
    padding-right: 0;
  }
  .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details span.has-error {
    font-size: 1.2rem;
    margin-left: 2rem;
  }
  .customUpfile .codedropz-upload-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.3rem;
  }
  .customUpfile .codedropz-upload-handler {
    border: none;
    border-radius: 0;
    margin: 0 0 1.2rem;
  }
  .customUpfile .brows .codedropz-upload-handler {
    margin: 0;
    border: none;
    border-radius: 0;
  }
  .customUpfile .codedropz-upload-handler .codedropz-upload-container {
    padding: 0;
  }
  .customUpfile .codedropz-upload-handler .dnd-upload-counter {
    display: none;
  }
  .customUpfile .codedropz-upload-handler .codedropz-upload-inner h4 {
    font-family: "Lexend", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    color: #707070;
    min-height: 6rem;
    border: 1px solid #b5b5b5;
    padding: 1.2rem 1.6rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0.5rem;
    background-color: #f9f9f9;
    margin: 0;
    width: 51rem;
  }
  .customUpfile .codedropz-upload-handler .codedropz-upload-inner .codedropz-btn-wrap {
    width: 15.3rem;
  }
  .customUpfile .codedropz-upload-handler .codedropz-upload-inner span {
    text-indent: -999999px;
    position: absolute;
    cursor: pointer;
    pointer-events: none;
  }
  .customUpfile .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    line-height: 2;
    width: 100%;
    min-height: 3.5rem;
    padding: 0.4rem 1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0.3rem;
    background-color: #fafafa;
    font-size: 1.3rem;
    border: 1px solid #005cb5;
    color: #005cb5;
    font-weight: 500;
  }
}
@media screen and (max-width: 750px) {
  .contact-confirm .customUpfile .codedropz-upload-handler {
    display: none !important;
  }
  .contact-confirm .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details {
    width: 100%;
    border: none;
    padding-right: 0;
  }
  .contact-confirm .customUpfile .codedropz-upload-wrapper .dnd-upload-status {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    padding: 0;
  }
  .contact-confirm .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file {
    width: 7.4rem;
    height: 3rem;
    display: none;
  }
  .contact-confirm .customUpfile .c-form__group--uploadFile .wpcf7-form-control-wrap {
    display: block !important;
  }
  .contact-confirm .customUpfile .codedropz-upload-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 4rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-image {
    display: none;
  }
  .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
    position: absolute;
    bottom: 0px;
    width: calc(100% - 19rem);
    height: 0.2rem;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
    background: #000;
  }
  .customUpfile .codedropz-upload-wrapper .dnd-upload-status.complete .dnd-upload-details .dnd-progress-bar {
    opacity: 0;
  }
  .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
    text-indent: -9999px;
  }
  .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file .dnd-icon-remove {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file span:after,
  .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file span::before {
    content: none !important;
    background: transparent !important;
  }
  .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file {
    right: 0;
    top: calc(50% - 1.5rem);
    width: 8rem;
    height: 3rem;
    border: 1px solid #9C9C9C;
    border-radius: 0.3rem;
    background-color: #B5B5B5;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file::after {
    content: "";
    text-indent: -999999px;
    position: absolute;
    background-size: cover;
    background-image: url(../images/ic_round-close_sp.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    right: 0.7rem;
    top: 1.1rem;
    width: 0.8rem;
    height: 0.8rem;
    pointer-events: none;
  }
  .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file::before {
    content: "消去する";
    position: absolute;
    font-size: 1rem;
    width: 80%;
    height: 100%;
    left: 0.9rem;
    top: 0;
    padding: 0.6rem 0 0;
    color: #fff;
  }
  .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2e2f30;
    border-radius: 0.4rem;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6;
    position: relative;
    width: auto;
    max-width: 100%;
    min-height: 3rem;
    padding-right: 9rem;
    padding-left: 0;
    letter-spacing: 0.02em;
  }
  .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name {
    color: #382e2e;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .dnd-upload-status .dnd-upload-details .name em {
    font-family: "Lexend", sans-serif;
    color: #2e2f30;
    font-weight: 500;
    font-style: normal;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name span {
    width: auto;
    margin-right: 10px;
    padding-right: 0;
  }
  .customUpfile .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details span.has-error {
    font-size: 1.2rem;
    margin-left: 2rem;
  }
  .customUpfile .codedropz-upload-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.3rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .customUpfile .codedropz-upload-handler {
    border: none;
    border-radius: 0;
    margin-bottom: 0.5rem;
  }
  .customUpfile .brows .codedropz-upload-handler {
    margin: 0;
    border: none;
    border-radius: 0;
  }
  .customUpfile .codedropz-upload-handler .codedropz-upload-container {
    padding: 0;
  }
  .customUpfile .codedropz-upload-handler .dnd-upload-counter {
    display: none;
  }
  .customUpfile .codedropz-upload-handler .codedropz-upload-inner h4 {
    display: none !important;
  }
  .customUpfile .codedropz-upload-handler .codedropz-upload-inner .codedropz-btn-wrap {
    width: 100%;
  }
  .customUpfile .codedropz-upload-handler .codedropz-upload-inner span {
    text-indent: -999999px;
    position: absolute;
    cursor: pointer;
    pointer-events: none;
  }
  .customUpfile .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn {
    font-weight: bold;
    line-height: 2;
    width: 100%;
    min-height: 4rem;
    padding: 1rem 2.6rem 1rem 1.2rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0.3rem;
    background-color: #fff;
    font-size: 1.3rem;
    border: 1px solid #518AF3;
    color: #518AF3;
    background-image: url(../images/ic_add_file.svg);
    background-repeat: no-repeat;
    background-size: 1.6rem 1.6rem;
    background-position: 21rem 50%;
  }
}
.c-title {
  text-align: left;
  position: relative;
  margin-bottom: 2rem;
  padding-top: 10rem;
}

.c-title__en {
  font-size: 14rem;
  font-family: "Outfit";
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 0;
  width: 100%;
  color: #f5f5f5;
  text-align: left;
  -webkit-transform: translate(-6rem, 0);
  transform: translate(-6rem, 0);
}

.c-title__en span {
  padding-bottom: 0.15em;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transform: translate(0.8em, 0);
  transform: translate(0.8em, 0);
  will-change: transform;
  margin: 0 -0.2rem;
}

.c-title__en.is-active {
  -webkit-transition: -webkit-transform 1300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1300ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.c-title__en.is-active span {
  -webkit-clip-path: polygon(0 0, 108% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 108% 0, 100% 100%, 0 100%);
  -webkit-transition: -webkit-clip-path 560ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-clip-path 560ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: clip-path 560ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: clip-path 560ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-clip-path 560ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.c-title__en.is-active span:nth-child(1) {
  -webkit-transition-delay: 0ms !important;
  transition-delay: 0ms !important;
}

.c-title__en.is-active span:nth-child(2) {
  -webkit-transition-delay: 30ms !important;
  transition-delay: 30ms !important;
}

.c-title__en.is-active span:nth-child(3) {
  -webkit-transition-delay: 60ms !important;
  transition-delay: 60ms !important;
}

.c-title__en.is-active span:nth-child(4) {
  -webkit-transition-delay: 90ms !important;
  transition-delay: 90ms !important;
}

.c-title__en.is-active span:nth-child(5) {
  -webkit-transition-delay: 120ms !important;
  transition-delay: 120ms !important;
}

.c-title__en.is-active span:nth-child(6) {
  -webkit-transition-delay: 150ms !important;
  transition-delay: 150ms !important;
}

.c-title__en.is-active span:nth-child(7) {
  -webkit-transition-delay: 180ms !important;
  transition-delay: 180ms !important;
}

.c-title__en.is-active span:nth-child(8) {
  -webkit-transition-delay: 210ms !important;
  transition-delay: 210ms !important;
}

.c-title__en.is-active span:nth-child(9) {
  -webkit-transition-delay: 240ms !important;
  transition-delay: 240ms !important;
}

.c-title__en.is-active span:nth-child(10) {
  -webkit-transition-delay: 270ms !important;
  transition-delay: 270ms !important;
}

.c-title__en.is-active span:nth-child(11) {
  -webkit-transition-delay: 300ms !important;
  transition-delay: 300ms !important;
}

.c-title__ja {
  font-size: 4.2rem;
  line-height: 1.2;
  font-weight: 900;
  color: #005CB5;
  position: relative;
  z-index: 1;
}

.c-title__ja span {
  font-size: 10rem;
}

@media screen and (max-width: 750px) {
  .c-title {
    padding-top: 4rem;
  }
  .c-title__en {
    font-size: 5.6rem;
    line-height: 0.8;
  }
  .c-title__en span {
    margin: 0 -0.1rem;
  }
  .c-title__ja {
    font-size: 2.4rem;
    line-height: 1;
  }
  .c-title__ja span {
    font-size: 5.6rem;
  }
}
.footer {
  background-color: #F7F9FB;
  padding: 6.1rem 0 4.5rem;
  position: relative;
  z-index: 9;
}

.footer .pageTop {
  position: absolute;
  top: -3.6rem;
  right: 3rem;
  z-index: 99;
}

.footer .pageTop__link {
  display: inline-block;
  width: 7.2rem;
  height: 7.2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer .pageTop__link .icon {
  width: 100%;
}

.footer .pageTop__link:hover {
  opacity: 0.7;
}

.footer__inner {
  max-width: 116.8rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer__left {
  width: 46.4rem;
}

.footer__left--logo {
  width: 16.7rem;
  margin-bottom: 1rem;
}

.footer__left--logo a:hover {
  opacity: 0.7;
}

.footer__left--lable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  margin-bottom: 1.2rem;
}

.footer__left--lable span {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.73125;
  letter-spacing: 0.055rem;
  color: #0F4386;
}

.footer__left--address {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5428571429;
  letter-spacing: 0.048rem;
  color: #161B1F;
}

.footer__left--btn {
  margin-top: 3.2rem;
}

.footer__left--btn-links {
  width: 31.7rem;
  height: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  background-color: #2064D3;
  border: 0.1rem solid rgba(255, 255, 255, 0.3019607843);
  -webkit-backdrop-filter: blur(0.4rem);
  backdrop-filter: blur(0.4rem);
  border-radius: 0.4rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.6;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__left--btn-links .icon_blank {
  width: 1.9rem;
}

.footer__left--btn-links:hover {
  background-color: #007BF1;
}

.footer__left--btn-links + .footer__left--btn-links {
  margin-top: 1.2rem;
}

.footer__left--btn-insta {
  background-color: #005CB5;
}

.footer__right {
  width: calc(100% - 46.4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.footer__right--links {
  font-family: "Outfit";
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.12rem;
  color: #B2B2B2;
  position: relative;
  padding-right: 3rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__right--links::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/icon_blank_gray.svg) no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer__right--links::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.1rem;
  height: 1.2rem;
  background-color: #B2B2B2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer__right--links:hover {
  opacity: 0.7;
}

.footer__right--copyright {
  font-family: "Outfit";
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.12rem;
  color: #C9C9C9;
}

@media screen and (max-width: 750px) {
  .footer {
    padding: 4.3rem 0;
  }
  .footer .pageTop {
    top: -2.4rem;
    right: 1.5rem;
  }
  .footer .pageTop__link {
    width: 5rem;
    height: 5rem;
  }
  .footer__inner {
    max-width: 100%;
  }
  .footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__left {
    width: 100%;
  }
  .footer__left--logo {
    width: 13.8rem;
    margin-bottom: 0.2rem;
  }
  .footer__left--lable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1.6rem;
  }
  .footer__left--lable span {
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .footer__left--btn {
    margin-top: 2rem;
  }
  .footer__left--btn-links {
    width: 100%;
    height: 5.3rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    font-size: 1.4rem;
    padding: 0 2.4rem;
  }
  .footer__right {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 2rem;
  }
  .footer__right--links {
    padding-right: 3rem;
  }
  .footer__right--copyright {
    font-size: 1rem;
    line-height: 2.16;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-header.header--thanks {
  position: relative;
  border-bottom: 1px solid #CDCDCD;
}

.l-header.header--thanks .l-header__inner {
  padding: 1.6rem 2rem;
}

@media screen and (max-width: 750px) {
  .l-header.header--thanks .l-header__inner {
    padding: 1rem 2rem 1rem 3rem;
  }
}
.l-header.header--thanks .l-header__hamburger span {
  background-color: #005CB5;
}

.l-header.header--thanks .c-link-wrap {
  display: none;
}

.l-header.header--thanks .c-nav__menu li a {
  color: #313131;
}

.l-header.header--thanks .c-nav__menu li a::before {
  background-color: #313131;
}

.l-header.header--thanks.is-show .l-header__inner {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3.3rem 0 1rem 3.5rem;
  width: 100%;
  width: 120rem;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 750px) {
  .l-header__inner {
    padding: 2.4rem 2.2rem;
    -webkit-transition: padding 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out;
  }
}
.l-header__logo {
  z-index: 2;
}

.l-header__logo .c-logo {
  width: 100%;
  max-width: 22.4rem;
}

@media screen and (max-width: 750px) {
  .l-header__logo .c-logo {
    max-width: 9.9rem;
  }
}
.l-header__logo .c-logo img {
  width: 100%;
  height: auto;
}

.l-header__logo .c-logo .logo-fixed {
  display: none;
  width: 27.2rem;
}

@media screen and (max-width: 750px) {
  .l-header__logo .c-logo .logo-fixed {
    width: 9.9rem;
  }
}
.l-header__logo .c-link-wrap a {
  font-weight: 700;
  color: #ffffff;
}

.l-header__logo-insta {
  width: 3.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.l-header__logo-insta a:hover {
  opacity: 0.7;
}

.l-header__logoRight {
  width: 16.9rem;
}

.l-header__logoRight a:hover {
  opacity: 0.7;
}

.l-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .l-header__wrap {
    padding: 0;
    gap: 0.7rem;
  }
}
.l-header .c-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 750px) {
  .l-header .c-nav__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 750px) {
  .l-header .c-nav__menu li {
    border-bottom: 1px solid #dbe4ed;
  }
}
.l-header .c-nav__menu li a {
  position: relative;
  font-size: 1.3rem;
  line-height: 2.6;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #ffffff;
}

@media screen and (max-width: 750px) {
  .l-header .c-nav__menu li a {
    font-size: 1.4rem;
    line-height: 2.6;
    padding: 1.8rem 0.7rem;
    position: relative;
    display: block;
    text-transform: uppercase;
    color: #0F4386;
  }
  .l-header .c-nav__menu li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2.2rem;
    height: 2.2rem;
    background: url("../images/icon_arrow_sp.svg") no-repeat;
    background-size: cover;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
}
.l-header .c-nav__menu li a::before {
  content: "";
  position: absolute;
  background-color: #fff;
  bottom: -0.2rem;
  display: block;
  height: 0.1rem;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
}

@media screen and (min-width: 960px) {
  .l-header .c-nav__menu li a:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
.l-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
}

.l-header__content .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.l-header__nav {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (max-width: 750px) {
  .l-header__nav {
    opacity: 0;
    display: block;
    position: fixed;
    right: -100%;
    top: 9.1rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 0.8rem 2.3rem 3.2rem 2rem;
    background-color: #ffffff;
    z-index: -1;
    width: 34.2rem;
    background-color: #ffffff;
    border-radius: 0.8rem;
  }
}
.l-header__hamburger {
  width: 3.2rem;
  height: 3.2rem;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0.8rem;
  margin-bottom: 0;
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
}

.l-header__hamburger span {
  background-color: #ffffff;
  width: 3.2rem;
  height: 0.2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.l-header__hamburger span:nth-child(1) {
  margin-top: -0.5rem;
}

.l-header__hamburger span:nth-child(2) {
  margin-top: 0.5rem;
}

.l-header.is-show {
  z-index: 9999;
}

.l-header.is-show .l-header__inner {
  padding: 2.4rem 3.3rem 2.4rem 1rem;
}

@media screen and (max-width: 750px) {
  .l-header.is-show .l-header__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
  }
}
.l-header.is-show .l-header__content .overlay {
  opacity: 1;
  visibility: visible;
}

.l-header.is-show .l-header__nav {
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 9;
  opacity: 1;
}

.l-header.is-show .l-header__hamburger {
  -webkit-transform: skewX(0);
  transform: skewX(0);
}

.l-header.is-show .l-header__hamburger span:nth-child(1) {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(25deg);
  transform: translate(-50%, -50%) rotate(25deg);
}

.l-header.is-show .l-header__hamburger span:nth-child(2) {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-25deg);
  transform: translate(-50%, -50%) rotate(-25deg);
}

.l-header.is-show .l-header__logo-insta {
  width: 0;
  visibility: hidden;
  opacity: 0;
}

.l-header.header-fixed:not(.header--thanks) {
  background-color: #ffffff;
}
.header-fixed-only{
	display:none;
}

.header-fixed-before{
	display:block;
}

.header-fixed .header-fixed-only{
	display:block;
}



.header-fixed .header-fixed-before{
	display:none !important;
}

.l-header.header-fixed:not(.header--thanks) .l-header__inner {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.l-header.header-fixed:not(.header--thanks) .c-nav__menu li a {
  color: #005CB5;
}

.l-header.header-fixed:not(.header--thanks) .c-logo .logo {
  display: none;
}

.l-header.header-fixed:not(.header--thanks) .c-logo .logo-fixed {
  display: block;
}

.l-header.header-fixed:not(.header--thanks) .l-header__hamburger span {
  background-color: #005CB5;
}

.l-entry {
  padding: 9rem 0 4.5rem;
}

.l-entry .c-title {
  text-align: left;
  padding-top: 10rem;
  margin-bottom: 6rem;
}

.l-entry .c-title__en {
  color: #f5f5f5;
  text-align: left;
}

.l-entry .c-title__ja {
  color: #005cb5;
}

@media screen and (max-width: 750px) {
  .l-entry {
    padding: 4rem 0 5.8rem;
  }
  .l-entry .c-title {
    margin-bottom: 3rem;
    padding-top: 3.5rem;
  }
  .l-entry .c-title__en {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#main-top {
  padding-top: 100vh;
}

#main-top section {
  z-index: 2;
  position: relative;
  background-color: #ffffff;
}

#main-top .bg-blue {
  background-color: #0f4386;
}

#main-top .bg-blue .c-title__en {
  color: #042d60;
}

#main-top .bg-blue .c-title__ja {
  color: #ffffff;
}

#main-top .l-fixed-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 79.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
  gap: 1rem;
  padding: 2rem;
  background-color: #0f4386;
}

#main-top .l-fixed-btn .c-btn {
  width: 24.6rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-fixed-btn {
    max-width: 34.9rem;
    padding: 1.7rem 1.2rem;
  }
  #main-top .l-fixed-btn .c-btn {
    width: 15.7rem;
    min-height: 4.8rem;
    padding: 0.5rem 3.5rem 0.5rem 1.2rem;
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0;
  }
  #main-top .l-fixed-btn .c-btn::after {
    right: 1rem;
  }
}
#main-top .l-mv {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  inset: 0;
  z-index: 0;
  background-color: #cdd8d9;
}

#main-top .l-mv__img {
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 750px) {
  #main-top .l-mv__img:after {
    content: "";
    position: absolute;
    width: calc(100% - 2.4rem);
    height: calc(100% - 2.4rem);
    top: 1.2rem;
    left: 1.2rem;
    border: solid 1px #ffffff;
    border-radius: 1rem;
  }
}
#main-top .l-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

#main-top .l-mv__img.show {
  opacity: 1;
}

#main-top .l-mv__title {
  width: 100%;
  max-width: 123.2rem;
  padding: 0 5rem;
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

@media screen and (max-width: 750px) {
  #main-top .l-mv__title {
    top: 9.5rem;
    padding: 0 3rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#main-top .l-mv__title p {
  font-size: 13rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  overflow: hidden;
  margin: 0;
}

#main-top .l-mv__title p .small {
  font-size: 9rem;
  letter-spacing: 8px;
  margin: 0 0.5rem;
}

#main-top .l-mv__title p .small span {
  margin: 0 -0.5rem;
}

#main-top .l-mv__title p.small2 {
  -webkit-transform: translateX(1.5rem);
  transform: translateX(1.5rem);
  margin-bottom: 1.5rem;
}

#main-top .l-mv__title p.small2 > span {
  font-size: 11rem;
  margin: 0 -0.3rem;
}

#main-top .l-mv__title p > span:first-child {
  margin-left: 0;
}

#main-top .l-mv__title p span {
  margin: 0 -1rem;
  opacity: 0;
  -webkit-transform: translate(0, 100%) skewX(1deg);
  transform: translate(0, 100%) skewX(1deg);
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#main-top .l-mv__title p span:nth-child(1) {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}

#main-top .l-mv__title p span:nth-child(2) {
  -webkit-transition-delay: 0.04s !important;
  transition-delay: 0.04s !important;
}

#main-top .l-mv__title p span:nth-child(3) {
  -webkit-transition-delay: 0.08s !important;
  transition-delay: 0.08s !important;
}

#main-top .l-mv__title p span:nth-child(4) {
  -webkit-transition-delay: 0.12s !important;
  transition-delay: 0.12s !important;
}

#main-top .l-mv__title p span:nth-child(5) {
  -webkit-transition-delay: 0.16s !important;
  transition-delay: 0.16s !important;
}

#main-top .l-mv__title p span:nth-child(6) {
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

#main-top .l-mv__title p span:nth-child(7) {
  -webkit-transition-delay: 0.24s !important;
  transition-delay: 0.24s !important;
}

#main-top .l-mv__title p span:nth-child(8) {
  -webkit-transition-delay: 0.28s !important;
  transition-delay: 0.28s !important;
}

#main-top .l-mv__title p span:nth-child(9) {
  -webkit-transition-delay: 0.32s !important;
  transition-delay: 0.32s !important;
}

#main-top .l-mv__title p span:nth-child(10) {
  -webkit-transition-delay: 0.36s !important;
  transition-delay: 0.36s !important;
}

#main-top .l-mv__title p span:nth-child(11) {
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

@media screen and (max-width: 750px) {
  #main-top .l-mv__title p {
    font-size: 6rem;
  }
  #main-top .l-mv__title p .small {
    font-size: 4.2rem;
  }
  #main-top .l-mv__title p.small2 {
    margin-bottom: 0.5rem;
  }
  #main-top .l-mv__title p.small2 > span {
    font-size: 5.6rem;
  }
  #main-top .l-mv__title p span {
    margin: 0 -0.2rem;
  }
}
#main-top .l-mv__title.show {
  opacity: 1;
}

#main-top .l-mv__title.show span {
  opacity: 1;
  -webkit-transform: translate(0, 0%) skewX(0deg);
  transform: translate(0, 0%) skewX(0deg);
}

#main-top .l-mv__title img {
  max-width: 61.2rem;
  width: 100%;
  height: auto;
}

#main-top .l-message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  #main-top .l-message__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#main-top .l-message__content {
  width: 50%;
  padding: 8rem 0;
}

@media screen and (max-width: 750px) {
  #main-top .l-message__content {
    width: 100%;
    padding: 4rem 0;
  }
}
#main-top .l-message__img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: calc(50% - 50vw);
  width: 50vw;
}

#main-top .l-message__img img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  #main-top .l-message__img {
    width: inherit;
    margin: 0 -4rem;
    -webkit-transform: translateX(-2rem);
    transform: translateX(-2rem);
    overflow: hidden;
  }
  #main-top .l-message__img img {
    max-width: 33.3rem;
  }
}
#main-top .l-message__title {
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-message__title {
    font-size: 2.8rem;
  }
}
#main-top .l-message .c-txt {
  color: #ffffff;
  line-height: 2.2;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  #main-top .l-message .c-txt {
    font-size: 1.4rem;
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
#main-top .l-work {
  position: relative;
  padding: 7.8rem 0;
  z-index: 3;
}

#main-top .l-work .c-title {
  margin-bottom: 4.8rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-work .c-title {
    margin-bottom: 1.2rem;
  }
  #main-top .l-work .c-title__en span {
    margin: 0 -0.2rem;
  }
}
#main-top .l-work .c-txt {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: -0.065rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-work .c-txt {
    font-size: 1.4rem;
  }
}
#main-top .l-work__header {
  position: relative;
  z-index: 2;
  margin-bottom: 6rem;
}

#main-top .l-work__header .c-txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  color: #333333;
  margin-top: 1.6rem;
}

#main-top .l-work__crane {
  position: absolute;
  top: -18.6rem;
  right: -2.3rem;
  max-width: 55.2rem;
  z-index: 9;
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  #main-top .l-work__crane {
    max-width: 23.2rem;
    top: 3rem;
    right: -4rem;
  }
}
#main-top .l-work__crane img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#main-top .l-work__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.4rem 3.6rem;
  position: relative;
  z-index: 2;
  -webkit-transform: skewY(-6deg);
  transform: skewY(-6deg);
  margin-top: 6.1rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-work__list {
    gap: 0.5rem 1rem;
    -webkit-transform: skewY(0);
    transform: skewY(0);
    margin-top: 10rem;
  }
}
#main-top .l-work__item {
  position: relative;
  width: calc((100% - 7.2rem) / 3);
}

@media screen and (max-width: 750px) {
  #main-top .l-work__item {
    width: calc((100% - 1rem) / 2);
  }
}
#main-top .l-work__link {
  display: block;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: relative;
}

@media screen and (max-width: 750px) {
  #main-top .l-work__link {
    -webkit-transform: skewY(-8deg);
    transform: skewY(-8deg);
  }
}
@media screen and (min-width: 751px) {
  #main-top .l-work__link:hover .l-work__img img {
    -webkit-transform: translateY(-2.5rem) skewY(6deg) scale(1.05);
    transform: translateY(-2.5rem) skewY(6deg) scale(1.05);
  }
}
#main-top .l-work__num {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0f4386;
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 900;
  font-family: "Outfit", sans-serif;
  padding: 0.4rem 1.8rem;
  z-index: 3;
  border-radius: 0 0 0.5rem 0;
}

@media screen and (max-width: 750px) {
  #main-top .l-work__num {
    font-size: 2rem;
    padding: 1rem 0.5rem;
  }
}
#main-top .l-work__num span {
  -webkit-transform: skewY(6deg);
  transform: skewY(6deg);
}

@media screen and (max-width: 750px) {
  #main-top .l-work__num span {
    -webkit-transform: skewY(8deg);
    transform: skewY(8deg);
  }
}
#main-top .l-work__img {
  width: 100%;
  height: 42.2rem;
  position: relative;
}

#main-top .l-work__img img {
  width: 100%;
  -webkit-transform: translateY(-2.5rem) skewY(6deg);
  transform: translateY(-2.5rem) skewY(6deg);
  height: calc(100% + 5rem);
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (max-width: 750px) {
  #main-top .l-work__img img {
    -webkit-transform: translateY(-2.5rem) skewY(8deg);
    transform: translateY(-2.5rem) skewY(8deg);
  }
}
#main-top .l-work__footer {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.7rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: skewY(6deg);
  transform: skewY(6deg);
  padding-bottom: 3.2rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-work__footer {
    -webkit-transform: skewY(8deg);
    transform: skewY(8deg);
  }
}
#main-top .l-work__label {
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: #ffffff;
}

@media screen and (max-width: 750px) {
  #main-top .l-work__label {
    font-size: 1.3rem;
  }
}
#main-top .l-work__title {
  font-size: 3.2rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.28;
  letter-spacing: -0.129rem;
  position: relative;
  padding-right: 4rem;
}

#main-top .l-work__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -0.8rem;
  width: 3.6rem;
  height: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background: url(../images/icon_arrow.svg) no-repeat center center/contain;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 750px) {
  #main-top .l-work__title:after {
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media screen and (max-width: 750px) {
  #main-top .l-work {
    padding: 4rem 0;
  }
  #main-top .l-work__header {
    margin-bottom: 3rem;
  }
  #main-top .l-work__header .c-title__en {
    font-size: 8rem;
    top: -2rem;
  }
  #main-top .l-work__header .c-title__ja {
    font-size: 3.2rem;
  }
  #main-top .l-work__img {
    height: 19rem;
  }
  #main-top .l-work__num {
    font-size: 2rem;
    padding: 1rem 0.6rem;
    line-height: 1;
  }
  #main-top .l-work__footer {
    padding: 0 1rem 2rem;
  }
  #main-top .l-work__title {
    font-size: 1.4rem;
    padding-right: 3rem;
  }
}
#main-top .c-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

#main-top .c-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#main-top .c-modal__wrap {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem;
}

#main-top .c-modal__inner {
  position: relative;
  width: 100%;
  max-width: 96rem;
  background: #ffffff;
  overflow: hidden;
  -webkit-transform: translateY(1.2rem) scale(0.98);
  transform: translateY(1.2rem) scale(0.98);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

#main-top .c-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0f4386;
  width: 6.3rem;
  height: 6.3rem;
}

@media screen and (max-width: 750px) {
  #main-top .c-modal__close {
    width: 4rem;
    height: 4rem;
  }
}
#main-top .c-modal__close:before, #main-top .c-modal__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.4rem;
  height: 0.2rem;
  background: #ffffff;
  -webkit-transform-origin: center;
  transform-origin: center;
}

#main-top .c-modal__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

#main-top .c-modal__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

#main-top .c-modal__content {
  display: none;
  gap: 2.4rem;
}

#main-top .c-modal__content.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
}

@media screen and (max-width: 750px) {
  #main-top .c-modal__content.is-active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 750px) {
  #main-top .c-modal__media {
    height: 20rem;
  }
}
#main-top .c-modal__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#main-top .c-modal__title {
  font-size: 2.4rem;
  font-weight: 900;
  color: #0f4386;
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 750px) {
  #main-top .c-modal__title {
    font-size: 1.6rem;
  }
}
#main-top .c-modal__text {
  font-size: 1.6rem;
  color: #333333;
  line-height: 1.8;
}

@media screen and (max-width: 750px) {
  #main-top .c-modal__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 750px) {
  #main-top .c-modal__content.is-active {
    padding: 2rem;
  }
}
#main-top .c-modal.is-open .c-modal__inner {
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  opacity: 1;
}

#main-top .l-step {
  padding: 7.5rem 0 9.8rem;
}

#main-top .l-step .c-title {
  margin-bottom: 4.8rem;
}

#main-top .l-step .c-title__en {
  font-size: 9rem;
  margin-top: 4.2rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-step .c-title {
    margin-bottom: 1rem;
  }
  #main-top .l-step .c-title__en {
    font-size: 4.8rem;
    margin-top: -3rem;
  }
  #main-top .l-step .c-title__en span {
    margin: 0 -0.2rem;
  }
}
#main-top .l-step .c-txt {
  font-size: 2rem;
  line-height: 1.6;
}

@media screen and (max-width: 750px) {
  #main-top .l-step .c-txt {
    font-size: 1.4rem;
  }
}
#main-top .l-step__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
  counter-reset: step;
  margin-top: 6rem;
  padding-bottom: 20rem;
  position: relative;
}

@media screen and (max-width: 750px) {
  #main-top .l-step__list {
    margin-top: 3rem;
    gap: 1rem;
  }
}
#main-top .l-step__list:after {
  content: "";
  position: absolute;
  width: 48.6rem;
  height: 100%;
  background: url(../images/bg_step.svg) no-repeat center bottom;
  background-size: contain;
  left: 31%;
  bottom: 0;
  z-index: 0;
}

@media screen and (max-width: 750px) {
  #main-top .l-step__list {
    padding-bottom: 13.9rem;
  }
  #main-top .l-step__list:after {
    width: 32.5rem;
    background: url(../images/bg_step_sp.svg) no-repeat center bottom;
    background-size: contain;
    left: 6%;
  }
}
#main-top .l-step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  background: #e5f2ff;
  border-radius: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

#main-top .l-step__media {
  overflow: hidden;
  max-width: 31.9rem;
}

#main-top .l-step__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

#main-top .l-step__body {
  position: relative;
  padding: 3rem 6rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-step__body {
    padding: 1rem;
  }
}
#main-top .l-step__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.9rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-step__head {
    padding-left: 0;
    gap: 1rem;
    margin-bottom: 0.5rem;
  }
}
#main-top .l-step__num {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 3.6rem;
  color: #005CB5;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  #main-top .l-step__num {
    font-size: 2.4rem;
  }
}
#main-top .l-step__title {
  font-size: 2.8rem;
  font-weight: 500;
  color: #005CB5;
  line-height: 1.6;
}

@media screen and (max-width: 750px) {
  #main-top .l-step__title {
    font-size: 1.8rem;
  }
}
#main-top .l-step__text {
  font-size: 1.8rem;
  line-height: 1.6;
}

@media screen and (max-width: 750px) {
  #main-top .l-step__text {
    font-size: 1.3rem;
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 750px) {
  #main-top .l-step {
    padding: 6rem 0 3rem;
  }
  #main-top .l-step__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #main-top .l-step__media {
    max-width: 100%;
  }
  #main-top .l-step__media img {
    height: 9.8rem;
  }
}
#main-top .l-career {
  padding: 7.8rem 0 6.5rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-career {
    padding: 5rem 0 4rem;
  }
}
#main-top .l-career .c-title {
  margin-bottom: 9rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-career .c-title {
    margin-bottom: 4em;
  }
}
#main-top .l-career__point {
  margin-top: 4rem;
}

#main-top .l-career__point + .l-career__point {
  margin-top: 9rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-career__point {
    margin-top: 3rem;
  }
  #main-top .l-career__point + .l-career__point {
    margin-top: 5rem;
  }
}
#main-top .l-career__point-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
  border-bottom: solid 1px #ffffff;
  padding-bottom: 1.6rem;
  color: #ffffff;
}

@media screen and (max-width: 750px) {
  #main-top .l-career__point-head {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 1rem;
  }
}
#main-top .l-career__point-label {
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  #main-top .l-career__point-label {
    font-size: 1.4rem;
  }
}
#main-top .l-career__heading {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
}

@media screen and (max-width: 750px) {
  #main-top .l-career__heading {
    font-size: 1.6rem;
  }
}
#main-top .l-career__rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-career__rank {
    margin-top: 1.4rem;
  }
}
#main-top .l-career__rank-item {
  width: 32.9rem;
  position: relative;
}

#main-top .l-career__rank-item:nth-child(1) {
  padding-top: 8rem;
}

#main-top .l-career__rank-item:nth-child(1) .l-career__rank-body {
  background: -webkit-gradient(linear, left top, left bottom, from(#6c9adf), to(#0f4386));
  background: linear-gradient(180deg, #6c9adf 0%, #0f4386 100%);
}

#main-top .l-career__rank-item:nth-child(1) .l-career__rank-media {
  width: 22.6rem;
  margin-left: 5.8rem;
  margin-bottom: -2.2rem;
}

#main-top .l-career__rank-item:nth-child(2) {
  padding-top: 8rem;
}

#main-top .l-career__rank-item:nth-child(2) .l-career__rank-message {
  top: 2rem;
}

#main-top .l-career__rank-item:nth-child(2) .l-career__rank-body {
  background: -webkit-gradient(linear, left top, left bottom, from(#428eff), color-stop(87.79%, #0f4386));
  background: linear-gradient(180deg, #428eff 0%, #0f4386 87.79%);
  padding-bottom: 5.8rem;
}

#main-top .l-career__rank-item:nth-child(2) .l-career__rank-media {
  width: 23.8rem;
  margin: 0 auto -2rem;
}

#main-top .l-career__rank-item:nth-child(3) .l-career__rank-message {
  left: 1.8rem;
  -webkit-transform: none;
  transform: none;
}

#main-top .l-career__rank-item:nth-child(3) .l-career__rank-body {
  background: -webkit-gradient(linear, left top, left bottom, from(#0051cc), color-stop(81.61%, #0f4386));
  background: linear-gradient(180deg, #0051cc 0%, #0f4386 81.61%);
  padding-bottom: 8.8rem;
}

#main-top .l-career__rank-item:nth-child(3) .l-career__rank-media {
  width: 25rem;
  margin-left: auto;
  margin-right: -2rem;
}

#main-top .l-career__rank-message {
  font-size: 1.6rem;
  color: #005CB5;
  padding: 1.8rem 1.6rem;
  line-height: 1.6;
  border-radius: 1rem;
  position: absolute;
  background-color: #ffffff;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  top: 1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#main-top .l-career__rank-message:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -0.9rem;
  left: calc(50% - 12px);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 15px solid #ffffff;
}

#main-top .l-career__rank-media {
  margin-bottom: -15px;
}

#main-top .l-career__rank-body {
  padding: 1rem 0.2rem 3rem;
  text-align: center;
}

#main-top .l-career__rank-name {
  font-size: 1.8rem;
  font-weight: 900;
  color: #003273;
  line-height: 1.2;
}

#main-top .l-career__rank-name span {
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 1;
  font-family: "Outfit", sans-serif;
}

#main-top .l-career__rank-name span span {
  font-size: 6.4rem;
}

#main-top .l-career__rank-allow {
  margin-top: 1.8rem;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  color: #ffffff;
}

#main-top .l-career__rank-allow strong {
  font-size: 5.6rem;
  font-family: "Outfit", sans-serif;
}

#main-top .l-career__notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.2rem;
  margin-top: 2.4rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-career__notes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.6rem;
    margin-top: 1.4rem;
  }
}
#main-top .l-career__note {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #ffffff;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.4rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-career__note {
    padding: 1.4rem;
  }
}
#main-top .l-career__note .c-txt {
  color: #005CB5;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: -0.65px;
}

#main-top .l-career__note .c-txt small {
  font-size: 1.6rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-career__note .c-txt {
    font-size: 1.4rem;
  }
  #main-top .l-career__note .c-txt small {
    font-size: 1rem;
  }
}
#main-top .l-career__note .c-note {
  color: #005CB5;
  margin-top: 0.8rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-career__note .c-note {
    font-size: 1rem;
  }
}
#main-top .l-career__lead {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 2.2rem;
  text-align: center;
}

@media screen and (max-width: 750px) {
  #main-top .l-career__lead {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 1.2rem;
  }
}
#main-top .l-career__paths {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4.2rem 3.8rem;
  margin-top: 4.2rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-career__paths {
    gap: 2rem;
    margin-top: 0;
  }
}
#main-top .l-career__path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
  max-width: 55.8rem;
}

#main-top .l-career__path:nth-child(3) .l-career__path-title {
  top: 23rem;
}

#main-top .l-career__path-media {
  position: relative;
}

#main-top .l-career__path-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

#main-top .l-career__path-body {
  color: #ffffff;
}

#main-top .l-career__path-title {
  position: absolute;
  width: 100%;
  top: 20rem;
  left: 0;
  right: 0;
  padding: 0 1.4rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-career__path-title {
    top: 11rem !important;
    padding: 0 0.5rem;
  }
}
#main-top .l-career__path-title .c-txt {
  color: #ffffff;
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (max-width: 750px) {
  #main-top .l-career__path-title .c-txt {
    font-size: 1.3rem;
  }
}
#main-top .l-career__path-title .c-ttl {
  color: #ffffff;
  font-size: 2.8rem;
  line-height: 1;
  margin-top: 0.7rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-career__path-title .c-ttl {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
#main-top .l-career__path-card {
  background: #ffffff;
  color: #005cb5;
  border-radius: 1rem;
  padding: 1rem 3.2rem 2rem;
  position: relative;
  max-width: 43.4rem;
  margin: -3rem auto 0;
}

@media screen and (max-width: 750px) {
  #main-top .l-career__path-card {
    max-width: 31.6rem;
    margin-top: -2.5rem;
    border-radius: 0.4rem;
    padding: 1.8rem 2rem;
  }
}
#main-top .l-career__path-card:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -1.5rem;
  left: calc(50% - 2rem);
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-bottom: 2.3rem solid #ffffff;
}

#main-top .l-career__path-card-ttl {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 900;
  margin-bottom: 0.8rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #005cb5;
  text-align: center;
}

@media screen and (max-width: 750px) {
  #main-top .l-career__path-card-ttl {
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 0.2rem;
  }
}
#main-top .l-career__bullets {
  display: block;
}

#main-top .l-career__bullets li {
  padding-left: 3rem;
  font-size: 2rem;
  line-height: 1.6;
  position: relative;
}

@media screen and (max-width: 750px) {
  #main-top .l-career__bullets li {
    padding-left: 3rem;
  }
}
#main-top .l-career__bullets li::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  background-color: #005cb5;
  height: 0.5rem;
  border-radius: 10rem;
  top: 1.5rem;
  left: 2rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-career__bullets li::before {
    left: 2rem;
  }
}
#main-top .l-career__bullets li span {
  font-weight: 900;
}

@media screen and (max-width: 750px) {
  #main-top .l-career__bullets li {
    font-size: 1.4rem;
  }
}
#main-top .l-gallery {
  padding: 8rem 0 0;
}

@media screen and (max-width: 750px) {
  #main-top .l-gallery {
    padding: 4rem 0 0;
  }
  #main-top .l-gallery .c-container {
    padding: 0 3rem;
  }
}
#main-top .l-gallery .c-title {
  margin-bottom: 4.8rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-gallery .c-title {
    margin-bottom: 1rem;
  }
  #main-top .l-gallery .c-title__ja {
    letter-spacing: -2px;
  }
}
#main-top .l-gallery .c-txt {
  font-size: 2rem;
  line-height: 1.6;
}

@media screen and (max-width: 750px) {
  #main-top .l-gallery .c-txt {
    font-size: 1.4rem;
  }
}
#main-top .l-gallery__img {
  margin-top: 3.2rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-gallery__img {
    margin-top: 2rem;
  }
}
#main-top .l-gallery__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 8px;
}

#main-top .l-gallery__item:nth-child(2) {
  grid-column-start: 1;
  grid-row-start: 2;
}

#main-top .l-gallery__item:nth-child(3) {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  grid-column-start: 2;
  grid-row-start: 1;
}

#main-top .l-gallery__item:nth-child(4) {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  grid-column-start: 4;
  grid-row-start: 1;
}

#main-top .l-gallery__item:nth-child(5) {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  grid-row-start: 3;
}

#main-top .l-gallery__item:nth-child(6) {
  grid-column-start: 3;
  grid-row-start: 3;
}

#main-top .l-gallery__item:nth-child(7) {
  grid-column-start: 3;
  grid-row-start: 4;
}

#main-top .l-gallery__item:nth-child(8) {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  grid-column-start: 4;
  grid-row-start: 3;
}

#main-top .l-gallery__item:nth-child(9) {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  grid-row-start: 5;
}

#main-top .l-gallery__item:nth-child(10) {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  grid-column-start: 3;
  grid-row-start: 5;
}

#main-top .l-gallery__item:nth-child(11) {
  grid-column-start: 5;
  grid-row-start: 5;
}

#main-top .l-gallery__item:nth-child(12) {
  grid-column-start: 5;
  grid-row-start: 6;
}

#main-top .l-member {
  padding: 20rem 0 8rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member {
    padding: 5rem 0 4rem;
  }
}
@media screen and (max-width: 750px) {
  #main-top .l-member .c-title {
    padding-top: 8rem;
  }
}
#main-top .l-member__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 9.3rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__list {
    gap: 1.2rem;
    margin-top: 3.1rem;
  }
}
#main-top .l-member__items {
  width: calc((100% - 2.2rem) / 2);
  height: 47.1rem;
  background-color: #ffffff;
  border-radius: 0.8rem;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items {
    width: 100%;
    height: 28.7rem;
  }
}
#main-top .l-member__items:first-child .l-member__items--content {
  padding-top: 4.6rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items:first-child .l-member__items--content {
    padding-top: 2rem;
  }
}
#main-top .l-member__items:first-child .l-member__items--content::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 31.9rem;
  height: 31rem;
  background: url(../images/bg_member_map.png) no-repeat;
  background-size: cover;
  -webkit-transform: translateX(1.6rem);
  transform: translateX(1.6rem);
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items:first-child .l-member__items--content::before {
    top: -0.4rem;
    width: 19rem;
    height: 18.8rem;
    -webkit-transform: translateX(0.9rem);
    transform: translateX(0.9rem);
  }
}
#main-top .l-member__items:nth-child(2) .l-member__items--content {
  padding-top: 4.8rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items:nth-child(2) .l-member__items--content {
    padding-top: 2.8rem;
  }
}
#main-top .l-member__items--ttl {
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.7329166667;
  color: #0f4386;
  text-align: center;
  display: block;
  border-bottom: 0.1rem solid #0f4386;
  padding: 0.5rem 0;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items--ttl {
    font-size: 1.4rem;
    padding: 0.4rem 0;
  }
}
#main-top .l-member__items--content {
  position: relative;
  height: 89%;
}

#main-top .l-member__items--address {
  margin: 0 auto;
  text-align: center;
  position: relative;
}

#main-top .l-member__items--address:first-child {
  width: 47rem;
  margin-bottom: 6.4rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items--address:first-child {
    width: 28.8rem;
    margin-bottom: 3.5rem;
  }
}
#main-top .l-member__items--address:last-child {
  width: 47.8rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items--address:last-child {
    width: 28.8rem;
  }
}
#main-top .l-member__items--address .lable {
  display: inline-block;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: -0.065rem;
  color: #ffffff;
  background-color: #005cb5;
  border-radius: 0.4rem;
  padding: 0.5rem 1.1rem;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items--address .lable {
    font-size: 1.1rem;
    padding: 0.3rem 0.8rem;
    margin-bottom: 0.8rem;
  }
}
#main-top .l-member__items--address .address-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 1.6rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items--address .address-list {
    gap: 0.6rem 1.2rem;
  }
}
#main-top .l-member__items--address .address-list li {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: -0.065rem;
  color: #005cb5;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items--address .address-list li {
    font-size: 1.2rem;
  }
}
#main-top .l-member__items--chart {
  width: 32.8rem;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items--chart {
    width: 20rem;
  }
}
#main-top .l-member__items .chart-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

#main-top .l-member__items .chart-list--thums {
  position: absolute;
}

#main-top .l-member__items .chart-list--thums:first-child {
  width: 21.8rem;
  height: 6.6rem;
  top: 6.9rem;
  right: 2rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .chart-list--thums:first-child {
    width: 13.1rem;
    height: 4.1rem;
    top: 4.1rem;
    right: 1.2rem;
  }
}
#main-top .l-member__items .chart-list--thums:first-child .title {
  top: 0;
  right: 0;
}

#main-top .l-member__items .chart-list--thums:first-child .c-num {
  bottom: 0;
  left: 0;
}

#main-top .l-member__items .chart-list--thums:nth-child(2) {
  width: 21.2rem;
  height: 7.9rem;
  bottom: 4.7rem;
  right: 5.1rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .chart-list--thums:nth-child(2) {
    width: 12.8rem;
    height: 4.9rem;
    bottom: 2.9rem;
    right: 3.1rem;
  }
}
#main-top .l-member__items .chart-list--thums:nth-child(2) .title {
  bottom: 0;
  right: 0;
}

#main-top .l-member__items .chart-list--thums:nth-child(2) .c-num {
  top: 0;
  left: 0;
}

#main-top .l-member__items .chart-list--thums:nth-child(3) {
  width: 16rem;
  height: 8.9rem;
  bottom: 7.5rem;
  left: 5.7rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .chart-list--thums:nth-child(3) {
    width: 9.5rem;
    height: 5.5rem;
    bottom: 4.6rem;
    left: 3.7rem;
  }
}
#main-top .l-member__items .chart-list--thums:nth-child(3) .title {
  bottom: 0;
  left: 0;
}

#main-top .l-member__items .chart-list--thums:nth-child(3) .c-num {
  top: 0;
  right: 0;
}

#main-top .l-member__items .chart-list--thums:nth-child(4) {
  width: 17.3rem;
  height: 5.4rem;
  top: 11rem;
  left: 4.8rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .chart-list--thums:nth-child(4) {
    width: 10.4rem;
    height: 3.5rem;
    top: 6.5rem;
    left: 3.1rem;
  }
}
#main-top .l-member__items .chart-list--thums:nth-child(4) .title {
  bottom: 0;
  left: 0;
}

#main-top .l-member__items .chart-list--thums:nth-child(4) .c-num {
  top: 0;
  right: 0;
}

#main-top .l-member__items .chart-list--thums:last-child {
  width: 12.2rem;
  height: 9.5rem;
  top: 1.2rem;
  left: 18rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .chart-list--thums:last-child {
    width: 8.3rem;
    height: 5.9rem;
    top: 0.6rem;
    left: 11.1rem;
  }
}
#main-top .l-member__items .chart-list--thums:last-child .title {
  top: 0;
  left: 0;
}

#main-top .l-member__items .chart-list--thums:last-child .c-num {
  bottom: 0;
  right: 2.4rem;
}

#main-top .l-member__items .chart-list--thums .title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: -0.065rem;
  color: #0f4386;
  position: absolute;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .chart-list--thums .title {
    font-size: 1.1rem;
  }
}
#main-top .l-member__items .chart-list--thums .c-num {
  font-family: "Outfit";
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.2rem;
  color: #ffffff;
  position: absolute;
}

#main-top .l-member__items .chart-list--thums .c-num .js-count {
  font-size: 3.2rem;
  margin-right: 0.3rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .chart-list--thums .c-num {
    font-size: 1.2rem;
  }
  #main-top .l-member__items .chart-list--thums .c-num .js-count {
    font-size: 2rem;
  }
}
#main-top .l-member__items .list-text.list01 li:first-child {
  top: 2.7rem;
  left: 3.9rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list01 li:first-child {
    top: 1.5rem;
    left: 2.5rem;
  }
}
#main-top .l-member__items .list-text.list01 li:nth-child(2) {
  top: 2.4rem;
  left: 27.4rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list01 li:nth-child(2) {
    top: 1.2rem;
    left: 16.8rem;
  }
}
#main-top .l-member__items .list-text.list01 li:nth-child(3) {
  top: 6.9rem;
  left: 20.4rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list01 li:nth-child(3) {
    top: 4rem;
    left: 12.7rem;
  }
}
#main-top .l-member__items .list-text.list01 li:nth-child(4) {
  top: 5.7rem;
  right: 9.6rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list01 li:nth-child(4) {
    top: 3.3rem;
    right: 5.8rem;
  }
}
#main-top .l-member__items .list-text.list01 li:nth-child(5) {
  top: 10.4rem;
  left: 3rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list01 li:nth-child(5) {
    top: 6.2rem;
    left: 2.1rem;
  }
}
#main-top .l-member__items .list-text.list01 li:nth-child(6) {
  top: 12.4rem;
  left: 32.2rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list01 li:nth-child(6) {
    top: 7.4rem;
    left: 19.8rem;
  }
}
#main-top .l-member__items .list-text.list01 li:nth-child(7) {
  top: 12.6rem;
  right: 5.6rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list01 li:nth-child(7) {
    top: 7.5rem;
    right: 3.5rem;
  }
}
#main-top .l-member__items .list-text.list01 li:nth-child(8) {
  top: 16.4rem;
  left: 7.3rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list01 li:nth-child(8) {
    top: 9.8rem;
    left: 4.5rem;
  }
}
#main-top .l-member__items .list-text.list01 li:nth-child(9) {
  bottom: 15.6rem;
  left: 3.6rem;
  color: #117ec9;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list01 li:nth-child(9) {
    bottom: 9.5rem;
    left: 2.3rem;
  }
}
#main-top .l-member__items .list-text.list01 li:nth-child(10) {
  bottom: 15.5rem;
  left: 27.3rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list01 li:nth-child(10) {
    bottom: 9.6rem;
    left: 16.8rem;
  }
}
#main-top .l-member__items .list-text.list01 li:nth-child(11) {
  bottom: 16.7rem;
  right: 9.1rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list01 li:nth-child(11) {
    bottom: 10.3rem;
    right: 5.5rem;
  }
}
#main-top .l-member__items .list-text.list01 li:nth-child(12) {
  bottom: 10rem;
  left: 8.2rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list01 li:nth-child(12) {
    bottom: 6.1rem;
    left: 5.1rem;
  }
}
#main-top .l-member__items .list-text.list01 li:nth-child(13) {
  bottom: 9.8rem;
  left: 18.4rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list01 li:nth-child(13) {
    bottom: 6.2rem;
    left: 11.4rem;
  }
}
#main-top .l-member__items .list-text.list01 li:nth-child(14) {
  bottom: 10rem;
  right: 3.2rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list01 li:nth-child(14) {
    bottom: 6.2rem;
    right: 2.3rem;
  }
}
#main-top .l-member__items .list-text.list01 li:nth-child(15) {
  bottom: 5.4rem;
  left: 4.5rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list01 li:nth-child(15) {
    bottom: 3.4rem;
    left: 3rem;
  }
}
#main-top .l-member__items .list-text.list01 li:nth-child(16) {
  bottom: 5.8rem;
  left: 27rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list01 li:nth-child(16) {
    bottom: 3.7rem;
    left: 16.7rem;
  }
}
#main-top .l-member__items .list-text.list01 li:nth-child(17) {
  bottom: 2.3rem;
  left: 14.8rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list01 li:nth-child(17) {
    bottom: 1.6rem;
    left: 9.2rem;
  }
}
#main-top .l-member__items .list-text.list01 li:last-child {
  bottom: 3.6rem;
  right: 5.7rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list01 li:last-child {
    bottom: 2.2rem;
    right: 3.4rem;
  }
}
#main-top .l-member__items .list-text.list02 li:first-child {
  top: 2.8rem;
  left: 2.7rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list02 li:first-child {
    top: 1.6rem;
    left: 1.7rem;
  }
}
#main-top .l-member__items .list-text.list02 li:nth-child(2) {
  top: 2.2rem;
  left: 14.6rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list02 li:nth-child(2) {
    top: 1.2rem;
    left: 9.1rem;
  }
}
#main-top .l-member__items .list-text.list02 li:nth-child(3) {
  top: 8.2rem;
  left: 2.7rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list02 li:nth-child(3) {
    top: 4.8rem;
    left: 1.9rem;
  }
}
#main-top .l-member__items .list-text.list02 li:nth-child(4) {
  top: 6.4rem;
  left: 21.8rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list02 li:nth-child(4) {
    top: 3.7rem;
    left: 13.5rem;
  }
}
#main-top .l-member__items .list-text.list02 li:nth-child(5) {
  top: 8.2rem;
  right: 10.4rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list02 li:nth-child(5) {
    top: 4.8rem;
    right: 6.4rem;
  }
}
#main-top .l-member__items .list-text.list02 li:nth-child(6) {
  top: 12.7rem;
  left: 5.8rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list02 li:nth-child(6) {
    top: 7.6rem;
    left: 3.8rem;
  }
}
#main-top .l-member__items .list-text.list02 li:nth-child(7) {
  top: 11.6rem;
  right: 2.2rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list02 li:nth-child(7) {
    top: 6.9rem;
    right: 1.9rem;
  }
}
#main-top .l-member__items .list-text.list02 li:nth-child(8) {
  top: 16.9rem;
  left: 9.9rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list02 li:nth-child(8) {
    top: 10.1rem;
    left: 6rem;
  }
}
#main-top .l-member__items .list-text.list02 li:nth-child(9) {
  bottom: 13.5rem;
  left: 2.6rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list02 li:nth-child(9) {
    bottom: 8.4rem;
    left: 1.8rem;
  }
}
#main-top .l-member__items .list-text.list02 li:nth-child(10) {
  bottom: 9.8rem;
  left: 19rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list02 li:nth-child(10) {
    bottom: 6.1rem;
    left: 11.8rem;
  }
}
#main-top .l-member__items .list-text.list02 li:nth-child(11) {
  bottom: 7.3rem;
  left: 4.8rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list02 li:nth-child(11) {
    bottom: 4.6rem;
    left: 3.1rem;
  }
}
#main-top .l-member__items .list-text.list02 li:nth-child(12) {
  bottom: 3.5rem;
  left: 2.5rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list02 li:nth-child(12) {
    bottom: 2.2rem;
    left: 1.7rem;
  }
}
#main-top .l-member__items .list-text.list02 li:nth-child(13) {
  bottom: 3.6rem;
  left: 18rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list02 li:nth-child(13) {
    bottom: 2.2rem;
    left: 11rem;
  }
}
#main-top .l-member__items .list-text.list02 li:last-child {
  bottom: 2.9rem;
  right: 0.9rem;
  width: 23.8rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text.list02 li:last-child {
    bottom: 1.9rem;
    right: 0.4rem;
    width: 14.5rem;
  }
}
#main-top .l-member__items .list-text li {
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.129rem;
  position: absolute;
}

#main-top .l-member__items .list-text .txt32 {
  font-size: 3.2rem;
  color: #259cf4;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text .txt32 {
    font-size: 2rem;
  }
}
#main-top .l-member__items .list-text .txt32._blue01 {
  color: #117ec9;
}

#main-top .l-member__items .list-text .txt20 {
  font-size: 2rem;
  color: #76afe9;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text .txt20 {
    font-size: 1.2rem;
  }
}
#main-top .l-member__items .list-text .txt40 {
  font-size: 4rem;
  color: #117ec9;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text .txt40 {
    font-size: 2.4rem;
  }
}
#main-top .l-member__items .list-text .txt48 {
  font-size: 4.8rem;
  color: #0f4386;
}

@media screen and (max-width: 750px) {
  #main-top .l-member__items .list-text .txt48 {
    font-size: 3rem;
  }
}
#main-top .l-feature {
  padding: 6.2rem 0 0;
}

@media screen and (max-width: 750px) {
  #main-top .l-feature {
    padding: 5.2rem 0 0;
  }
}
#main-top .l-feature .c-title {
  text-align: center;
  position: relative;
  padding-top: 5.4rem;
  margin-bottom: 8.3rem;
}

#main-top .l-feature .c-title__en {
  color: #042d60;
  text-align: center;
}

#main-top .l-feature .c-title__ja {
  color: #ffffff;
}

@media screen and (min-width: 751px) {
  #main-top .l-feature .c-title__ja {
    font-size: 5rem;
  }
}
@media screen and (max-width: 750px) {
  #main-top .l-feature .c-title {
    padding-top: 1rem;
    margin: 0 -1rem 5rem;
  }
  #main-top .l-feature .c-title__en span {
    margin: 0 -0.5rem;
  }
}
#main-top .l-feature__list {
  position: relative;
  z-index: 1;
}

#main-top .l-feature__items:nth-child(2) a {
  padding-top: 12.3rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-feature__items:nth-child(2) a {
    padding-top: 8.3rem;
  }
}
#main-top .l-feature__items:nth-child(2) .c-num {
  margin-bottom: 1.5rem;
}

#main-top .l-feature__items:nth-child(2) .c-ttl {
  margin-bottom: 4.1rem;
  letter-spacing: -0.2rem;
}

#main-top .l-feature__items:last-child a {
  padding-top: 12.7rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-feature__items:last-child a {
    padding-top: 8.3rem;
  }
}
#main-top .l-feature__items:last-child .c-num {
  margin-bottom: 1.4rem;
}

#main-top .l-feature__items:last-child .c-ttl {
  margin-bottom: 1.1rem;
}

#main-top .l-feature__items a {
  color: #ffffff;
  -webkit-transform: skewY(-6deg);
  transform: skewY(-6deg);
  position: relative;
  display: block;
  border-bottom: solid 2px #ffffff;
  padding: 11.5rem 0 8.5rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-feature__items a {
    -webkit-transform: skewY(-8deg);
    transform: skewY(-8deg);
    padding: 4.5rem 0 5rem;
  }
}
@media screen and (min-width: 751px) {
  #main-top .l-feature__items a:hover .c-img:after {
    opacity: 0.5;
  }
}
#main-top .l-feature__items .c-content {
  position: relative;
  -webkit-transform: skewY(6deg);
  transform: skewY(6deg);
}

@media screen and (max-width: 750px) {
  #main-top .l-feature__items .c-content {
    -webkit-transform: skewY(8deg);
    transform: skewY(8deg);
    margin-right: -1rem;
  }
}
#main-top .l-feature__items .c-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

#main-top .l-feature__items .c-img img {
  -webkit-transform: scale(1.4) skewY(6deg);
  transform: scale(1.4) skewY(6deg);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 750px) {
  #main-top .l-feature__items .c-img img {
    -webkit-transform: scale(1.25) skewY(8deg);
    transform: scale(1.25) skewY(8deg);
  }
}
#main-top .l-feature__items .c-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #005cb5;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (max-width: 750px) {
  #main-top .l-feature__items .c-img:after {
    background: #616161;
    mix-blend-mode: multiply;
    opacity: 0.8;
  }
}
#main-top .l-feature__items .c-num {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  margin-bottom: 2.9rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-feature__items .c-num {
    font-size: 2rem;
    margin-bottom: 0.9rem;
  }
}
#main-top .l-feature__items .c-ttl {
  font-size: 6.8rem;
  font-weight: 900;
  line-height: 1.1764705882;
  margin-bottom: 1.9rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-feature__items .c-ttl {
    font-size: 3.6rem;
  }
}
#main-top .l-feature__items .c-txt {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 900;
  max-width: 55.8rem;
  margin-left: auto;
  color: #ffffff;
}

@media screen and (max-width: 750px) {
  #main-top .l-feature__items .c-txt {
    font-size: 1.3rem;
    line-height: 2.2;
  }
}
#main-top .l-feature__video {
  position: relative;
  z-index: 0;
  padding: 13.2rem 0 10rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-feature__video {
    padding: 5rem 0 4rem;
  }
}
#main-top .l-feature__video:after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 10rem);
  background: url(../images/bg_feature.jpg) no-repeat;
  background-size: cover;
  top: -10rem;
  left: 0;
  opacity: 0.2;
  z-index: 0;
}

@media screen and (max-width: 750px) {
  #main-top .l-feature__video:after {
    opacity: 1;
    background: url(../images/bg_feature_sp.jpg) no-repeat;
    background-size: cover;
    left: -0.1rem;
  }
}
#main-top .l-feature__video .c-ttl-sub {
  font-size: 3.6rem;
  color: #ffffff;
  margin-bottom: 0.6rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-feature__video .c-ttl-sub {
    font-size: 2rem;
  }
}
#main-top .l-feature__video .c-txt {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #ffffff;
}

@media screen and (max-width: 750px) {
  #main-top .l-feature__video .c-txt {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
#main-top .l-feature__video-inner {
  max-width: 91.7rem;
  margin: 0 auto;
}

#main-top .l-feature__video .c-video {
  border-radius: 2rem;
  overflow: hidden;
  margin-top: 2.8rem;
  height: 51.6rem;
}

#main-top .l-feature__video .c-video video {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750px) {
  #main-top .l-feature__video .c-video {
    border-radius: 0;
    height: 19rem;
    margin-top: 2.3rem;
  }
}
#main-top .l-project {
  background-color: #ffffff;
  padding: 8.5rem 0 0;
  position: relative;
}

#main-top .l-project .c-title {
  margin-bottom: 4.8rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-project .c-title {
    margin-bottom: 1rem;
    padding-top: 3.5rem;
  }
}
#main-top .l-project .c-txt {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: -0.065rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-project .c-txt {
    font-size: 1.4rem;
  }
}
#main-top .l-project__nav {
  margin-top: 5.9rem;
}

@media screen and (min-width: 751px) {
  #main-top .l-project__nav .c-container {
    padding: 0 3.7rem;
  }
}
#main-top .l-project__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 0.4rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#main-top .l-project__nav-item {
  width: 23.1rem;
  min-width: 0;
}

#main-top .l-project__nav-btn {
  width: 100%;
  height: 100%;
  padding: 1rem 2.3rem;
  background-color: #e8f4fd;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.6rem;
  text-align: left;
  color: #86b5e3;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.065rem;
  border-radius: 1rem 1rem 0 0;
}

@media screen and (min-width: 751px) {
  #main-top .l-project__nav-btn:hover {
    background-color: #0f4386;
    color: #ffffff;
  }
  #main-top .l-project__nav-btn:hover .l-project__nav-num {
    color: #ffffff;
  }
}
@media screen and (min-width: 751px) {
  #main-top .l-project__nav-btn.is-active {
    background-color: #0f4386;
    color: #ffffff;
  }
  #main-top .l-project__nav-btn.is-active .l-project__nav-num {
    color: #ffffff;
  }
}
#main-top .l-project__nav-num {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 900;
  font-family: "Outfit", sans-serif;
  color: #86b5e3;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

#main-top .l-project__nav-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  font-size: 1.5rem;
  line-height: 1.6;
}

#main-top .l-project__content {
  position: relative;
  background-color: #005cb5;
}

#main-top .l-project__item {
  display: none;
  position: relative;
  max-width: 116rem;
  margin: 0 auto;
}

#main-top .l-project__item.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 750px) {
  #main-top .l-project__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: auto;
  }
}
#main-top .l-project__text {
  width: 50%;
  padding: 15.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  color: #ffffff;
}

@media screen and (max-width: 750px) {
  #main-top .l-project__text {
    width: 100%;
    padding: 2rem 1.5rem;
  }
}
#main-top .l-project__title {
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.2rem;
  margin-bottom: 3.4rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-project__title {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
}
#main-top .l-project__description {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: -0.065rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-project__description {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
#main-top .l-project__image {
  width: 70rem;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  right: 0;
}

@media screen and (max-width: 750px) {
  #main-top .l-project__image {
    width: 100%;
    -webkit-clip-path: none;
    clip-path: none;
    height: 29.7rem;
    position: relative;
  }
}
#main-top .l-project__image img {
  width: calc(100% + 4.6rem);
  max-width: inherit;
  height: 100%;
  display: block;
}

@media screen and (max-width: 750px) {
  #main-top .l-project__image img {
    width: calc(100% + 12.2rem);
  }
}
#main-top .l-project__stats {
  position: relative;
  padding: 12rem 0 9.7rem;
  overflow: hidden;
  margin-top: 0;
}

#main-top .l-project__stats-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main-top .l-project__stats-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-image: url(../images/bg_project.jpg);
  background-size: cover;
  background-position: center;
  z-index: 0;
}

@media screen and (max-width: 750px) {
  #main-top .l-project__stats-bg::before {
    background-image: url(../images/bg_project_sp.jpg);
    background-size: cover;
    background-position: center;
  }
}
#main-top .l-project__stats-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #ffffff;
}

#main-top .l-project__stats-label {
  font-size: 6rem;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 2rem;
}

#main-top .l-project__stats-label span {
  font-size: 8.4rem;
}

#main-top .l-project__stats-number {
  font-size: 8.4rem;
  font-weight: 900;
  font-family: "Outfit", sans-serif;
  line-height: 1;
}

#main-top .l-project__stats-number span {
  font-size: 16.4rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-project {
    padding: 4rem 0 0;
  }
  #main-top .l-project__nav {
    margin-top: 3.5rem;
    padding: 1rem 0;
    background-color: #e5f2ff;
  }
  #main-top .l-project__nav-list {
    gap: 0.5rem;
  }
  #main-top .l-project__nav-item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: calc((100% - 0.5rem) / 2);
  }
  #main-top .l-project__nav-btn {
    padding: 0.5rem 2rem 0.5rem 0.7rem;
    gap: 0.4rem;
    position: relative;
    border-radius: 0.4rem;
    background-color: #005cb5;
    color: #ffffff;
    min-height: 5.6rem;
  }
  #main-top .l-project__nav-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.8rem;
    width: 1.2rem;
    height: 1rem;
    background: url(../images/icon_arrow_w.svg) no-repeat center center/contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #main-top .l-project__nav-num {
    color: #ffffff;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0;
  }
  #main-top .l-project__nav-text {
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: -0.04em;
  }
  #main-top .l-project__stats {
    padding: 8rem 0;
  }
  #main-top .l-project__stats-label {
    font-size: 2rem;
    line-height: 1;
  }
  #main-top .l-project__stats-label span {
    font-size: 4rem;
    letter-spacing: -0.4rem;
    margin-left: 0.2rem;
  }
  #main-top .l-project__stats-number {
    font-size: 4rem;
    line-height: 1;
    letter-spacing: -0.4rem;
  }
  #main-top .l-project__stats-number span {
    font-size: 8rem;
    letter-spacing: -0.752rem;
    margin: 0 0.5rem;
  }
}
#main-top .l-interview {
  background-color: #ffffff;
  position: relative;
  z-index: 3;
  padding-top: 12.2rem;
}

#main-top .l-interview__list {
  position: relative;
}

#main-top .l-interview__list:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20rem;
  background-color: #0f4386;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 750px) {
  #main-top .l-interview__head {
    margin-bottom: 4rem;
    margin: 0 1.5rem 2rem;
  }
}
#main-top .l-interview .c-title {
  margin-bottom: 9.6rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-interview .c-title {
    margin-bottom: 1.6rem;
    padding-top: 3rem;
  }
}
#main-top .l-interview__item {
  position: relative;
  overflow: hidden;
  -webkit-transform: skewY(-6deg);
  transform: skewY(-6deg);
  z-index: 2;
  border-bottom: solid 2px #ffffff;
}

@media screen and (max-width: 750px) {
  #main-top .l-interview__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-transform: skewY(-8deg);
    transform: skewY(-8deg);
  }
}
#main-top .l-interview__item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: linear-gradient(262.86deg, rgba(5, 5, 5, 0) 20.51%, #0f4386 65.89%);
}

@media screen and (max-width: 750px) {
  #main-top .l-interview__item:after {
    background: linear-gradient(9.7deg, rgba(85, 85, 85, 0) 21.73%, #0f4385 38.98%);
  }
}
@media screen and (min-width: 751px) {
  #main-top .l-interview__item--reverse {
    -webkit-transform: skewY(0);
    transform: skewY(0);
    margin-top: -10rem;
    z-index: 1;
    padding-top: 9.6rem;
    border-bottom: none;
  }
  #main-top .l-interview__item--reverse:after {
    background: linear-gradient(263.09deg, #0f4386 37.34%, rgba(5, 5, 5, 0) 75.59%);
  }
  #main-top .l-interview__item--reverse .l-interview__image {
    left: 0;
    right: auto;
    -webkit-transform: skewY(0);
    transform: skewY(0);
    top: 5rem;
  }
  #main-top .l-interview__item--reverse .l-interview__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-transform: skewY(0);
    transform: skewY(0);
    padding-bottom: 2.7rem;
  }
  #main-top .l-interview__item--reverse .l-interview__info {
    margin-bottom: 3.3rem;
  }
}
#main-top .l-interview__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 122.5rem;
  margin: 0 auto;
  position: relative;
  -webkit-transform: skewY(6deg);
  transform: skewY(6deg);
  z-index: 1;
  padding: 12.8rem 3.6rem 12.2rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-interview__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3rem 1.5rem 2rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: skewY(8deg);
    transform: skewY(8deg);
  }
}
#main-top .l-interview__text {
  max-width: 65.8rem;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 750px) {
  #main-top .l-interview__text {
    width: 100%;
    padding: 2.4rem 0;
  }
}
#main-top .l-interview__heading {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 2.5rem;
  color: #ffffff;
}

@media screen and (max-width: 750px) {
  #main-top .l-interview__heading {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
  }
}
#main-top .l-interview__qa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-interview__qa {
    gap: 1.6rem;
    margin-bottom: 2rem;
  }
}
#main-top .l-interview__qa-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#main-top .l-interview__q {
  font-size: 2rem;
  line-height: 1.6;
  padding-bottom: 0.2rem;
  border-bottom: solid 1px #ffffff;
  margin-bottom: 1rem;
  padding-left: 0.9rem;
}

#main-top .l-interview__q span {
  font-size: 2.8rem;
  font-weight: 900;
  font-family: "Outfit", sans-serif;
  margin-right: 1.4rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-interview__q {
    font-size: 1.4rem;
    padding-left: 0;
    letter-spacing: -0.65px;
  }
  #main-top .l-interview__q span {
    font-size: 2rem;
    margin-right: 1rem;
  }
}
#main-top .l-interview__a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: #ffffff;
}

@media screen and (max-width: 750px) {
  #main-top .l-interview__a {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
#main-top .l-interview__info {
  width: 31rem;
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-interview__info {
    margin-top: 13rem;
  }
}
#main-top .l-interview__name {
  font-size: 2rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 0.5rem;
  line-height: 1;
  border-bottom: solid 1px #ffffff;
  padding-bottom: 0.3rem;
  padding-left: 0.9rem;
}

#main-top .l-interview__name span {
  font-size: 4.2rem;
  font-family: "Outfit", sans-serif;
}

@media screen and (max-width: 750px) {
  #main-top .l-interview__name {
    font-size: 1.4rem;
  }
  #main-top .l-interview__name span {
    font-size: 2.4rem;
  }
}
#main-top .l-interview__detail {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: #ffffff;
  letter-spacing: 1.26px;
  padding-left: 0.9rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-interview__detail {
    font-size: 1.3rem;
  }
}
#main-top .l-interview__image {
  width: 100%;
  top: -8rem;
  left: 0;
  position: absolute;
  overflow: hidden;
  -webkit-transform: skewY(6deg);
  transform: skewY(6deg);
}

@media screen and (max-width: 750px) {
  #main-top .l-interview__image {
    width: 100%;
    height: 40.3rem;
    position: relative;
    top: 0;
    margin-top: -35.5rem;
    margin-bottom: -7rem;
    -webkit-transform: skewY(8deg);
    transform: skewY(8deg);
  }
}
#main-top .l-interview__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 750px) {
  #main-top .l-interview {
    padding: 8rem 0 0;
  }
  #main-top .l-interview__item:first-child {
    padding-bottom: 4rem;
  }
  #main-top .l-interview__item--reverse .l-interview__image {
    margin-bottom: -3rem;
    margin-top: -34.5rem;
  }
  #main-top .l-interview__item--reverse .l-interview__info {
    margin-top: 14.5rem;
  }
  #main-top .l-interview__item:first-child #main-top .l-interview__text {
    -webkit-clip-path: none;
    clip-path: none;
    margin-bottom: 2rem;
  }
  #main-top .l-interview__item:first-child #main-top .l-interview__image {
    -webkit-clip-path: none;
    clip-path: none;
    margin-left: 0;
  }
}
#main-top .l-data {
  padding: 0 0 13.1rem;
}

#main-top .l-data__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.9rem 2rem;
  margin-top: 5.5rem;
}

#main-top .l-data__item {
  width: calc((100% - 4rem) / 3);
  background-color: #ffffff;
  border-radius: 0.8rem;
  text-align: center;
  color: #0f4386;
}

#main-top .l-data__item._item01 .l-data__item--content {
  padding-top: 2.8rem;
}

#main-top .l-data__item._item01 .c-icon {
  width: 16.7rem;
  margin-top: -0.9rem;
}

#main-top .l-data__item._item02 .l-data__item--content {
  padding-top: 0.9rem;
}

#main-top .l-data__item._item02 .c-num {
  font-size: 2.2rem;
  margin-top: -1rem;
}

#main-top .l-data__item._item02 .c-icon {
  width: 12rem;
  margin-top: 0.2rem;
  padding-left: 1.2rem;
}

#main-top .l-data__item._item03 .l-data__item--content {
  padding-top: 2.8rem;
  padding-bottom: 3.2rem;
}

#main-top .l-data__item._item03 .l-data__item--content .c-num-wrap {
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
}

#main-top .l-data__item._item03 .c-num {
  font-size: 2rem;
  margin-top: -1rem;
}

#main-top .l-data__item._item03 .c-num .js-count {
  font-size: 8rem;
}

#main-top .l-data__item._item03 .c-icon {
  width: 31.2rem;
  margin-top: 2.7rem;
  position: relative;
}

#main-top .l-data__item._item03 .c-icon > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  gap: 3.8rem;
}

#main-top .l-data__item._item03 .c-icon > ul > li {
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  width: calc(33.3333333333% - 2.5333333333rem);
  text-align: center;
}

#main-top .l-data__item._item04 {
  width: 100%;
}

#main-top .l-data__item._item04 .l-data__item--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.2rem 5.4rem 3.9rem 8rem;
  -webkit-column-gap: 3.1rem;
  -moz-column-gap: 3.1rem;
  column-gap: 3.1rem;
}

#main-top .l-data__item._item04 .c-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 54.7rem;
  -webkit-column-gap: 3.4rem;
  -moz-column-gap: 3.4rem;
  column-gap: 3.4rem;
}

#main-top .l-data__item._item04 .c-left-l {
  width: calc((100% - 3.4rem) / 2);
}

#main-top .l-data__item._item04 .c-left-l:first-child .c-icon {
  width: 15.2rem;
  margin-top: 0.4rem;
}

#main-top .l-data__item._item04 .c-left-l:last-child .c-icon {
  width: 18.2rem;
  margin-top: 4.6rem;
}

#main-top .l-data__item._item04 .c-left .c-pri {
  font-size: 2.2rem;
}

#main-top .l-data__item._item04 .c-right {
  width: calc(100% - 54.7rem - 3.1rem);
  padding-top: 3rem;
}

#main-top .l-data__item._item04 .c-right--txt {
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: -0.065rem;
  text-align: left;
}

#main-top .l-data__item._item04 .c-num {
  margin-top: -1rem;
}

#main-top .l-data__item--ttl {
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.7329166667;
  color: #0f4386;
  text-align: center;
  border-bottom: 0.1rem solid #0f4386;
  padding: 0.4rem 0 0.6rem;
}

#main-top .l-data__item--ttl span {
  font-size: 3rem;
}

#main-top .l-data__item--content {
  text-align: center;
}

#main-top .l-data__item--content .c-num {
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -0.129rem;
}

#main-top .l-data__item--content .c-num .js-count {
  font-family: "Outfit";
  font-weight: 900;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: -0.2rem;
}

#main-top .l-data__item--content .tran {
  font-family: "Outfit";
  font-weight: 900;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: -0.2rem;
  font-size: 10rem;
}

#main-top .l-data__item--content .c-num-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-column-gap: 0.6rem;
  -moz-column-gap: 0.6rem;
  column-gap: 0.6rem;
}

#main-top .l-data__item--content .c-name {
  font-weight: 900;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: -0.065rem;
  text-align: center;
}

#main-top .l-data__item--content .c-pri {
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: -0.065rem;
  text-align: center;
}

#main-top .l-data__item .c-icon {
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #main-top .l-data {
    padding: 0 0 6.1rem;
  }
  #main-top .l-data .c-title {
    padding-top: 3rem;
  }
  #main-top .l-data__box {
    gap: 1rem 0.9rem;
    margin-top: 3.2rem;
  }
  #main-top .l-data__item {
    width: calc((100% - 0.9rem) / 2);
  }
  #main-top .l-data__item._item01 .l-data__item--content {
    padding-top: 1.8rem;
    padding-bottom: 2.8rem;
  }
  #main-top .l-data__item._item01 .c-icon {
    width: 10.7rem;
    margin-top: 1.8rem;
  }
  #main-top .l-data__item._item02 .l-data__item--content {
    padding-top: 0;
    padding-bottom: 2.8rem;
  }
  #main-top .l-data__item._item02 .c-num-wrap {
    margin-top: -0.2rem;
    -webkit-column-gap: 0.3rem;
    -moz-column-gap: 0.3rem;
    column-gap: 0.3rem;
  }
  #main-top .l-data__item._item02 .c-num {
    margin-top: -0.8rem;
  }
  #main-top .l-data__item._item02 .c-num .js-count {
    font-size: 4.2rem;
  }
  #main-top .l-data__item._item02 .c-icon {
    width: 7.2rem;
    margin-top: 1.8rem;
    padding-left: 0;
  }
  #main-top .l-data__item._item03 {
    width: 100%;
  }
  #main-top .l-data__item._item03 .l-data__item--content {
    padding-top: 0.5rem;
    padding-bottom: 1.7rem;
  }
  #main-top .l-data__item._item03 .c-num {
    font-size: 2rem;
    -webkit-transform: translateY(-0.4rem);
    transform: translateY(-0.4rem);
  }
  #main-top .l-data__item._item03 .c-num .js-count {
    font-size: 6.8rem;
  }
  #main-top .l-data__item._item03 .c-icon {
    width: 28.5rem;
    margin-top: 0.4rem;
  }
  #main-top .l-data__item._item04 {
    width: 100%;
  }
  #main-top .l-data__item._item04 .l-data__item--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.7rem 1.6rem 2.8rem;
  }
  #main-top .l-data__item._item04 .c-left {
    width: 100%;
    -webkit-column-gap: 1.4rem;
    -moz-column-gap: 1.4rem;
    column-gap: 1.4rem;
  }
  #main-top .l-data__item._item04 .c-left-l {
    width: calc((100% - 1.6rem) / 2);
  }
  #main-top .l-data__item._item04 .c-left-l:first-child .c-icon {
    width: 8.8rem;
    margin-top: 0.4rem;
  }
  #main-top .l-data__item._item04 .c-left-l:last-child .c-icon {
    width: 11.2rem;
    margin-top: 2.7rem;
  }
  #main-top .l-data__item._item04 .c-left .c-pri {
    font-size: 1.3rem;
  }
  #main-top .l-data__item._item04 .c-num {
    margin-top: -1rem;
    font-size: 1.2rem;
  }
  #main-top .l-data__item._item04 .c-num .js-count {
    font-size: 5.8rem;
  }
  #main-top .l-data__item._item04 .c-right {
    width: 100%;
    margin-top: 2.7rem;
  }
  #main-top .l-data__item._item04 .c-right--txt {
    font-size: 1.4rem;
    text-align: center;
  }
  #main-top .l-data__item--ttl {
    font-size: 1.6rem;
    line-height: 1;
    padding: 0.7rem 0 0.8rem;
  }
  #main-top .l-data__item--content .c-num .js-count {
    font-size: 5rem;
  }
  #main-top .l-data__item--content .tran {
    font-size: 5rem;
  }
  #main-top .l-data__item--content .c-num-wrap {
    -webkit-column-gap: 0.6rem;
    -moz-column-gap: 0.6rem;
    column-gap: 0.6rem;
  }
  #main-top .l-data__item--content .c-name {
    font-size: 1.6rem;
    -webkit-transform: translateX(-1.1rem);
    transform: translateX(-1.1rem);
  }
}
#main-top .l-our {
  padding: 8rem 0 12rem;
}

#main-top .l-our__text {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: -0.065rem;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #161b1f;
  margin-top: 4.5rem;
}

#main-top .l-our__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 4.2rem;
}

#main-top .l-our__item {
  width: calc((100% - 2rem) / 2);
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  overflow: hidden;
}

#main-top .l-our__item--ttl {
  height: 7.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.7329166667;
  color: #0f4386;
  border: 0.1rem solid #005cb5;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  border-bottom: none;
}

@media screen and (max-width: 750px) {
  #main-top .l-our {
    padding: 4.6rem 0 6rem;
  }
  #main-top .l-our .c-container {
    padding: 0 3rem;
  }
  #main-top .l-our .c-title {
    padding-top: 3.5rem;
    margin-bottom: 1.2rem;
  }
  #main-top .l-our .c-title__en span {
    margin-right: -0.4rem;
  }
  #main-top .l-our__text {
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-top: 0;
  }
  #main-top .l-our__list {
    gap: 1rem;
    margin-top: 3.1rem;
  }
  #main-top .l-our__item {
    width: 31.4rem;
    margin: 0 auto;
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
  }
  #main-top .l-our__item--ttl {
    height: 5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 1;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
    position: relative;
  }
}
#main-top .l-recruitment {
  background-color: #e6f3ff;
  position: relative;
  padding-top: 8.2rem;
}

#main-top .l-recruitment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-color: #005cb5;
  z-index: 1;
}

#main-top .l-recruitment .c-title {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 8rem;
}

#main-top .l-recruitment .c-title__en {
  text-align: center;
  letter-spacing: -0.06em;
  color: #01397f;
}

#main-top .l-recruitment .c-title__ja {
  font-size: 5.6rem;
}

#main-top .l-recruitment__content {
  position: relative;
  z-index: 2;
}

#main-top .l-recruitment__list {
  position: absolute;
  top: 33.8%;
  left: calc(50% - 53.4rem);
  z-index: 2;
}

#main-top .l-recruitment__list--ttl {
  font-weight: 900;
  font-size: 4.2rem;
  line-height: 1.4;
  letter-spacing: -0.2rem;
  color: #ffffff;
  margin-bottom: 3.2rem;
}

#main-top .l-recruitment__list ul li {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: -0.065rem;
  color: #ffffff;
  position: relative;
  margin-bottom: 2.7rem;
  padding-left: 3.9rem;
}

#main-top .l-recruitment__list ul li:last-child {
  margin-bottom: 0;
}

#main-top .l-recruitment__list ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.3rem;
  height: 1.9rem;
  background: url(../images/icon_check.svg) no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  #main-top .l-recruitment {
    padding-top: 4.7rem;
  }
  #main-top .l-recruitment .c-title {
    padding-top: 2.9rem;
  }
  #main-top .l-recruitment .c-title__ja {
    font-size: 2.4rem;
  }
  #main-top .l-recruitment__content {
    margin-top: 0.2rem;
  }
  #main-top .l-recruitment__list {
    top: 4.8rem;
    left: 3.4rem;
  }
  #main-top .l-recruitment__list--ttl {
    font-size: 2.4rem;
  }
  #main-top .l-recruitment__list ul li {
    font-size: 1.6rem;
    margin-bottom: 1.9rem;
  }
}
#main-top .l-directory {
  background-color: #e6f3ff;
  padding: 1.9rem 0 0;
}

#main-top .l-directory__tabs--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

#main-top .l-directory__tabs--head .job-tab {
  width: calc((100% - 2rem) / 2);
  height: 8.7rem;
  background-color: #d6e8f9;
  font-weight: 900;
  font-size: 2.2rem;
  line-height: 1.8904545455;
  letter-spacing: -0.129rem;
  color: #0f4386;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

#main-top .l-directory__tabs--head .job-tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1rem;
  background-color: #005cb5;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#main-top .l-directory__tabs--head .job-tab.is-active {
  background-color: #ffffff;
}

#main-top .l-directory__tabs--head .job-tab.is-active::before {
  opacity: 1;
}

@media screen and (min-width: 751px) {
  #main-top .l-directory__tabs--head .job-tab:hover {
    background-color: #ffffff;
  }
  #main-top .l-directory__tabs--head .job-tab:hover::before {
    opacity: 1;
  }
}
#main-top .l-directory__tabs--body {
  background-color: #ffffff;
  padding: 6rem 6rem 4rem;
}

#main-top .l-directory__tabs--body .job-panel {
  display: none;
}

#main-top .l-directory__tabs--body .job-panel.is-active {
  display: block;
}

#main-top .l-directory__tabs--body .job-panel__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 3.2rem;
  -moz-column-gap: 3.2rem;
  column-gap: 3.2rem;
}

#main-top .l-directory__tabs--body .job-panel__intro-pic {
  width: 43.6rem;
}

#main-top .l-directory__tabs--body .job-panel__intro-ttl {
  width: calc(100% - 43.6rem - 3.2rem);
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: -0.065rem;
  color: #0f4386;
}

#main-top .l-directory__tabs--body .job-panel__list {
  margin-top: 3.2rem;
}

#main-top .l-directory__tabs--body .job-panel__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.1rem solid #e2e7ea;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.126rem;
  color: #1e1e2c;
}

#main-top .l-directory__tabs--body .job-panel__list dt {
  width: 28rem;
  padding: 0 2rem;
  font-size: 1.8rem;
}

#main-top .l-directory__tabs--body .job-panel__list dd {
  width: calc(100% - 28rem);
  padding: 3.1rem 2rem 3.2rem;
  font-size: 1.6rem;
}

#main-top .l-directory__tabs--body .job-panel__list dd .note {
  display: block;
  font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-directory {
    padding: 4.7rem 0 0;
  }
  #main-top .l-directory .c-title {
    padding-top: 3.5rem;
    margin-bottom: 3.1rem;
  }
  #main-top .l-directory .c-title__en span {
    margin-right: -0.4rem;
  }
  #main-top .l-directory__tabs--head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  #main-top .l-directory__tabs--head .job-tab {
    width: calc((100% - 1rem) / 2);
    height: 4.6rem;
    font-size: 1.4rem;
    line-height: 1;
  }
  #main-top .l-directory__tabs--head .job-tab::before {
    height: 0.3rem;
  }
  #main-top .l-directory__tabs--body {
    padding: 2.4rem 1.6rem;
  }
  #main-top .l-directory__tabs--body .job-panel {
    display: none;
  }
  #main-top .l-directory__tabs--body .job-panel.is-active {
    display: block;
  }
  #main-top .l-directory__tabs--body .job-panel__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #main-top .l-directory__tabs--body .job-panel__intro-pic {
    width: 100%;
  }
  #main-top .l-directory__tabs--body .job-panel__intro-ttl {
    width: 100%;
    font-size: 1.4rem;
    white-space: initial;
    margin-top: 1.6rem;
  }
  #main-top .l-directory__tabs--body .job-panel__list {
    margin-top: 3.4rem;
  }
  #main-top .l-directory__tabs--body .job-panel__list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 1.9rem;
    padding-top: 2.1rem;
  }
  #main-top .l-directory__tabs--body .job-panel__list dl:first-child {
    padding-top: 0;
  }
  #main-top .l-directory__tabs--body .job-panel__list dt {
    width: 100%;
    padding: 0 1rem;
    font-size: 1.4rem;
    margin-bottom: 0.7rem;
  }
  #main-top .l-directory__tabs--body .job-panel__list dd {
    width: 100%;
    padding: 0 1rem;
    font-size: 1.3rem;
  }
  #main-top .l-directory__tabs--body .job-panel__list dd .note {
    font-size: 1rem;
  }
}
#main-top .l-benefit {
  background-color: #e6f3ff;
  padding: 8rem 0 0;
}

#main-top .l-benefit__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #ffffff;
  margin-bottom: 2rem;
}

#main-top .l-benefit__items:nth-child(2) .l-benefit__items--pic {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#main-top .l-benefit__items:last-child {
  margin-bottom: 0;
}

#main-top .l-benefit__items--pic {
  width: 31.9rem;
}

#main-top .l-benefit__items--detail {
  width: calc(100% - 31.9rem);
  padding: 0 5.95rem;
}

#main-top .l-benefit__items--detail-ttl {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: -0.065rem;
  color: #005cb5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.6rem;
}

#main-top .l-benefit__items--detail-ttl .number {
  font-family: "Outfit";
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1.4;
  margin-right: 2.6rem;
}

#main-top .l-benefit__items--detail-txt {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: -0.065rem;
  color: #161b1f;
  margin-top: 0.6rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-benefit {
    padding: 6.8rem 0 0;
  }
  #main-top .l-benefit .c-title {
    padding-top: 3.4rem;
    margin-bottom: 3.1rem;
  }
  #main-top .l-benefit .c-title__en span {
    margin-right: -0.3rem;
  }
  #main-top .l-benefit__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0.4rem;
    margin-bottom: 1rem;
  }
  #main-top .l-benefit__items:nth-child(2) .l-benefit__items--pic {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #main-top .l-benefit__items:last-child {
    margin-bottom: 0;
  }
  #main-top .l-benefit__items--pic {
    width: 100%;
  }
  #main-top .l-benefit__items--detail {
    width: 100%;
    padding: 1.1rem 1rem 1.9rem;
  }
  #main-top .l-benefit__items--detail-ttl {
    font-size: 1.8rem;
    padding-left: 0;
  }
  #main-top .l-benefit__items--detail-ttl .number {
    font-size: 2.4rem;
    line-height: 1;
    margin-right: 1rem;
  }
  #main-top .l-benefit__items--detail-txt {
    font-size: 1.3rem;
    margin-top: 0.4rem;
  }
}
#main-top .l-flow {
  background-color: #e6f3ff;
  padding: 8rem 0 11.8rem;
}

#main-top .l-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#main-top .l-flow__step {
  width: 25%;
  position: relative;
}

#main-top .l-flow__step.step01 {
  z-index: 4;
}

#main-top .l-flow__step.step01 .l-flow__step--ttl {
  background-color: #97c1fc;
}

#main-top .l-flow__step.step01 .l-flow__step--boxs {
  background-color: #dcebff;
}

#main-top .l-flow__step.step01 .l-flow__step--boxs::after {
  border-left: 2.2rem solid #dcebff;
}

#main-top .l-flow__step.step02 {
  z-index: 3;
}

#main-top .l-flow__step.step02 .l-flow__step--ttl {
  background-color: #629def;
}

#main-top .l-flow__step.step02 .l-flow__step--boxs {
  background-color: #cbe1ff;
}

#main-top .l-flow__step.step02 .l-flow__step--boxs::after {
  border-left: 2.2rem solid #cbe1ff;
}

#main-top .l-flow__step.step03 {
  z-index: 2;
}

#main-top .l-flow__step.step03 .l-flow__step--ttl {
  background-color: #2f73d0;
}

#main-top .l-flow__step.step03 .l-flow__step--boxs {
  background-color: #b6d5ff;
}

#main-top .l-flow__step.step03 .l-flow__step--boxs::after {
  border-left: 2.2rem solid #b6d5ff;
}

#main-top .l-flow__step.step04 {
  z-index: 1;
}

#main-top .l-flow__step.step04 .l-flow__step--ttl {
  background-color: #004098;
}

#main-top .l-flow__step.step04 .l-flow__step--boxs {
  background-color: #9ac4ff;
}

#main-top .l-flow__step.step04 .l-flow__step--boxs::after {
  display: none;
}

#main-top .l-flow__step--ttl {
  font-family: "Outfit";
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  display: block;
  padding: 0.5rem 0;
}

#main-top .l-flow__step--ttl > span {
  font-size: 3.2rem;
}

#main-top .l-flow__step--boxs {
  width: 100%;
  height: 24.4rem;
  text-align: center;
  padding: 10.3rem 0 11.3rem;
  position: relative;
}

#main-top .l-flow__step--boxs::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2.2rem;
  bottom: 0;
  width: 0;
  height: 100%;
  border-top: 12.2rem solid transparent;
  border-bottom: 12.2rem solid transparent;
}

#main-top .l-flow__step--txt {
  font-weight: 900;
  font-size: 2.8rem;
  line-height: 1;
  color: #005cb5;
}

#main-top .l-flow__profile {
  margin-top: 8rem;
}

#main-top .l-flow__profile--title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 0.7777777778;
  text-align: center;
  color: #005cb5;
  margin-bottom: 6rem;
}

#main-top .l-flow__profile--content {
  background-color: #ffffff;
  border-radius: 0.8rem;
  padding: 3.2rem 6rem 4.8rem;
  margin-bottom: 2rem;
}

#main-top .l-flow__profile--content:last-child {
  margin-bottom: 0;
}

#main-top .l-flow__profile--content-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 8.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.126rem;
  color: #161b1f;
  border-bottom: 0.1rem solid #e2e7ea;
}

#main-top .l-flow__profile--content-txt .txt01 {
  width: 28rem;
  font-size: 1.8rem;
  padding: 0 2rem;
}

#main-top .l-flow__profile--content-txt .txt02 {
  width: calc(100% - 28rem);
  font-size: 1.6rem;
  padding: 0 2rem;
}

@media screen and (max-width: 750px) {
  #main-top .l-flow {
    padding: 8.8rem 0 8rem;
  }
  #main-top .l-flow .c-title {
    padding-top: 3.4rem;
    margin-bottom: 3.2rem;
  }
  #main-top .l-flow .c-title__en span {
    margin-right: -0.4rem;
  }
  #main-top .l-flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.2rem;
  }
  #main-top .l-flow__step {
    width: 100%;
  }
  #main-top .l-flow__step.step01 .l-flow__step--boxs {
    background: url(../images/bg_step_01.png) no-repeat;
    background-size: cover;
  }
  #main-top .l-flow__step.step02 .l-flow__step--boxs {
    background: url(../images/bg_step_02.png) no-repeat;
    background-size: cover;
  }
  #main-top .l-flow__step.step03 .l-flow__step--boxs {
    background: url(../images/bg_step_03.png) no-repeat;
    background-size: cover;
  }
  #main-top .l-flow__step.step04 .l-flow__step--boxs {
    background: url(../images/bg_step_04.png) no-repeat;
    background-size: cover;
  }
  #main-top .l-flow__step--ttl {
    font-size: 2rem;
    padding: 0.5rem 0 0.8rem;
  }
  #main-top .l-flow__step--ttl > span {
    font-size: 2.8rem;
  }
  #main-top .l-flow__step--boxs {
    width: 100%;
    height: 9.7rem;
    padding: 3.5rem 0;
  }
  #main-top .l-flow__step--boxs::after {
    display: none;
  }
  #main-top .l-flow__step--txt {
    font-size: 2rem;
  }
  #main-top .l-flow__profile {
    margin-top: 5.6rem;
  }
  #main-top .l-flow__profile--title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 3.2rem;
  }
  #main-top .l-flow__profile--content {
    border-radius: 0;
    padding: 2.4rem 1.6rem;
    margin-bottom: 3.2rem;
  }
  #main-top .l-flow__profile--content:last-child {
    margin-bottom: 0;
  }
  #main-top .l-flow__profile--content-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #main-top .l-flow__profile--content-txt .txt01 {
    width: 100%;
    font-size: 1.4rem;
    padding: 0 1rem;
    margin-bottom: 0.8rem;
  }
  #main-top .l-flow__profile--content-txt .txt02 {
    width: 100%;
    font-size: 1.3rem;
    padding: 0 1rem;
  }
}
.p-thanks {
  padding: 7rem 0 10rem;
}

.p-thanks__content {
  background-color: #F7F7F7;
  padding: 4.8rem 11.4rem;
  margin-top: 4rem;
}

.p-thanks__content--heading {
  font-family: "Inter", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 3.2rem;
}

.p-thanks__content--txt {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  color: #1E1E2C;
}

.p-thanks__content--txt a {
  color: #004098;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 960px) {
  .p-thanks__content--txt a:hover {
    opacity: 0.6;
  }
}
.p-thanks__content--headingSub {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  color: #004098;
  margin: 5.6rem 0 1.6rem;
}

.p-thanks__content--btn {
  margin-top: 5.6rem;
  text-align: center;
}

.p-thanks__content--btn .c-btn {
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 44rem;
  min-height: 8rem;
  padding: 1.6rem 6.2rem 1.6rem 2.4rem;
}

.p-thanks__content--btn .c-btn::before {
  right: 2.4rem;
}

@media screen and (max-width: 750px) {
  .p-thanks {
    padding: 4rem 0 7rem;
  }
  .p-thanks__content {
    background-color: #F7F7F7;
    padding: 2rem 1.6rem 4rem 1.6rem;
    margin-top: 3rem;
    border-radius: 1.2rem;
  }
  .p-thanks__content--heading {
    font-size: 1.8rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #DBDBDB;
  }
  .p-thanks__content--txt {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .p-thanks__content--headingSub {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #004098;
    margin: 4.4rem 0 1.6rem;
  }
  .p-thanks__content--btn {
    margin-top: 4rem;
  }
  .p-thanks__content--btn .c-btn {
    font-size: 1.4rem;
    min-width: 100%;
    min-height: 6.4rem;
  }
}
.rc-anchor-normal-footer {
    display: inline-block;
    height: 74px;
    vertical-align: top;
    width: 70px;
    z-index: 999!important;
    position: relative!important;
}

/*# sourceMappingURL=style.css.map */
