/***************************

layout/_breadcrumbs.scss

***************************/
.breadcrumbs {
  position: absolute;
  right: 0;
  bottom: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 834px) {
  .breadcrumbs {
    gap: 40px;
    font-size: 1.4rem;
  }
}

.breadcrumbs-item:has(a) {
  position: relative;
}
.breadcrumbs-item:has(a)::after {
  position: absolute;
  content: "\e5e1";
  top: 0;
  right: -38px;
  font-family: "Material Symbols Outlined";
  font-weight: 300;
}
@media screen and (max-width: 834px) {
  .breadcrumbs-item:has(a)::after {
    right: -28px;
  }
}

/***************************

layout/_page-title.scss

***************************/
.cmn-fv {
  aspect-ratio: 1680/670;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 834px) {
  .cmn-fv {
    aspect-ratio: 750/500;
  }
}
.cmn-fv .inner {
  position: relative;
  aspect-ratio: 1200/670;
}
@media screen and (max-width: 834px) {
  .cmn-fv .inner {
    aspect-ratio: 750/500;
  }
}

.page-ttl_hg {
  position: absolute;
  bottom: 40%;
}

.page-ttl_en {
  margin-top: 30px;
  line-height: 1;
  font-size: 9.5rem;
  text-shadow: 6px 0 5px rgba(24, 39, 62, 0.2);
}
@media screen and (max-width: 834px) {
  .page-ttl_en {
    margin-top: 20px;
    font-size: 7.3rem;
  }
}
@media screen and (max-width: 600px) {
  .page-ttl_en {
    font-size: 6rem;
  }
}
@media screen and (max-width: 450px) {
  .page-ttl_en {
    margin-top: 10px;
    font-size: 4rem;
  }
}

.page-ttl_ja {
  line-height: 1;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 600px) {
  .page-ttl_ja {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 450px) {
  .page-ttl_ja {
    font-size: 1.5rem;
  }
}

/***************************

object/component/_box.scss

***************************/
html {
  scroll-padding-top: 100px;
}
@media screen and (max-width: 1200px) {
  html {
    spt: 50px;
  }
}

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

.sp-tab {
  display: none;
}
@media screen and (max-width: 500px) {
  .sp-tab {
    display: block;
  }
}

.tab {
  display: block;
}
@media screen and (max-width: 834px) {
  .tab {
    display: none;
  }
}

.pc-tab {
  display: none;
}
@media screen and (max-width: 834px) {
  .pc-tab {
    display: block;
  }
}

.inner.-s {
  max-width: 900px;
}
.inner.-m {
  max-width: 1150px;
  padding-left: 40px;
}
@media screen and (max-width: 834px) {
  .inner.-m {
    padding-left: 0;
  }
}
.inner.-l {
  max-width: 1290px;
  padding-left: 90px;
}
@media screen and (max-width: 1100px) {
  .inner.-l {
    padding-left: 0;
  }
}
.inner.-field01-01 {
  max-width: 1235px;
  padding-left: 85px;
}
@media screen and (max-width: 834px) {
  .inner.-field01-01 {
    padding-left: 0;
  }
}
.inner.-field03 {
  max-width: 860px;
  width: 50%;
  margin: 0 0 0 auto;
  padding: 14vw 11.5vw 9vw 0;
}
@media screen and (max-width: 1100px) {
  .inner.-field03 {
    padding: 8vw 11.5vw 6vw 0;
  }
}
@media screen and (max-width: 981px) {
  .inner.-field03 {
    padding-right: 4vw;
  }
}
@media screen and (max-width: 834px) {
  .inner.-field03 {
    width: 60%;
  }
}
@media screen and (max-width: 550px) {
  .inner.-field03 {
    width: 90%;
    margin: 0 auto;
    padding-right: 0;
  }
}

.cmn-dl {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #18273e;
}
@media screen and (max-width: 834px) {
  .cmn-dl {
    margin-top: 50px;
  }
}
@media screen and (max-width: 450px) {
  .cmn-dl {
    margin-top: 30px;
  }
}

.cmn-dt, .cmn-dd {
  line-height: 70px;
}
@media screen and (max-width: 595px) {
  .cmn-dt, .cmn-dd {
    line-height: 1;
  }
}
.cmn-dt:not(.-last), .cmn-dd:not(.-last) {
  border-bottom: 1px solid #dbdfe5;
}

.cmn-dt {
  width: 46%;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .cmn-dt {
    width: 30%;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 595px) {
  .cmn-dt {
    padding-top: 20px;
    width: 100%;
    text-align: left;
  }
  .cmn-dt:not(.-last) {
    border-width: 0;
  }
}
.cmn-dt.-combig {
  padding-bottom: 250px;
}
@media screen and (max-width: 595px) {
  .cmn-dt.-combig {
    padding-bottom: 0;
  }
}
.cmn-dt.-recss {
  padding-bottom: 40px;
}
@media screen and (max-width: 595px) {
  .cmn-dt.-recss {
    padding-bottom: 0;
  }
}
.cmn-dt.-recs {
  padding-bottom: 70px;
}
@media screen and (max-width: 595px) {
  .cmn-dt.-recs {
    padding-bottom: 0;
  }
}
.cmn-dt.-recm {
  padding-bottom: 160px;
}
@media screen and (max-width: 595px) {
  .cmn-dt.-recm {
    padding-bottom: 0;
  }
}
.cmn-dt.-recl {
  padding-bottom: 190px;
}
@media screen and (max-width: 595px) {
  .cmn-dt.-recl {
    padding-bottom: 0;
  }
}

.cmn-dd {
  width: 54%;
}
@media screen and (max-width: 834px) {
  .cmn-dd {
    width: 70%;
  }
}
@media screen and (max-width: 595px) {
  .cmn-dd {
    padding-top: 15px;
    padding-bottom: 20px;
    width: 100%;
  }
}
.cmn-dd:nth-child(3) {
  line-height: 2;
}
.cmn-dd.-big {
  padding: 25px 0;
  line-height: 2;
}
@media screen and (max-width: 595px) {
  .cmn-dd.-big {
    padding-top: 15px;
  }
}

/***************************

object/component/_button.scss

***************************/
.entry-submit_btn {
  max-width: 256px;
  background-color: #18273e;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .entry-submit_btn {
    max-width: 220px;
    font-size: 1.6rem;
  }
}
.entry-submit_btn.finish {
  display: block;
  width: 100%;
  line-height: 60px;
  margin: 170px auto 0;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .entry-submit_btn.finish {
    margin-top: 100px;
  }
}

/***************************

object/component/_form.scss

***************************/
.req, .any {
  display: inline-block;
  margin-left: 10px;
  padding: 0 12px;
  line-height: 20px;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .req, .any {
    margin-left: 8px;
    padding: 0 8px;
    font-size: 1.2rem;
  }
}

.req {
  background-color: #048ae2;
}

.any {
  background-color: #18273e;
}

.entry-table {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .entry-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.entry-th {
  width: 370px;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .entry-th {
    width: 250px;
  }
}
@media screen and (max-width: 600px) {
  .entry-th {
    width: 100%;
  }
}
.entry-th.vat {
  padding-top: 20px;
}
@media screen and (max-width: 600px) {
  .entry-th.vat {
    padding-top: 0;
  }
}

.entry-td {
  width: calc(100% - 370px);
  padding: 20px 0;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .entry-td {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
    font-size: 1.6rem;
  }
}

.radio-inner, .radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-inner {
  gap: 55px;
}
@media screen and (max-width: 834px) {
  .radio-inner {
    gap: 20px 30px;
  }
}

.radio-label {
  gap: 15px;
}
@media screen and (max-width: 834px) {
  .radio-label {
    gap: 10px;
  }
}

.birth-txt {
  display: inline-block;
  margin-left: 10px;
}

.form-td_birth {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.form-td_birth-wrap {
  max-width: 260px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-td_birth-wrap:first-child {
  max-width: 230px;
}

.w100p {
  width: 100%;
}

.birth-select {
  position: relative;
  display: inline-block;
  max-width: 234px;
  width: 100%;
}
.birth-select::after {
  position: absolute;
  content: "\e313";
  width: 60px;
  line-height: 60px;
  bottom: 0;
  right: 0;
  font-family: "Material Symbols Outlined";
  font-weight: 400;
  font-size: 3rem;
  text-align: center;
  color: #fff;
  background-color: #18273e;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .birth-select::after {
    width: 47px;
    line-height: 47px;
    font-size: 1.875rem;
  }
}

.form-td_address .-m {
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .form-td_address .-m {
    margin-bottom: 20px;
  }
}

.address-txt {
  margin-right: 10px;
}

.entry-privacy_check-txt {
  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;
}
.entry-privacy_check-txt label {
  display: inline-block;
  margin-left: 10px;
  font-weight: 500;
}

input, select, textarea {
  width: 100%;
  padding: 16.5px 20px;
  color: #18273e;
  background-color: #ecf0f7;
  border-width: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 834px) {
  input, select, textarea {
    padding: 10px 15px;
  }
}
input.-m, select.-m, textarea.-m {
  max-width: 250px;
}
input.-s, select.-s, textarea.-s {
  max-width: 200px;
}
input.-vm, select.-vm, textarea.-vm {
  height: 250px;
}
@media screen and (max-width: 834px) {
  input.-vm, select.-vm, textarea.-vm {
    height: 200px;
  }
}
input.-vs, select.-vs, textarea.-vs {
  height: 150px;
}
@media screen and (max-width: 834px) {
  input.-vs, select.-vs, textarea.-vs {
    height: 100px;
  }
}

input[type=radio] {
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 834px) {
  input[type=radio] {
    width: 25px;
    height: 25px;
  }
}

input[type=radio]:checked::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  background-color: #18273e;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 834px) {
  input[type=radio]:checked::before {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
  }
}

input[type=checkbox] {
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 834px) {
  input[type=checkbox] {
    width: 25px;
    height: 25px;
  }
}

input[type=checkbox]:checked::before {
  position: absolute;
  content: "\e5ca";
  width: 30px;
  line-height: 30px;
  padding-left: 2px;
  font-family: "Material Symbols Outlined";
  color: #048ae2;
  left: 2px;
  font-size: 2.2rem;
  font-weight: normal;
}
@media screen and (max-width: 834px) {
  input[type=checkbox]:checked::before {
    width: 25px;
    line-height: 25px;
    left: 1px;
    font-size: 1.725rem;
  }
}

select {
  -webkit-appearance: none;
  appearance: none;
  color: #abb5c6;
}
select::-ms-expand {
  display: none;
}
select option {
  color: #18273e;
}
select .select-first {
  color: #abb5c6;
}

.form-td_birth input, .form-td_birth select {
  min-width: 100px;
}
.form-td_birth select {
  max-width: 234px;
  height: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 834px) {
  .form-td_birth select {
    height: 47px;
    padding-right: 47px;
  }
}

::placeholder {
  color: #abb5c6;
  margin: 0;
  padding: 0 0 0 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.error {
  color: #048ae2;
  font-size: 1.3rem;
  font-weight: 600;
}
.error.privacy {
  max-width: 310px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .error.privacy {
    max-width: 275px;
  }
}

/***************************

object/object/project/_message.scss

***************************/
.message-main .cmn-fv {
  aspect-ratio: 1680/630;
  background-image: url(../img/message/fv-img.webp);
}
@media screen and (max-width: 834px) {
  .message-main .cmn-fv {
    background-image: url(../img/message/fv-img_sp.webp);
  }
}

.top-message.message01 {
  top: -1vw;
}
@media screen and (max-width: 1650px) {
  .top-message.message01 {
    top: -5.7vw;
  }
}

.message01-hg .f42 {
  line-height: 1.6;
}

.message01-hg_ttl {
  margin-bottom: 30px;
}
.message01-hg_ttl .f120 {
  line-height: 1.3;
  margin-top: 10px;
}
@media screen and (max-width: 383px) {
  .message01-hg_ttl .f120 {
    font-size: 5.2rem;
  }
}
.message01-hg_ttl .txt-bg-v::after {
  width: 100%;
  left: 0;
}

.message01-txt {
  max-width: 590px;
  width: 100%;
  margin: 100px 0 0 auto;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .message01-txt {
    margin-top: 40px;
  }
}
@media screen and (max-width: 450px) {
  .message01-txt {
    margin-top: 20px;
  }
}

.message02 {
  margin-top: -20.4vw;
}
@media screen and (max-width: 1650px) {
  .message02 {
    margin-top: -25.4vw;
  }
}
@media screen and (max-width: 1480px) {
  .message02 {
    margin-top: -22.4vw;
  }
}
@media screen and (max-width: 1110px) {
  .message02 {
    margin-top: -20vw;
  }
}
@media screen and (max-width: 1010px) {
  .message02 {
    margin-top: -14.4vw;
  }
}
@media screen and (max-width: 834px) {
  .message02 {
    margin-top: -45.4vw;
  }
}
.message02 .txt-bg-v.fclb {
  color: #199bef;
}
.message02 .txt-bg-v.fclb::after {
  width: 100%;
  left: 0;
}

.message02-bk {
  margin-top: -20vw;
  padding-bottom: 24vw;
  background-color: #ecf0f7;
}

.message02-img_top img {
  aspect-ratio: 1680/1046;
  object-fit: cover;
}

.message02-flex {
  padding-top: 5.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1110px) {
  .message02-flex {
    margin-top: -12vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.message02-hg {
  writing-mode: vertical-rl;
}

.message02-hg_ttl {
  margin: 0 10px 0 20px;
  line-height: 1;
}
.message02-hg_ttl .txt-appear-v {
  height: 89%;
  white-space: nowrap;
}

.message02-contents {
  max-width: 440px;
  width: 100%;
}

.message02-list {
  max-width: 690px;
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 1110px) {
  .message02-list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 834px) {
  .message02-list {
    margin-top: 0;
  }
}

.message02-list_item {
  position: relative;
}
.message02-list_item:not(:first-child) {
  margin-top: -10vw;
}
@media screen and (max-width: 1110px) {
  .message02-list_item:not(:first-child) {
    margin-top: -15vw;
  }
}
@media screen and (max-width: 834px) {
  .message02-list_item:not(:first-child) {
    margin-top: -22vw;
  }
}
@media screen and (max-width: 410px) {
  .message02-list_item:not(:first-child) {
    margin-top: -10vw;
  }
}
.message02-list_item:nth-child(3) .message02-list_ttl .txt-appear-v, .message02-list_item:nth-child(4) .message02-list_ttl .txt-appear-v {
  height: 81%;
}

.message02-list_ttl,
.message02-list_txt {
  position: absolute;
  writing-mode: vertical-rl;
  z-index: 4;
}

.message02-list_ttl {
  left: 25px;
  bottom: -4rem;
}
@media screen and (max-width: 1334px) {
  .message02-list_ttl {
    bottom: -3rem;
  }
}
@media screen and (max-width: 834px) {
  .message02-list_ttl {
    bottom: -2rem;
  }
}
.message02-list_ttl .txt-appear-v {
  height: 88%;
  white-space: nowrap;
}
.message02-list_ttl .txt-appear-v::after {
  width: 90%;
  left: 5%;
}

.message02-list_txt {
  right: 0;
  top: 40px;
}
@media screen and (max-width: 450px) {
  .message02-list_txt {
    top: 20px;
    padding-right: 10px;
  }
  .message02-list_txt.f21 {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 400px) {
  .message02-list_txt.f21 {
    font-size: 1.1rem;
  }
}

/***************************

object/object/project/_field.scss

***************************/
.field-main .cmn-fv {
  background-image: url(../img/field/fv-img.webp);
}
@media screen and (max-width: 834px) {
  .field-main .cmn-fv {
    background-image: url(../img/field/fv-img_sp.webp);
  }
}
@media screen and (max-width: 834px) {
  .field-main .sec-ttl__jp {
    bottom: -10px;
  }
}

.field01-flex01 {
  padding-bottom: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  color: #18273e;
}
@media screen and (max-width: 1334px) {
  .field01-flex01 {
    padding-bottom: 7vw;
  }
}
@media screen and (max-width: 834px) {
  .field01-flex01 {
    padding-bottom: 24vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 450px) {
  .field01-flex01 {
    padding-bottom: 80vw;
  }
}

.field01-flex01_ttl {
  writing-mode: vertical-rl;
}
.field01-flex01_ttl .txt-appear-v {
  height: 74%;
  white-space: nowrap;
}
.field01-flex01_ttl .txt-appear-v::after {
  width: 90%;
  left: 5%;
}

.field01-flex01_cap {
  position: relative;
  max-width: 630px;
  width: 100%;
}
.field01-flex01_cap p {
  padding-right: 35px;
}
@media screen and (max-width: 834px) {
  .field01-flex01_cap p {
    padding-right: 0;
  }
}

.field01-flex01_img {
  position: absolute;
  bottom: -5vw;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1334px) {
  .field01-flex01_img {
    width: 80%;
    bottom: -7vw;
  }
}
@media screen and (max-width: 834px) {
  .field01-flex01_img {
    width: 40%;
    bottom: -24vw;
  }
}
@media screen and (max-width: 450px) {
  .field01-flex01_img {
    width: 100%;
    bottom: -80vw;
  }
}

.field01-flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 550px) {
  .field01-flex02 {
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
}

.field01-flex02_list01 {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 550px) {
  .field01-flex02_list01 {
    width: 100%;
    padding-right: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .field01-flex02_list01 .f11 {
    margin-top: 5px;
    line-height: 1.2;
    font-size: 1rem;
  }
  .field01-flex02_list01 .f32 {
    font-size: 1.6rem;
  }
  .field01-flex02_list01 .f36 {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

.field01-flex02_list01-item {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  background: linear-gradient(73deg, rgba(1, 94, 234, 0.8) 0%, rgba(0, 192, 250, 0.8) 100%);
  color: #fff;
  text-align: center;
  position: relative;
}
.field01-flex02_list01-item:nth-child(2) {
  top: -10%;
}
.field01-flex02_list01-item:nth-child(3) {
  top: -20%;
}
@media screen and (max-width: 834px) {
  .field01-flex02_list01-item {
    max-width: 300px;
  }
  .field01-flex02_list01-item:nth-child(2) {
    top: -5%;
  }
  .field01-flex02_list01-item:nth-child(3) {
    top: -10%;
  }
}
@media screen and (max-width: 550px) {
  .field01-flex02_list01-item {
    width: 33.3333333333%;
  }
  .field01-flex02_list01-item:nth-child(2), .field01-flex02_list01-item:nth-child(3) {
    top: 0;
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.field01-flex02_list01-hg {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.field01-flex02_cap {
  margin-top: 60px;
  width: 50%;
  color: #18273e;
}
@media screen and (max-width: 550px) {
  .field01-flex02_cap {
    margin-top: 0;
    width: 100%;
  }
}

.field01-flex02_list02 {
  margin-top: 60px;
}
@media screen and (max-width: 834px) {
  .field01-flex02_list02 {
    margin-top: 20px;
  }
}

.field01-flex02_list02-item:not(:first-child) {
  margin-top: 45px;
}
@media screen and (max-width: 834px) {
  .field01-flex02_list02-item:not(:first-child) {
    margin-top: 30px;
  }
}

.field01-flex02_item-hg {
  margin-bottom: 15px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  line-height: 1;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 834px) {
  .field01-flex02_item-hg {
    margin-bottom: 10px;
  }
}

.field01-flex02_item-hg_num {
  max-width: 40px;
  width: 100%;
  line-height: 40px;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  background: linear-gradient(73deg, rgba(1, 94, 234, 0.9) 0%, rgba(0, 192, 250, 0.9) 100%);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .field01-flex02_item-hg_num {
    max-width: 35px;
    line-height: 35px;
  }
}

.field01-flex02_item-hg_en {
  margin-top: 3px;
  color: #a7d1f7;
}

.field01-flex02_list02-item_txt {
  position: relative;
}
.field01-flex02_list02-item_txt::before {
  position: absolute;
  content: "01";
  bottom: -0.09em;
  right: 0;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 13rem;
  color: #199bef;
  opacity: 0.1;
  line-height: 1;
  z-index: -1;
}
.field01-flex02_list02-item_txt.-second::before {
  content: "02";
}
.field01-flex02_list02-item_txt.-third::before {
  content: "03";
}

.field02 {
  position: relative;
  padding-top: 6.5vw;
  color: #18273e;
  background: linear-gradient(180deg, rgba(236, 240, 247, 0) 14vw, rgb(236, 240, 247) 14.1vw, rgb(236, 240, 247) 100%);
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .field02 {
    margin-top: 7.5vw;
  }
}
.field02:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20vw;
  top: -5.5vw;
  left: 0;
  background-image: url(../img/field/field02_bk.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -3;
}
.field02::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/field/field02.webp);
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -3;
}
@media screen and (max-width: 1060px) {
  .field02::after {
    background-size: 40%;
    background-position: top 2vw center;
  }
}
@media screen and (max-width: 834px) {
  .field02::after {
    background-position: top 10vw left 30%;
    background-size: 50%;
  }
}
@media screen and (max-width: 450px) {
  .field02::after {
    background-position: top 1vw left 20%;
    background-size: 57%;
  }
}
@media screen and (max-width: 380px) {
  .field02::after {
    background-position: top 15vw left 20%;
    background-size: 50%;
  }
}

.field02-flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.field02-flex01_cap {
  max-width: 465px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .field02-flex01_cap {
    max-width: 100%;
  }
}

.field02-flex01_ttl {
  margin-top: 260px;
  margin-bottom: 30px;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .field02-flex01_ttl {
    margin-top: 100px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 450px) {
  .field02-flex01_ttl {
    margin-top: 30px;
  }
}

.field02-flex01_txt {
  margin-top: 35px;
  writing-mode: vertical-rl;
  font-weight: bold;
  line-height: 1;
}
.field02-flex01_txt .txt-bg-lb {
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .field02-flex01_txt {
    margin: 35px 0 0 auto;
  }
}

.field02-flex02 {
  margin-top: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  .field02-flex02 {
    margin-top: 100px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 450px) {
  .field02-flex02 {
    margin-top: 60px;
  }
}

.field02-flex02_sec {
  position: relative;
  width: 100%;
  aspect-ratio: 840/747;
  color: #fff;
}
@media screen and (max-width: 450px) {
  .field02-flex02_sec {
    aspect-ratio: auto;
    padding: 20px 0;
  }
}
.field02-flex02_sec::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}
.field02-flex02_sec.-lb::before {
  background-image: url(../img/field/field03.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.field02-flex02_sec.-db::before {
  background-image: url(../img/field/field04.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.field02-flex02_sec.-db .field02-flex02_inner {
  margin-top: 1.5rem;
}
@media screen and (max-width: 834px) {
  .field02-flex02_sec.-db .field02-flex02_inner {
    margin-top: 0;
  }
}
.field02-flex02_sec .f15 {
  margin-top: 25px;
}
@media screen and (max-width: 834px) {
  .field02-flex02_sec .f15 {
    margin-top: 15px;
  }
}

.field02-flex02_inner {
  max-width: 450px;
  width: 100%;
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 450px) {
  .field02-flex02_inner {
    position: relative;
  }
}

.field02-flex02_txt {
  margin: 0 auto;
  line-height: 1.5;
  writing-mode: vertical-rl;
  font-weight: bold;
}
.field02-flex02_txt .txt-appear-v {
  display: block;
  height: 80%;
  white-space: nowrap;
}
.field02-flex02_txt .txt-appear-v::after {
  width: 90%;
  left: 5%;
}
@media screen and (max-width: 1020px) {
  .field02-flex02_txt .f72 {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 834px) {
  .field02-flex02_txt .f72 {
    font-size: 7.2rem;
  }
}
@media screen and (max-width: 550px) {
  .field02-flex02_txt .f72 {
    font-size: 3.2rem;
  }
}

.field03 {
  margin-bottom: 24vw;
  background-image: url(../img/field/field05.webp);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 81%;
  color: #18273e;
}
@media screen and (max-width: 834px) {
  .field03 {
    background-position: top 0 left -40%;
  }
}
@media screen and (max-width: 550px) {
  .field03 {
    background-size: 98%;
    background-position: top left;
  }
}

.field03-hg {
  margin: 40px 0;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .field03-hg {
    margin: 30px 0;
  }
}
@media screen and (max-width: 550px) {
  .field03-hg {
    margin: 80px 0 20px;
  }
}
@media screen and (max-width: 386px) {
  .field03-hg .f24 {
    font-size: 1.6rem;
  }
}

/***************************

object/object/project/_about.scss

***************************/
.workstyle-main .cmn-fv {
  background-image: url(../img/work_style/fv-img.webp);
}
@media screen and (max-width: 834px) {
  .workstyle-main .cmn-fv {
    background-image: url(../img/work_style/fv-img_sp.webp);
  }
}
@media screen and (max-width: 635px) {
  .workstyle-main .page-ttl_en {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 450px) {
  .workstyle-main .page-ttl_en {
    font-size: 4rem;
  }
}

.workstyle01 {
  margin-top: -50px;
  color: #18273e;
}
@media screen and (max-width: 834px) {
  .workstyle01 {
    margin-top: -10px;
  }
}
@media screen and (max-width: 450px) {
  .workstyle01 {
    margin-top: 20px;
  }
}

.workstle01-catch {
  font-weight: bold;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.workstle01-catch .txt-appear-v {
  padding-top: 12px;
  height: calc(100% + 15px);
}
.workstle01-catch .txt-appear-v::after {
  width: 90%;
  left: 5%;
}
.workstle01-catch .txt-appear-v:last-child {
  position: relative;
  top: 55px;
  margin-right: 20px;
}
@media screen and (max-width: 834px) {
  .workstle01-catch .txt-appear-v:last-child {
    top: 25px;
    margin-right: 0;
  }
}
.workstle01-catch .txt-bg-v {
  line-height: 1.2;
}
.workstle01-catch .txt-bg-v::after {
  top: -12px;
  height: calc(100% + 27px);
  z-index: -1;
}

.workstyle01-flex {
  padding-right: 4.4vw;
  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;
  gap: 30px;
}
@media screen and (max-width: 834px) {
  .workstyle01-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
  }
}

@media screen and (max-width: 834px) {
  .workstyle01-box {
    margin-top: 30px;
  }
}
.workstyle01-box p {
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .workstyle01-box p {
    margin-top: 10px;
  }
}

.workstyle02 {
  position: relative;
  margin-top: 14vw;
  padding-bottom: 24vw;
  color: #18273e;
  background-color: #ecf0f7;
}
.workstyle02::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20vw;
  top: -20vw;
  left: 0;
  background-image: url(../img/work_style/workstyle02_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}

.workstyle02-hg {
  text-align: center;
}

.workstyle02-hg_ttl {
  margin-top: 5px;
  margin-bottom: 30px;
  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: 20px;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .workstyle02-hg_ttl {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
  }
  .workstyle02-hg_ttl .f52 {
    display: block;
    width: 100%;
  }
}

.workstyle02-fig {
  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;
  gap: 0 30px;
}
@media screen and (max-width: 834px) {
  .workstyle02-fig {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
.workstyle02-fig.reverce {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.workstyle02-fig:first-of-type {
  margin-top: 50px;
}
@media screen and (max-width: 834px) {
  .workstyle02-fig:first-of-type {
    margin-top: 50px;
  }
}
.workstyle02-fig:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .workstyle02-fig:not(:first-of-type) {
    margin-top: 50px;
  }
}

.workstyle02-img {
  max-width: 500px;
  width: 100%;
}

.workstyle02-cap {
  margin-top: 50px;
  max-width: 630px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .workstyle02-cap {
    margin-top: 0;
  }
}

.workstyle02-cap_hg-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  line-height: 1;
}

.workstyle02-cap_hg-en {
  position: relative;
  font-size: 1.3rem;
  line-height: 14px;
}
.workstyle02-cap_hg-en::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: -10px;
  background-color: #18273e;
}

.workstyle02-cap_hg-num {
  font-size: 5.2rem;
  letter-spacing: normal;
}

.workstyle02-cap_hg-ttl {
  position: relative;
  margin-top: 30px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .workstyle02-cap_hg-ttl {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
.workstyle02-cap_hg-ttl .txt-bg-v.txt-bg-lb {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 65px;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .workstyle02-cap_hg-ttl .txt-bg-v.txt-bg-lb {
    line-height: 36px;
  }
}
.workstyle02-cap_hg-ttl .txt-bg-v.txt-bg-lb::after {
  left: 0;
  width: calc(100% + 10px);
  z-index: -1;
}
.workstyle02-cap_hg-ttl .f28 {
  margin-left: 20px;
  margin-right: 5px;
}

.workstyle02-cap_list {
  margin-top: 15px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 20px;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .workstyle02-cap_list {
    margin-top: 5px;
    margin-bottom: 20px;
  }
}

.checkbox {
  position: relative;
  display: block;
  width: 25px;
  aspect-ratio: 1/1;
  margin-right: 10px;
  background-color: #1b94e4;
}
.checkbox::before {
  position: absolute;
  content: "\e5ca";
  font-family: "Material Symbols Outlined";
  color: #fff;
  left: 2px;
  line-height: 25px;
  font-size: 2.2rem;
  font-weight: normal;
}

.workstyle02-cap_list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/***************************

object/object/project/_interview.scss

***************************/
.interview-main .cmn-fv {
  background-image: url(../img/interview/fv-img.webp);
}
@media screen and (max-width: 834px) {
  .interview-main .cmn-fv {
    background-image: url(../img/interview/fv-img_sp.webp);
  }
}

.interview {
  margin-bottom: 24vw;
}

.interview-ttl {
  margin-bottom: 40px;
  color: #18273e;
  line-height: 1;
}
.interview-ttl .f42.m {
  margin-left: 5px;
}
@media screen and (max-width: 500px) {
  .interview-ttl .f42.m {
    display: inline-block;
    margin-left: 0;
    margin-top: 15px;
  }
}
@media screen and (max-width: 381px) {
  .interview-ttl .f62 {
    font-size: 2.8rem;
  }
}
.interview-ttl .f65 {
  margin-left: -10px;
}
@media screen and (max-width: 381px) {
  .interview-ttl .f65 {
    font-size: 2.9rem;
  }
}
.interview-ttl .txt-appear {
  position: relative;
  top: 20px;
}
.interview-ttl .txt-bg-v.txt-bg-lb {
  line-height: 1.18;
}
.interview-ttl .txt-bg-v.txt-bg-lb::after {
  width: 100%;
  left: 0;
}

.interview-list {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px 30px;
}
@media screen and (max-width: 834px) {
  .interview-list {
    margin-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.interview-list_item {
  position: relative;
  max-width: 540px;
  width: calc((100% - 30px) / 2);
  background-repeat: no-repeat;
  background-size: cover;
}
.interview-list_item:nth-child(even) {
  margin-top: 60px;
}
@media screen and (max-width: 834px) {
  .interview-list_item:nth-child(even) {
    margin-top: 0;
  }
}
@media screen and (max-width: 834px) {
  .interview-list_item {
    width: 100%;
  }
}

.interview-hg {
  position: absolute;
  width: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 2;
}

.interview-hg_en {
  display: block;
  margin-top: 60px;
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .interview-hg_en {
    margin-top: 30px;
  }
}
@media screen and (max-width: 834px) {
  .interview-hg_en {
    margin-top: 20px;
  }
}

.interview-hg_num {
  display: block;
  margin-top: 15px;
  font-size: 5.2rem;
  line-height: 1;
  letter-spacing: normal;
}
@media screen and (max-width: 834px) {
  .interview-hg_num {
    margin-top: 5px;
    font-size: 4.6rem;
  }
}

.interview-hg_ttl {
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.interview-hg_ttl .txt-appear-v {
  padding-top: 12px;
}
.interview-hg_ttl .txt-appear-v::after {
  width: 90%;
  left: 5%;
}
.interview-hg_ttl .txt-bg-v {
  line-height: 1.8;
  z-index: 2;
}
.interview-hg_ttl .txt-bg-v::after {
  top: -12px;
  height: calc(100% + 12px);
  z-index: -1;
}

.interview-fig {
  position: relative;
  z-index: 1;
}

.interview-fig_img {
  width: calc(100% - 20px);
}

.interview-fig_cap {
  position: absolute;
  bottom: 60px;
  margin-left: 40px;
}
@media screen and (max-width: 834px) {
  .interview-fig_cap {
    margin-left: 20px;
  }
}
@media screen and (max-width: 450px) {
  .interview-fig_cap {
    bottom: 40px;
    margin-left: 15px;
  }
}

.interview-name {
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 6px 0 5px rgba(24, 39, 62, 0.2);
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .interview-name {
    margin-bottom: 10px;
  }
}

.interview-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: fit-content;
  padding-right: 23px;
  padding-bottom: 10px;
  border-bottom: 1px solid #18273e;
  text-align: center;
  color: #18273e;
  line-height: 1;
}
.interview-btn::after {
  position: absolute;
  content: "\e5e1";
  top: 0;
  right: -7px;
  font-family: "Material Symbols Outlined";
  font-weight: 400;
  font-style: normal;
  transition: all 0.2s linear;
}
.interview-btn:hover::after {
  right: -12px;
}

.interview-dtl_flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
.interview-dtl_flex.-reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .interview-dtl_flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.interview-dtl_ttl {
  writing-mode: vertical-rl;
}

.interview-dtl_dl {
  width: calc(100% - 240px);
  padding-left: 75px;
}
@media screen and (max-width: 1100px) {
  .interview-dtl_dl {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 834px) {
  .interview-dtl_dl {
    width: 100%;
    padding-left: 0;
  }
}

.interview-dtl_dt {
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .interview-dtl_dt {
    line-height: 1.34;
    padding-left: 50px;
  }
}
.interview-dtl_dt::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  top: calc(50% - 0.5px);
  left: -75px;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .interview-dtl_dt::before {
    width: 40px;
    left: 0;
  }
}
.interview-dtl_dt:not(:first-of-type) {
  margin-top: 70px;
}
@media screen and (max-width: 834px) {
  .interview-dtl_dt:not(:first-of-type) {
    margin-top: 40px;
  }
}

.interview-dtl_dd {
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .interview-dtl_dd {
    margin-top: 10px;
  }
}

.interview-dtl01 .inner {
  max-width: 1440px;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 1100px) {
  .interview-dtl01 .inner {
    margin: 0 auto;
  }
}

.interview-dtl_flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .interview-dtl_flex01 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    gap: 10px;
  }
}

.interview-dtl01_fig {
  position: relative;
  width: calc(100% - 750px);
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .interview-dtl01_fig {
    width: 100%;
  }
}

.interview-dtl01_contents {
  max-width: 670px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .interview-dtl01_contents {
    max-width: 100%;
  }
}
.interview-dtl01_contents .sec-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.interview-dtl01_contents p.sec-ttl__en {
  line-height: 1.3;
  font-size: 1.3rem;
  text-align-last: left;
}
.interview-dtl01_contents h2.sec-ttl__en {
  position: relative;
  font-size: 5.2rem;
}
.interview-dtl01_contents h2.sec-ttl__en::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: -10px;
  background-color: #1d95e5;
}

.interview-dtl01_txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .interview-dtl01_txt {
    margin-bottom: 30px;
  }
}
.interview-dtl01_txt .txt-bg {
  padding: 0 5px;
}
.interview-dtl01_txt .txt-bg::after {
  top: 0;
}
@media screen and (max-width: 390px) {
  .interview-dtl01_txt .f65 {
    font-size: 2.85rem;
  }
}

.interview-dtl01_bd {
  font-weight: normal;
}

.interview-dtl01_name {
  margin-top: 60px;
  text-align: right;
}
@media screen and (max-width: 834px) {
  .interview-dtl01_name {
    margin-top: 20px;
  }
}
.interview-dtl01_name .f36 {
  margin-left: 10px;
}

.interview-dtl02 {
  position: relative;
  margin: 52px 0 20vw;
  padding-bottom: 13vw;
  background-color: #1d95e5;
}
@media screen and (max-width: 1480px) {
  .interview-dtl02 {
    margin-top: 10vw;
  }
}
.interview-dtl02::before, .interview-dtl02::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 20vw;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.interview-dtl02::before {
  top: -20vw;
  background-image: url(../img/interview/interview-under_bg01-tp.webp);
}
.interview-dtl02::after {
  bottom: -20vw;
  background-image: url(../img/interview/interview-under_bg01-btm.webp);
}
.interview-dtl02 .interview-dtl_flex {
  top: -52px;
}
@media screen and (max-width: 1100px) {
  .interview-dtl02 .interview-dtl_flex {
    top: 0;
  }
}

.interview-dtl02_fig {
  position: absolute;
  max-width: 780px;
  width: 45%;
  bottom: -23vw;
  right: 0;
  z-index: 2;
}

.interview-dtl03 {
  position: relative;
  margin: 20vw 0;
  padding-bottom: 5vw;
  color: #18273e;
  background-color: #ecf0f7;
}
@media screen and (max-width: 1334px) {
  .interview-dtl03 {
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 1100px) {
  .interview-dtl03 {
    padding-bottom: 18vw;
  }
}
.interview-dtl03::before, .interview-dtl03::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 20vw;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.interview-dtl03::before {
  top: -20vw;
  background-image: url(../img/interview/interview-under_bg02-tp.webp);
}
.interview-dtl03::after {
  bottom: -20vw;
  background-image: url(../img/interview/interview-under_bg02-btm.webp);
}
.interview-dtl03 .interview-dtl_dt::before {
  background-color: #18273e;
}
.interview-dtl03 .interview-dtl_ttl {
  margin-top: 8.515vw;
}
@media screen and (max-width: 834px) {
  .interview-dtl03 .interview-dtl_ttl {
    margin-top: 0;
  }
}

.interview-dtl03_fig {
  position: absolute;
  max-width: 780px;
  width: 45%;
  bottom: -13vw;
  left: 0;
  z-index: 3;
}

.interview-dtl04 {
  position: relative;
  margin-top: -20vw;
  padding: 20vw 0 25vw;
  background-image: url(../img/interview/interview-under_bg03.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

#interview02.interview-dtl04 {
  background-image: url(../img/interview/interview02-under_bg03.webp);
}
#interview03.interview-dtl04 {
  background-image: url(../img/interview/interview03-under_bg03.webp);
}
#interview04.interview-dtl04 {
  background-image: url(../img/interview/interview04-under_bg03.webp);
}

@media screen and (min-width: 1750px) {
  .interview-dtl04 {
    padding-bottom: 30vw;
  }
}
@media screen and (min-width: 2130px) {
  .interview-dtl04 {
    padding-bottom: 40vw;
  }
}
@media screen and (max-width: 834px) {
  .interview-dtl04 {
    padding-bottom: 41vw;
    background-image: url(../img/interview/interview-under_bg03-sp.webp);
  }
  #interview02.interview-dtl04 {
    background-image: url(../img/interview/interview02-under_bg03-sp.webp);
  }
  #interview03.interview-dtl04 {
    background-image: url(../img/interview/interview03-under_bg03-sp.webp);
  }
  #interview04.interview-dtl04 {
    background-image: url(../img/interview/interview04-under_bg03-sp.webp);
  }
}

.interview-dtl05 {
  position: relative;
  margin-top: -20vw;
  padding-top: 15vw;
  padding-bottom: 24vw;
  background-color: #18273e;
  z-index: 1;
}
@media screen and (min-width: 1750px) {
  .interview-dtl05 {
    margin-top: -26vw;
    padding-top: 21vw;
  }
}
@media screen and (max-width: 1620px) {
  .interview-dtl05 {
    margin-top: -28vw;
    padding-top: 25vw;
  }
}
@media screen and (max-width: 520px) {
  .interview-dtl05 {
    margin-top: -34vw;
  }
}
@media screen and (max-width: 450px) {
  .interview-dtl05 {
    margin-top: -40vw;
    padding-bottom: 30vw;
  }
}
@media screen and (max-width: 420px) {
  .interview-dtl05 {
    margin-top: -50vw;
  }
}

.interview-dtl05_ttl {
  text-align: center;
}

.interview-dtl05_list {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 75px;
  grid-row-gap: 30px;
}
@media screen and (max-width: 1100px) {
  .interview-dtl05_list {
    margin-top: 80px;
    grid-column-gap: 30px;
  }
}
@media screen and (max-width: 834px) {
  .interview-dtl05_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .interview-dtl05_list {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column-gap: 0;
  }
}
.interview-dtl05_list .interview-slide__ttl {
  top: 34%;
  line-height: 1;
}
.interview-dtl05_list .interview-name {
  position: absolute;
  right: 0;
  bottom: 30px;
}
.interview-dtl05_list .interview-slide__txt {
  position: absolute;
  bottom: 0;
}

.interview-dtl05_fig {
  position: relative;
  padding-left: 20px;
}
.interview-dtl05_fig img {
  position: relative;
  bottom: 0;
}

/***************************

object/object/project/_recruitment.scss

***************************/
.recruitment-main .cmn-fv {
  background-image: url(../img/recruitment/fv-img.webp);
}
@media screen and (max-width: 834px) {
  .recruitment-main .cmn-fv {
    background-image: url(../img/recruitment/fv-img_sp.webp);
  }
}
.recruitment-main .sec-ttl {
  padding-bottom: 0;
  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;
  gap: 25px;
  color: #18273e;
}
.recruitment-main .sec-ttl__jp {
  position: relative;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 834px) {
  .recruitment-main .sec-ttl__jp {
    bottom: -2px;
  }
}
@media screen and (max-width: 680px) {
  .recruitment-main .page-ttl_en {
    font-size: 5rem;
  }
}
@media screen and (max-width: 450px) {
  .recruitment-main .page-ttl_en {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 375px) {
  .recruitment-main .page-ttl_en {
    font-size: 3.8rem;
  }
}
.recruitment-main .cmn-dl {
  margin-top: 75px;
}
@media screen and (max-width: 834px) {
  .recruitment-main .cmn-dl {
    margin-top: 30px;
  }
}
.recruitment-main .cmn-dt {
  padding-left: 70px;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .recruitment-main .cmn-dt {
    padding-left: 30px;
  }
}
@media screen and (max-width: 600px) {
  .recruitment-main .cmn-dt {
    padding-left: 0;
  }
}
.recruitment-main .anchor-link::after {
  right: 20px;
  transform: translateY(-65%);
}
@media screen and (max-width: 1200px) {
  .recruitment-main .anchor-link::after {
    right: 10px;
  }
}
@media screen and (max-width: 450px) {
  .recruitment-main .anchor-link::after {
    right: 0;
    transform: translateY(-60%);
  }
}
.recruitment-main address {
  font-style: normal;
}

.recruitment02 {
  margin-top: 150px;
  margin-bottom: 24vw;
}
@media screen and (max-width: 834px) {
  .recruitment02 {
    margin-top: 100px;
  }
}

/***************************

object/object/project/_company.scss

***************************/
.company-main .cmn-fv {
  background-image: url(../img/company/fv-img.webp);
}
@media screen and (max-width: 834px) {
  .company-main .cmn-fv {
    background-image: url(../img/company/fv-img_sp.webp);
  }
}

.com-greeting {
  position: relative;
  color: #18273e;
}
.com-greeting::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 20vw;
  bottom: -14vw;
  left: 0;
  background-image: url(../img/company/philosophy_bk-tp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}
.com-greeting::before {
  position: absolute;
  content: "";
  max-width: 800px;
  width: 49%;
  left: 0;
  bottom: -60vw;
  aspect-ratio: 800/1140;
  background-image: url(../img/company/philosophy_bk.webp);
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: overlay;
  z-index: 2;
  pointer-events: none;
}
.com-greeting .sec-ttl__jp {
  bottom: -5px;
}
@media screen and (max-width: 834px) {
  .com-greeting .sec-ttl__jp {
    bottom: -10px;
  }
}

.greeding-inner {
  max-width: 1440px;
  width: 90%;
}
@media screen and (max-width: 834px) {
  .greeding-inner {
    margin: 0 auto;
  }
}

.com-greeting_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 1200px) {
  .com-greeting_inner {
    gap: 50px;
  }
}
@media screen and (max-width: 834px) {
  .com-greeting_inner {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}

.com-greeting_img {
  max-width: 590px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .com-greeting_img {
    margin: 0 auto;
  }
}

.com-greeting_cap {
  width: 100%;
}
.com-greeting_cap p:not(.sec-ttl__en):not(.name-txt) {
  font-size: 1.5rem;
}
.com-greeting_cap p:not(.sec-ttl__en):not(.name-txt):first-of-type {
  margin-top: 40px;
}
.com-greeting_cap p:not(.sec-ttl__en):not(.name-txt):not(:first-of-type) {
  margin-top: 25px;
}
@media screen and (max-width: 450px) {
  .com-greeting_cap p:not(.sec-ttl__en):not(.name-txt) {
    font-size: 1.4rem;
  }
  .com-greeting_cap p:not(.sec-ttl__en):not(.name-txt):first-of-type {
    margin-top: 30px;
  }
  .com-greeting_cap p:not(.sec-ttl__en):not(.name-txt):not(:first-of-type) {
    margin-top: 20px;
  }
}
.com-greeting_cap .name-txt {
  font-size: 2.8rem;
}
@media screen and (max-width: 450px) {
  .com-greeting_cap .name-txt {
    font-size: 1.85rem;
  }
}

.com-greeting_ttl {
  margin-top: 70px;
}
@media screen and (max-width: 834px) {
  .com-greeting_ttl {
    margin-top: 50px;
  }
}
@media screen and (max-width: 450px) {
  .com-greeting_ttl {
    margin-top: 30px;
  }
}
.com-greeting_ttl .top-interview__head-mess01-small {
  padding-top: 0;
}
.com-greeting_ttl .top-interview__head-mess01-big {
  margin-top: 20px;
  display: block;
  font-size: 7.2rem;
}
@media screen and (max-width: 1200px) {
  .com-greeting_ttl .top-interview__head-mess01-big {
    font-size: 6rem;
  }
}
@media screen and (max-width: 834px) {
  .com-greeting_ttl .top-interview__head-mess01-big {
    font-size: 4rem;
  }
}
.com-greeting_ttl .top-interview__head-mess01 .txt-bg-v::after {
  left: 0;
  width: 100%;
}

.name-txt {
  margin-top: 20px;
  font-weight: 500;
  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;
  gap: 30px;
}

.name-txt_aff {
  font-size: 1.5rem;
  display: block;
}
@media screen and (max-width: 450px) {
  .name-txt_aff {
    font-size: 1.4rem;
  }
}

.com-philosophy {
  position: relative;
  margin-top: 14vw;
  background-color: #048ae2;
  text-align: center;
}
.com-philosophy::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 20vw;
  bottom: -20vw;
  left: 0;
  background-image: url(../img/company/philosophy_bk-bt.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 450px) {
  .com-philosophy {
    text-align: left;
  }
}

.com-philosophy_hg-img {
  max-width: 120px;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 834px) {
  .com-philosophy_hg-img {
    max-width: 110px;
  }
}
@media screen and (max-width: 450px) {
  .com-philosophy_hg-img {
    max-width: 100px;
  }
}

.com-philosophy_hg-com {
  max-width: 378px;
  width: 100%;
  margin: 30px auto 0;
  aspect-ratio: 378/38;
}
@media screen and (max-width: 834px) {
  .com-philosophy_hg-com {
    max-width: 350px;
  }
}
@media screen and (max-width: 450px) {
  .com-philosophy_hg-com {
    max-width: 330px;
  }
}

.com-philosophy_hg-ttl {
  display: inline-block;
  margin-top: 40px;
  padding: 0 30px;
  line-height: 50px;
  border: 1px solid #fff;
}
@media screen and (max-width: 834px) {
  .com-philosophy_hg-ttl {
    line-height: 40px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 450px) {
  .com-philosophy_hg-ttl {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.com-philosophy_list {
  margin-top: 90px;
}
@media screen and (max-width: 834px) {
  .com-philosophy_list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 450px) {
  .com-philosophy_list {
    margin-top: 30px;
  }
}

.com-philosophy_item .sec-ttl {
  position: relative;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  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;
  gap: 10px;
}
.com-philosophy_item .sec-ttl::before, .com-philosophy_item .sec-ttl::after {
  position: absolute;
  content: "";
  max-width: 200px;
  width: 100%;
  height: 1px;
  top: 26%;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .com-philosophy_item .sec-ttl::before, .com-philosophy_item .sec-ttl::after {
    top: 40%;
    transform: translateY(-40%);
  }
}
.com-philosophy_item .sec-ttl::before {
  left: 0;
}
.com-philosophy_item .sec-ttl::after {
  right: 0;
}
.com-philosophy_item:nth-child(1) .sec-ttl::before, .com-philosophy_item:nth-child(1) .sec-ttl::after {
  max-width: 200px;
}
@media screen and (max-width: 834px) {
  .com-philosophy_item:nth-child(1) .sec-ttl::before, .com-philosophy_item:nth-child(1) .sec-ttl::after {
    max-width: 90px;
  }
}
@media screen and (max-width: 450px) {
  .com-philosophy_item:nth-child(1) .sec-ttl::before, .com-philosophy_item:nth-child(1) .sec-ttl::after {
    max-width: 40px;
  }
}
.com-philosophy_item:nth-child(2) .sec-ttl::before, .com-philosophy_item:nth-child(2) .sec-ttl::after {
  max-width: 220px;
}
@media screen and (max-width: 834px) {
  .com-philosophy_item:nth-child(2) .sec-ttl::before, .com-philosophy_item:nth-child(2) .sec-ttl::after {
    max-width: 100px;
  }
}
@media screen and (max-width: 450px) {
  .com-philosophy_item:nth-child(2) .sec-ttl::before, .com-philosophy_item:nth-child(2) .sec-ttl::after {
    max-width: 50px;
  }
}
.com-philosophy_item:nth-child(3) .sec-ttl::before, .com-philosophy_item:nth-child(3) .sec-ttl::after {
  max-width: 230px;
}
@media screen and (max-width: 834px) {
  .com-philosophy_item:nth-child(3) .sec-ttl::before, .com-philosophy_item:nth-child(3) .sec-ttl::after {
    max-width: 100px;
  }
}
@media screen and (max-width: 450px) {
  .com-philosophy_item:nth-child(3) .sec-ttl::before, .com-philosophy_item:nth-child(3) .sec-ttl::after {
    max-width: 55px;
  }
}
.com-philosophy_item:not(:nth-child(1)) {
  margin-top: 10vw;
}
.com-philosophy_item .sec-ttl__en {
  font-size: 5.2rem;
}
@media screen and (max-width: 834px) {
  .com-philosophy_item .sec-ttl__en {
    font-size: 2.5rem;
  }
}
.com-philosophy_item .sec-ttl__jp {
  position: relative;
  left: 0;
  bottom: 3px;
}
@media screen and (max-width: 834px) {
  .com-philosophy_item .sec-ttl__jp {
    bottom: -2px;
  }
}

.com-outline {
  position: relative;
  padding-top: 16vw;
  color: #18273e;
  background-color: #ecf0f7;
}
.com-outline::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 20vw;
  bottom: -20vw;
  left: 0;
  background-image: url(../img/company/outline_bk-bt.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.com-outline .sec-ttl__jp {
  bottom: -5px;
}
@media screen and (max-width: 834px) {
  .com-outline .sec-ttl__jp {
    bottom: -10px;
  }
}

.com-office {
  color: #18273e;
  margin-top: 20vw;
  margin-bottom: 24vw;
}

.com-office_fig {
  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;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 30px;
}
@media screen and (max-width: 834px) {
  .com-office_fig {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
.com-office_fig:first-of-type {
  margin-top: 90px;
}
@media screen and (max-width: 834px) {
  .com-office_fig:first-of-type {
    margin-top: 50px;
  }
}
@media screen and (max-width: 450px) {
  .com-office_fig:first-of-type {
    margin-top: 30px;
  }
}
.com-office_fig:not(:first-of-type) {
  margin-top: 120px;
}
@media screen and (max-width: 834px) {
  .com-office_fig:not(:first-of-type) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 450px) {
  .com-office_fig:not(:first-of-type) {
    margin-top: 60px;
  }
}

.com-office_cap {
  max-width: 540px;
  width: 100%;
}

.com-office_img {
  max-width: 580px;
  width: 100%;
}

.com-office_ttl {
  width: fit-content;
  padding: 8px 30px;
  background-color: #18273e;
  line-height: 1;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .com-office_ttl {
    font-size: 1.8rem;
  }
}

.com-office_add-inner {
  margin-top: 40px;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 834px) {
  .com-office_add-inner {
    margin-top: 30px;
  }
}
@media screen and (max-width: 450px) {
  .com-office_add-inner {
    gap: 15px;
  }
}

.com-office_add-inner_add {
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .com-office_add-inner_add {
    font-size: 1.675rem;
  }
}
@media screen and (max-width: 450px) {
  .com-office_add-inner_add {
    width: 100%;
  }
}
.com-office_add-inner_add address {
  font-style: normal;
}

.com-office_add-inner_txt {
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .com-office_add-inner_txt {
    font-size: 1.675rem;
  }
}
.com-office_add-inner_txt span:last-of-type {
  margin-left: 1em;
}

.com-office_car-inner {
  margin-top: 50px;
  padding: 30px;
  background-color: #ecf0f7;
}
@media screen and (max-width: 834px) {
  .com-office_car-inner {
    margin-top: 30px;
    padding: 20px 30px;
  }
}

.com-pffice_car-inner_flex {
  margin-top: 20px;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 10px;
}
@media screen and (max-width: 834px) {
  .com-pffice_car-inner_flex {
    margin-top: 10px;
  }
}

.com-office_dl {
  width: 220px;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.com-office_dt {
  position: relative;
  width: calc(100% - 30px);
}
.com-office_dt::before {
  position: absolute;
  content: "";
  height: 1px;
  right: 5px;
  top: calc(50% - 1px);
  border-bottom: 2px dotted #dfe3e9;
}
.com-office_dt.-m::before {
  width: 100px;
}
.com-office_dt.-s::before {
  width: 19px;
}
.com-office_dt.-l::before {
  width: 110px;
}

.com-office_dd {
  width: 30px;
}

/***************************

object/object/project/_entry.scss

***************************/
.entry-main .cmn-fv {
  background-image: url(../img/entry/fv-img.webp);
}
@media screen and (max-width: 834px) {
  .entry-main .cmn-fv {
    background-image: url(../img/entry/fv-img_sp.webp);
  }
}

.entry-box {
  margin-bottom: 70px;
  color: #18273e;
}
.entry-box.finish {
  margin-bottom: 120px;
}
@media screen and (max-width: 834px) {
  .entry-box.finish {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 418px) {
  .step-sec .f32 {
    font-size: 1.6rem;
  }
}

.entry-step_list {
  margin-top: 30px;
  margin-bottom: 70px;
  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;
}
@media screen and (max-width: 834px) {
  .entry-step_list {
    margin-top: 0;
    margin-bottom: 50px;
  }
}

.entry-step_list-item {
  position: relative;
  width: 100%;
  padding: 18px 5px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .entry-step_list-item {
    padding: 15px 5px;
  }
}
.entry-step_list-item:first-child {
  max-width: 180px;
}
@media screen and (max-width: 834px) {
  .entry-step_list-item:first-child {
    max-width: 160px;
  }
}
.entry-step_list-item:first-child::before, .entry-step_list-item:first-child::after {
  position: absolute;
  content: "";
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .entry-step_list-item:first-child::before, .entry-step_list-item:first-child::after {
    height: 70px;
  }
}
.entry-step_list-item:first-child::before {
  width: 31px;
  aspect-ratio: 30/80;
  top: -1px;
  left: -1px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: #fff;
}
.entry-step_list-item:first-child::after {
  width: 40px;
  aspect-ratio: 40/80;
  top: 0;
  right: -39px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #1b94e4;
}
@media screen and (max-width: 834px) {
  .entry-step_list-item:first-child::after {
    width: 30px;
    right: -29px;
  }
}
.entry-step_list-item:first-child.order::after {
  background-color: #cad4e5;
}
.entry-step_list-item:last-child {
  max-width: 200px;
}
@media screen and (max-width: 834px) {
  .entry-step_list-item:last-child {
    max-width: 180px;
  }
}
.entry-step_list-item:last-child::before {
  position: absolute;
  content: "";
  width: 30px;
  aspect-ratio: 30/80;
  top: 0;
  right: -1px;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: #fff;
  pointer-events: none;
}
.entry-step_list-item.current {
  background-color: #1b94e4;
}
.entry-step_list-item.order {
  background-color: #cad4e5;
}
.entry-step_list-item .en {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .entry-step_list-item .en {
    font-size: 1.4rem;
  }
}
.entry-step_list-item .txt {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .entry-step_list-item .txt {
    font-size: 1.6rem;
  }
}

.entry-caution_list {
  max-width: 795px;
  width: 100%;
  margin: 30px auto 0;
}
@media screen and (max-width: 834px) {
  .entry-caution_list {
    margin-top: 20px;
  }
}

.entry-main_form {
  margin-top: 110px;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .entry-main_form {
    margin-top: 80px;
    font-size: 1.6rem;
  }
}

.entry-privacy {
  margin-top: 80px;
}
@media screen and (max-width: 834px) {
  .entry-privacy {
    margin-top: 50px;
  }
}

.entry-privacy_box {
  max-height: 500px;
  margin-bottom: 60px;
  padding: 40px;
  overflow-y: scroll;
  border: 1px solid #18273e;
}
@media screen and (max-width: 834px) {
  .entry-privacy_box {
    max-height: 380px;
    margin-bottom: 40px;
    padding: 20px;
  }
}
@media screen and (max-width: 450px) {
  .entry-privacy_box {
    max-height: 250px;
    margin-bottom: 30px;
  }
}
.entry-privacy_box p {
  font-size: 1.5rem;
}
@media screen and (max-width: 834px) {
  .entry-privacy_box p {
    font-size: 1.4rem;
  }
}

.privacy-list {
  margin-top: 50px;
}
@media screen and (max-width: 834px) {
  .privacy-list {
    margin-top: 30px;
  }
}

.privacy-list_item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  .privacy-list_item:not(:first-child) {
    margin-top: 20px;
  }
}

.privacy-list_ttl {
  padding-bottom: 5px;
  border-bottom: 1px solid #dbdfe5;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .privacy-list_ttl {
    font-size: 1.675rem;
  }
}
.privacy-list_ttl .en {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .privacy-list_ttl .en {
    font-size: 1.8rem;
  }
}

.privacy-list_detail {
  margin-top: 30px;
  font-size: 1.5rem;
}
@media screen and (max-width: 834px) {
  .privacy-list_detail {
    margin-top: 15px;
  }
}
.privacy-list_detail h4, .privacy-list_detail h5 {
  font-weight: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 834px) {
  .privacy-list_detail {
    font-size: 1.4rem;
  }
  .privacy-list_detail h4, .privacy-list_detail h5 {
    font-size: 1.4rem;
  }
}
.privacy-list_detail address {
  font-style: normal;
}

.entry-btn_wrap {
  margin-top: 30px;
  text-align: center;
}

.entry-finish_txt {
  max-width: 780px;
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 834px) {
  .entry-finish_txt {
    margin-top: 30px;
  }
}

.entry-error .section {
  margin-top: 100px;
}
.entry-error .entry-submit_btn.finish {
  margin-top: 40px;
}

.error-message {
  max-width: 780px;
  width: 100%;
  margin: 20px auto 0;
}

/***************************

object/utility/_link.scss

***************************/
.anchor-link_list {
  margin-top: 50px;
  margin-bottom: 140px;
  color: #18273e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .anchor-link_list {
    gap: 20px;
  }
}
@media screen and (max-width: 834px) {
  .anchor-link_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 450px) {
  .anchor-link_list {
    margin-top: 30px;
    margin-bottom: 100px;
    gap: 10px;
  }
}

.anchor-link_item {
  width: calc((100% - 120px) / 4);
}
@media screen and (max-width: 1200px) {
  .anchor-link_item {
    width: calc((100% - 60px) / 4);
  }
}
@media screen and (max-width: 834px) {
  .anchor-link_item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 450px) {
  .anchor-link_item {
    width: calc((100% - 10px) / 2);
  }
}
.anchor-link_item.-rec01 .anchor-link, .anchor-link_item.-rec02 .anchor-link {
  padding-left: 50px;
  text-align: left;
}
@media screen and (max-width: 930px) {
  .anchor-link_item.-rec01 .anchor-link, .anchor-link_item.-rec02 .anchor-link {
    padding-left: 30px;
  }
}
@media screen and (max-width: 834px) {
  .anchor-link_item.-rec01 .anchor-link, .anchor-link_item.-rec02 .anchor-link {
    padding-left: 40px;
  }
}
@media screen and (max-width: 450px) {
  .anchor-link_item.-rec01 .anchor-link, .anchor-link_item.-rec02 .anchor-link {
    padding-left: 25px;
  }
}
.anchor-link_item.-rec01 {
  max-width: 190px;
  width: 40%;
}
@media screen and (max-width: 834px) {
  .anchor-link_item.-rec01 {
    max-width: 150px;
  }
}
.anchor-link_item.-rec02 {
  max-width: 250px;
}
@media screen and (max-width: 834px) {
  .anchor-link_item.-rec02 {
    max-width: 200px;
  }
}

.anchor-link {
  position: relative;
  text-align: center;
  display: block;
  border-bottom: 1px solid #18273e;
}
.anchor-link::after {
  position: absolute;
  content: "\e313";
  top: 50%;
  right: 25px;
  font-family: "Material Symbols Outlined";
  font-weight: 400;
  font-size: 24px;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}
@media screen and (max-width: 1200px) {
  .anchor-link::after {
    right: 10px;
  }
}
@media screen and (max-width: 450px) {
  .anchor-link::after {
    right: 0;
  }
}
.anchor-link:hover::after {
  top: calc(50% + 5px);
}

.anchor-link_en {
  font-size: 1.8rem;
}
@media screen and (max-width: 450px) {
  .anchor-link_en {
    font-size: 1.6rem;
  }
}

.anchor-link_ja {
  margin-bottom: 15px;
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (max-width: 450px) {
  .anchor-link_ja {
    margin-bottom: 10px;
  }
}
.anchor-link_ja.-rec {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .anchor-link_ja.-rec {
    font-size: 1.675rem;
  }
}

.gmap-link span {
  display: block;
  width: 16px;
  margin: 0 auto;
}
.gmap-link img {
  width: 16px;
  aspect-ratio: 16/23;
}

.gmap-link_txt {
  font-style: italic;
  font-size: 1.4rem;
  color: #048ae2;
  font-weight: 500;
  border-bottom: 1px solid #048ae2;
}
@media screen and (max-width: 834px) {
  .gmap-link_txt {
    font-size: 1.3rem;
  }
}

/***************************

object/utility/_text.scss

***************************/
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.vat {
  vertical-align: top;
}

.txt-bg-v.txt-bg-db::after {
  background-color: #2245b5;
}

.fcbl {
  color: #18273e;
}

.f11 {
  font-size: 1.1rem;
}

.f65 {
  font-size: 6.5rem;
}
@media screen and (max-width: 1334px) {
  .f65 {
    font-size: 4.85rem;
  }
}
@media screen and (max-width: 834px) {
  .f65 {
    font-size: 3.25rem;
  }
}

.f72 {
  font-size: 7.2rem;
}
@media screen and (max-width: 834px) {
  .f72 {
    font-size: 3.6rem;
  }
}

.f82 {
  font-size: 8.2rem;
}
@media screen and (max-width: 834px) {
  .f82 {
    font-size: 4.2rem;
  }
}

.f100 {
  font-size: 10rem;
}
@media screen and (max-width: 834px) {
  .f100 {
    font-size: 5rem;
  }
}

/***************************

object/utility/spases.scss

***************************/
.m-0 {
  margin: 0;
}

.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}/*# sourceMappingURL=style.css.map */