@charset "UTF-8";
/**
* Foundation
* ========================== */
/*
---------------------------------------
reset
---------------------------------------
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

img {
  height: auto;
}

picture {
  height: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  background: none;
}

button {
  cursor: pointer;
  color: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

em {
  font-weight: inherit;
}

.container {
  position: relative;
  overflow: hidden;
}

body {
  font-family: "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  text-justify: inter-ideograph;
  word-wrap: break-word;
  color: #373737;
  min-width: 375px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 1064px;
  background: #f8f8f8;
}
@media (max-width: 768px) {
  body {
    min-width: 0;
  }
}

p,
dt,
dd,
li {
  font-size: 16px;
  font-style: normal;
  line-height: 1.75;
  line-break: strict;
  overflow-wrap: break-word;
}
@media (max-width: 768px) {
  p,
  dt,
  dd,
  li {
    font-size: 3.8vw;
  }
}

/*
----------------------------------------
flex
----------------------------------------
*/
.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  -js-display: flex;
}

.flex.nowrap {
  flex-wrap: nowrap;
}

.flex.reverse {
  flex-direction: row-reverse;
}

.flex.item-center {
  align-items: center;
}

.flex-column {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*
---------------------------------------
link
---------------------------------------
*/
a {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

/*
---------------------------------------
clear
---------------------------------------
*/
.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/
height: auto;
overflow: hidden;
/**/
}

*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
/*
---------------------------------------
common
---------------------------------------
*/
.pc {
  display: block !important;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media (max-width: 959px) {
  .tab {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .tab {
    display: block !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.inline-pc {
  display: inline-block !important;
}
@media (max-width: 768px) {
  .inline-pc {
    display: none !important;
  }
}

.inline-sp {
  display: none !important;
}
@media (max-width: 768px) {
  .inline-sp {
    display: inline-block !important;
  }
}

.inner {
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 959px) {
  .inner {
    padding: 0 27px;
  }
}
.inner--s {
  max-width: 1002px;
}
.inner--l {
  max-width: 1156px;
}
.inner--w {
  max-width: 100%;
  padding: 0 60px;
}

span {
  font-size: inherit;
  font-weight: inherit;
}

.img {
  line-height: 0;
}

.en {
  font-family: "Inconsolata", monospace;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.mid {
  font-weight: 500;
}

.thin {
  font-weight: 300;
}

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

.ofi-contain {
  object-fit: contain;
  font-family: "object-fit: contain;";
}

@media (max-width: 768px) {
  .no-telLink a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}
input[type=text],
input[type=search],
input[type=tel],
input[type=number],
input[type=url],
input[type=email],
input[type=password],
input[type=date],
textarea,
select {
  font-size: 16px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  font-family: inherit;
  background: #f1f1f1;
  width: 100%;
  outline: none;
}
@media (max-width: 428px) {
  input[type=text],
  input[type=search],
  input[type=tel],
  input[type=number],
  input[type=url],
  input[type=email],
  input[type=password],
  input[type=date],
  textarea,
  select {
    padding: 8px 14px;
    font-size: 13px;
  }
}

select {
  padding: 16px 18px;
  background: url(../img/common/icn-select.svg) no-repeat right 20px center/12px;
  color: #373737;
}
@media (max-width: 428px) {
  select {
    padding: 12px 14px;
  }
}

textarea {
  width: 100%;
  height: 300px;
  resize: vertical;
}
@media (max-width: 428px) {
  textarea {
    height: 220px;
  }
}

input::-webkit-input-placeholder {
  color: #ababab;
}

input:-moz-placeholder {
  color: #ababab;
}

textarea::-webkit-input-placeholder {
  color: #ababab;
}

textarea:-moz-placeholder {
  color: #ababab;
}

.uppercase {
  text-transform: uppercase;
}

.icn-totop .svg-arrow-top {
  fill: #fff;
  stroke-width: 0px;
  transition: fill 0.3s ease-out;
}

.svg-arrow-right {
  fill: #fff;
  stroke-width: 0px;
  transition: fill 0.3s ease-out;
}

.svg-arrow-left {
  fill: #fff;
  stroke-width: 0px;
  transition: fill 0.3s ease-out;
}

.svg-arrow-bottom {
  fill: #323232;
  stroke-width: 0px;
  transition: fill 0.3s ease-out;
}

@keyframes scroll_down_btn-animation {
  0% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, 98px);
  }
  100% {
    transform: translate(0, 98px);
  }
}
@keyframes scroll_down_btn-animation_sp {
  0% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, 19.46vw);
  }
  100% {
    transform: translate(0, 19.46vw);
  }
}
@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes MoveRight {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes MoveRight2 {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
/* Object
* ========================== */
/* Component ------------ */
.c-btn-01 a {
  background: #373737;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  display: block;
  border-radius: 100px;
  position: relative;
  width: 350px;
  padding: 31px 46px;
  transition: background 0.3s ease-out;
}
@media (max-width: 768px) {
  .c-btn-01 a {
    max-width: 100%;
    width: 59.7vw;
    padding: 5vw 8.2vw;
    font-size: 4vw;
    margin: 0 auto;
  }
}
.c-btn-01 a:before {
  content: "";
  background: url(../img/common/svg-arrow-right.svg) no-repeat center center/cover;
  width: 10px;
  height: 14px;
  display: block;
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .c-btn-01 a:before {
    width: 1.86vw;
    height: 2.57vw;
    right: 8.3vw;
  }
}
@media (hover: hover) {
  .c-btn-01 a:where(:any-link, :enabled, summary):hover {
    background: #5a7398;
  }
}
.c-btn-01--view a {
  padding-left: 78px;
}
@media (max-width: 768px) {
  .c-btn-01--view a {
    padding-left: 9.9vw;
  }
}
.c-btn-01--view a:before {
  right: 59px;
}
@media (max-width: 768px) {
  .c-btn-01--view a:before {
    right: 6.5vw;
  }
}
.c-btn-01--white .icn-arrow-right {
  position: absolute;
  right: 59px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .c-btn-01--white .icn-arrow-right {
    right: 6.5vw;
    width: 1.86vw;
    height: 2.57vw;
  }
}
.c-btn-01--white .svg-arrow-right {
  fill: #373737;
}
.c-btn-01--white a {
  background: #fff;
  color: #373737;
}
.c-btn-01--white a:before {
  content: none;
}
@media (hover: hover) {
  .c-btn-01--white a:where(:any-link, :enabled, summary):hover {
    background: #373737;
    color: #fff;
  }
  .c-btn-01--white a:where(:any-link, :enabled, summary):hover .svg-arrow-right {
    fill: #fff;
  }
}
.c-btn-01--blue a {
  background: #5a7398;
}
@media (hover: hover) {
  .c-btn-01--blue a:where(:any-link, :enabled, summary):hover {
    background: #373737;
    color: #fff;
  }
}
.c-btn-01--back a {
  text-align: center;
  border: 1px solid #373737;
}
@media (max-width: 768px) {
  .c-btn-01--back a {
    padding-left: 10vw;
  }
}
.c-btn-01--back a:before {
  content: none;
}
.c-btn-01--back a .icn-arrow-left {
  position: absolute;
  left: 55px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .c-btn-01--back a .icn-arrow-left {
    left: 7.5vw;
    width: 1.86vw;
    height: 2.57vw;
  }
}
.c-btn-01--back a .svg-arrow-left {
  fill: #fff;
}
@media (hover: hover) {
  .c-btn-01--back a:where(:any-link, :enabled, summary):hover {
    background: #fff;
    color: #373737;
  }
  .c-btn-01--back a:where(:any-link, :enabled, summary):hover .svg-arrow-left {
    fill: #373737;
  }
}

.c-heading-01__ja {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .c-heading-01__ja {
    font-size: 4vw;
    margin-bottom: 0.4vw;
  }
}

.c-heading-01__en {
  font-size: 66px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .c-heading-01__en {
    font-size: 9.4vw;
  }
}
.c-heading-01__en .space {
  display: inline-block;
  padding: 0 0.1em;
}

.c-heading-02 {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .c-heading-02 {
    display: block;
  }
}

.c-heading-02__en {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1;
  padding-right: 25px;
  position: relative;
}
@media (max-width: 768px) {
  .c-heading-02__en {
    font-size: 5.4vw;
    padding-right: 3vw;
    display: inline-block;
  }
}
.c-heading-02__en:before {
  content: "";
  background: #373737;
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .c-heading-02__en:before {
    height: 75%;
  }
}
.c-heading-02__en .space {
  display: inline-block;
  padding: 0 0.1em;
}

.c-heading-02__ja {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  flex: 1;
  padding-left: 25px;
}
@media (max-width: 768px) {
  .c-heading-02__ja {
    font-size: 4vw;
    line-height: 1.56;
    padding-left: 0;
    margin-top: 2.2vw;
  }
}

.c-heading-03 {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 19px 0 6px;
  background-image: url(../img/our-work/project_frame_l@2x.png), url(../img/our-work/project_frame_r@2x.png);
  background-repeat: no-repeat;
  background-size: 26px 100%;
  background-position: left top, right top;
}
@media (max-width: 768px) {
  .c-heading-03 {
    padding: 1.8vw 0 1vw;
    background-size: 3.6vw 100%;
  }
}
.c-heading-03--white {
  background-image: url(../img/our-work/project_frame_l-white@2x.png), url(../img/our-work/project_frame_r-white@2x.png);
  color: #fff;
}

.c-heading-03__ja {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .c-heading-03__ja {
    font-size: 3.8vw;
    margin-bottom: 1.1vw;
  }
}

.c-heading-03__en {
  font-size: 66px;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-heading-03__en {
    font-size: 9.4vw;
  }
}

.c-pageTtl {
  padding-top: 174px;
}
@media (max-width: 768px) {
  .c-pageTtl {
    padding-top: 21vw;
  }
}

.c-pageTtl__heading__en {
  font-size: 66px;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-pageTtl__heading__en {
    font-size: 9.33vw;
  }
}

/*	form
---------------------------------*/
.sec-form__require {
  color: #e14449;
  font-weight: bold;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .sec-form__require {
    font-size: 3.3vw;
    margin-bottom: 0;
  }
}

.wrap_form .require {
  color: #e14449;
  font-weight: bold;
  padding-left: 6px;
}
.wrap_form .btn_send_narrow {
  width: 304px;
  height: 64px;
  border-radius: 64px;
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  color: white;
  font-size: 20px;
  font-weight: bold;
  background-color: #5a7398;
  background-image: url(../img/form/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: right 23px center;
  position: relative;
  transition: opacity 0.4s;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .wrap_form .btn_send_narrow {
    width: 93%;
    height: 16vw;
    border-radius: 7.5vw;
    font-size: 4.6vw;
  }
}
@media (hover: hover) {
  .wrap_form .btn_send_narrow:hover {
    background: #373737;
    background-image: url(../img/form/arrow-right-hover.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: right 23px center;
  }
}
.wrap_form button.btn_back_narrow {
  width: 304px;
  height: 64px;
  margin: 20px auto 0;
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  color: white;
  font-size: 18px;
  font-weight: bold;
  background: #acabab;
  position: relative;
  transition: opacity 0.4s;
}
@media (max-width: 768px) {
  .wrap_form button.btn_back_narrow {
    width: 93%;
    height: 16vw;
    border-radius: 7.5vw;
    font-size: 4.6vw;
  }
}
@media (hover: hover) {
  .wrap_form button.btn_back_narrow:hover {
    opacity: 0.5;
  }
}

.table_entry {
  width: 100%;
  line-height: 1.5;
  max-width: 900px;
  margin: 0 auto 62px;
  background: #fff;
  padding: 70px 102px 59px;
}
@media (max-width: 768px) {
  .table_entry {
    margin: 0 0 6vw;
    font-size: 3.4vw !important;
    padding: 12vw 4.5vw 1vw;
  }
}
.table_entry .row {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .table_entry .row {
    margin-bottom: 5vw;
  }
}
.table_entry .dt {
  font-weight: bold;
  padding-bottom: 15px;
  font-size: 16px;
  width: 100%;
  line-height: 1;
  color: #333;
}
@media (max-width: 768px) {
  .table_entry .dt {
    padding-bottom: 2vw;
    font-size: 3.7vw;
    line-height: 1.3;
  }
}
.table_entry .dt .en {
  font-weight: 200;
}
.table_entry .dt .dt__link {
  display: inline-block;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .table_entry .dt .dt__link {
    padding-top: 5px;
    padding-left: 1em;
  }
}
.table_entry .dt .dt__link a {
  color: #fe0000;
  text-decoration: underline;
  font-weight: normal;
}
.table_entry .dd {
  flex: 1;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .table_entry .dd {
    font-size: 3.4vw;
  }
}
@media (max-width: 768px) {
  .table_entry .dd .mwform-radio-field.horizontal-item {
    display: inline-block;
    margin: 1.5vw 0 1.5vw;
  }
}
.table_entry .dd .dd-in {
  display: block;
  box-sizing: border-box;
  padding: 7px 25px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .table_entry .dd .dd-in {
    padding: 7px 15px;
  }
}
.table_entry .dd.dd--noflex {
  display: block;
}
.table_entry #age-error {
  padding-left: 173px;
}
@media (max-width: 768px) {
  .table_entry #age-error {
    padding-left: 119px;
  }
}
.table_entry .mark_zip {
  height: 34px;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .table_entry .mark_zip {
    font-size: 3.4vw;
  }
}
.table_entry .mark_age {
  height: 34px;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .table_entry .mark_age {
    font-size: 3.4vw;
  }
}
.table_entry .example {
  font-size: 14px;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .table_entry .example {
    font-size: 3.4vw;
    padding-top: 2vw;
    padding-left: 0;
  }
}
.table_entry input[type=text],
.table_entry input[type=email],
.table_entry input[type=tel] {
  width: 100%;
  box-sizing: border-box;
  padding: 13px 25px;
  line-height: 1;
}
@media (max-width: 768px) {
  .table_entry input[type=text],
  .table_entry input[type=email],
  .table_entry input[type=tel] {
    width: 100%;
    font-size: 3.4vw;
    padding: 12px 15px;
  }
}
.table_entry .message-txt {
  padding: 8px 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  .table_entry .message-txt {
    font-size: 3.3vw;
  }
}
.table_entry textarea {
  font-size: 16px;
  padding: 23px 25px;
  height: 171px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .table_entry textarea {
    width: 100%;
    height: 40vw;
    padding: 13px 15px;
    font-size: 3.4vw !important;
  }
}
.table_entry .radio-wrap {
  width: 100%;
  padding: 15px 6px;
  background: #f1f1f1;
}
@media (max-width: 768px) {
  .table_entry .radio-wrap {
    padding: 3vw 0;
  }
}
@media (max-width: 768px) {
  .table_entry .radio-wrap .wpcf7-list-item {
    display: block;
  }
}
.table_entry .radio-wrap label {
  cursor: pointer;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .table_entry .radio-wrap label {
    margin-right: 0;
    display: block;
  }
  .table_entry .radio-wrap label:not(:last-child) {
    margin-bottom: 2vw;
  }
}
.table_entry .radio-wrap label input[type=radio],
.table_entry .radio-wrap label input[type=checkbox] {
  margin-right: 0;
  margin-left: 0;
  position: relative;
  top: 0;
}
@media (max-width: 768px) {
  .table_entry .radio-wrap label input[type=radio],
  .table_entry .radio-wrap label input[type=checkbox] {
    top: 0.5vw;
  }
}
.table_entry .radio-wrap label input[type=radio].error,
.table_entry .radio-wrap label input[type=checkbox].error {
  display: inline-block;
}
.table_entry .radio-wrap label.error {
  margin-right: 0;
  margin-bottom: 0;
  line-height: 1;
}
.table_entry [data-name=your_name],
.table_entry [data-name=your_furigana],
.table_entry [data-name=your_company],
.table_entry [data-name=message] {
  width: 100%;
}
@media (max-width: 768px) {
  .table_entry .dd-zip {
    flex-wrap: nowrap;
  }
}
.table_entry #age {
  width: 106px;
}
.table_entry #tel,
.table_entry #mail {
  width: 334px;
}
@media (max-width: 768px) {
  .table_entry #tel,
  .table_entry #mail {
    width: 100%;
  }
}
.table_entry #zip {
  width: 186px;
}
@media (max-width: 768px) {
  .table_entry #zip {
    width: calc(100% - 0.2vw);
  }
}
.table_entry #pref_w {
  margin-bottom: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .table_entry #pref_w {
    margin-bottom: 2vw;
  }
}
.table_entry #city_w {
  margin-bottom: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .table_entry #city_w {
    margin-bottom: 2vw;
  }
}
.table_entry #area_w {
  width: 100%;
}

#agree_error + label.error {
  text-align: center;
}

label.error {
  font-size: 16px;
  color: #e14449;
  display: block;
  margin: 10px 0 10px;
}
@media (max-width: 768px) {
  label.error {
    line-height: 1.5;
    font-size: 3.4vw;
    margin: 5px 0 0;
  }
}

.form_privacy-policy {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 55px 102px 38px;
}
@media (max-width: 768px) {
  .form_privacy-policy {
    padding: 5vw 4.5vw 8vw;
  }
}
.form_privacy-policy .ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .form_privacy-policy .ttl {
    font-size: 3.7vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 2vw;
  }
}
.form_privacy-policy .agree_text {
  text-align: center;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .form_privacy-policy .agree_text {
    margin-bottom: 7vw;
  }
}
.form_privacy-policy .agree_text p {
  font-size: 14px;
  line-height: 1.5;
  font-family: "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #4d4d4d;
  font-weight: bold;
}
@media (max-width: 768px) {
  .form_privacy-policy .agree_text p {
    font-size: 3.4vw;
    max-width: 100%;
    margin: 0 auto;
  }
}
.form_privacy-policy .agree_text a {
  display: inline-block;
  margin-bottom: 15px;
  transition: opacity 0.4s;
}
@media (max-width: 768px) {
  .form_privacy-policy .agree_text a {
    margin-bottom: 4vw;
  }
}
.form_privacy-policy .agree_text a:after {
  content: "";
  background: url(../img/form/icon_external.svg) no-repeat center center/cover;
  width: 11px;
  height: 9px;
  display: inline-block;
  margin-left: 8px;
}
@media (hover: hover) {
  .form_privacy-policy .agree_text a:hover {
    opacity: 0.7;
  }
}
.form_privacy-policy .agree_text .mwform-checkbox-field-text {
  cursor: pointer;
}
@media (max-width: 768px) {
  .form_privacy-policy .agree_text .require {
    padding-left: 0;
  }
}
.form_privacy-policy .inner_box {
  height: 117px;
  background: white;
  overflow-y: scroll;
  border: 1px solid #b1b1b1;
  padding: 19px 23px;
  margin-bottom: 19px;
}
@media (max-width: 768px) {
  .form_privacy-policy .inner_box {
    height: 46vw;
    padding: 4vw 3vw;
    margin-bottom: 3.8vw;
  }
}
.form_privacy-policy .inner_box .ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .form_privacy-policy .inner_box .ttl {
    font-size: 3.4vw;
  }
}
.form_privacy-policy .inner_box strong {
  font-size: 14px;
  font-weight: bold;
}
.form_privacy-policy .inner_box .text_box {
  margin-bottom: 1.6em;
}
@media (max-width: 768px) {
  .form_privacy-policy .inner_box .text_box {
    margin-bottom: 3vw;
  }
}
.form_privacy-policy .inner_box p {
  font-size: 14px;
  line-height: 1.64;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .form_privacy-policy .inner_box p {
    font-size: 3.4vw;
  }
}
.form_privacy-policy .inner_box p a {
  color: #373737;
}
.form_privacy-policy .inner_box ul {
  margin-left: 1em;
  margin-bottom: 20px;
  line-height: 1.64;
  list-style-position: outside;
}
@media (max-width: 768px) {
  .form_privacy-policy .inner_box ul {
    margin-left: 1em;
    margin-bottom: 3vw;
  }
}
.form_privacy-policy .inner_box ul > li {
  font-size: 14px;
  line-height: 1.64;
}
@media (max-width: 768px) {
  .form_privacy-policy .inner_box ul > li {
    font-size: 3.4vw;
  }
}
.form_privacy-policy .inner_box ul > li > ul {
  margin: 0 0 0 1em;
}
.form_privacy-policy .inner_box ul > li > ul > li {
  font-size: 14px;
  line-height: 1.64;
}
@media (max-width: 768px) {
  .form_privacy-policy .inner_box ul > li > ul > li {
    font-size: 3.4vw;
  }
}
.form_privacy-policy .inner_box ul > li > ul > li > ul {
  margin: 0 0 0 1em;
}
.form_privacy-policy .inner_box .right_text {
  text-align: right;
}

.sec-form__mailAttention {
  line-height: 1.6;
  text-align: center;
  margin-bottom: 25px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .sec-form__mailAttention {
    text-align: left;
    margin-bottom: 8vw;
    font-size: 3.4vw;
  }
}

.mw_wp_form_confirm .example {
  display: none;
}

.mw_wp_form_confirm .comment {
  display: none;
}

.mw_wp_form_confirm .require {
  display: none;
}

.mw_wp_form_confirm .entry_contents {
  display: none;
}

.display_confirm {
  display: none;
}

.mw_wp_form_confirm .display_confirm {
  display: block;
}

.confirm_attention {
  display: none;
}

.mw_wp_form_confirm .form_privacy-policy {
  display: none;
}

.mw_wp_form_confirm .confirm_attention {
  display: block;
  line-height: 150%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .mw_wp_form_confirm .confirm_attention {
    line-height: 150%;
    margin-bottom: 3vw;
  }
}

.require {
  color: #e14449;
  font-weight: bold;
  font-size: 13px;
}
@media (max-width: 768px) {
  .require {
    font-size: 3vw;
  }
}

.agree_item {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  display: inline-block;
  margin-top: 4px;
}
.agree_item .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 16px;
  font-weight: bold;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.page-contact .st-footer__totop,
.page-entry .st-footer__totop {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 30px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 0 5px;
  background-image: url(../images/form/arrow-select.png);
  background-repeat: no-repeat;
  background-position: right center;
  width: 200px;
  font-size: 14px;
}
@media all and (-ms-high-contrast: none) {
  select {
    background-image: url(../images/form/arrow-select.png);
  }
}
@media (max-width: 768px) {
  select {
    width: 100%;
  }
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  /* firefoxハック */
  #contact-table select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.2em;
    background-image: none;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* chromeハック */
  #contact-table select {
    text-indent: 0.2em;
  }
}
.thanks-text {
  margin: 0 0 50px;
  line-height: 2;
}
@media (max-width: 768px) {
  .thanks-text {
    margin: 0 0 9vw;
  }
}
.thanks-text.insert {
  font-weight: bold;
}

.thanks_btn {
  text-align: center;
}
.thanks_btn a {
  text-decoration: underline;
}
@media (hover: hover) {
  .thanks_btn a:hover {
    text-decoration: none;
  }
}

#autozip {
  display: none !important;
}

/* Structures ------------ */
.st-footer {
  background: #373737;
  color: #fff;
}

.st-footer__top {
  padding: 102px 30px 15px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .st-footer__top {
    padding: 11.5vw 10.3vw 3vw;
    display: block;
  }
}

.st-footer__navWrap {
  padding-top: 16px;
}
@media (max-width: 768px) {
  .st-footer__navWrap {
    padding-top: 0;
    margin-bottom: 2.3vw;
  }
}

.st-footer__nav {
  display: grid;
  grid-template-columns: 1fr 2.3fr 1.8fr;
  grid-template-rows: repeat(2, auto);
  gap: 0px 40px;
  grid-template-areas: "item-01 item-02 item-04" ". item-03 item-05";
}
@media (max-width: 768px) {
  .st-footer__nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 47vw;
  }
}

.st-footer__nav__item:not(:last-child) {
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .st-footer__nav__item:not(:last-child) {
    margin-bottom: 3vw;
  }
}
.st-footer__nav__item a {
  display: inline-block;
  padding: 0 5px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  transition: color 0.3s ease-out;
}
@media (hover: hover) {
  .st-footer__nav__item a:where(:any-link, :enabled, summary):hover {
    color: #5a7398;
  }
}
@media (max-width: 768px) {
  .st-footer__nav__item a {
    font-size: 3.6vw;
    padding: 0;
  }
}
.st-footer__nav__item.item-01 {
  grid-area: item-01;
}
.st-footer__nav__item.item-02 {
  grid-area: item-02;
}
.st-footer__nav__item.item-03 {
  grid-area: item-03;
}
.st-footer__nav__item.item-04 {
  grid-area: item-04;
}
.st-footer__nav__item.item-05 {
  grid-area: item-05;
}

.st-footer__nav__child {
  padding-top: 12px;
}
@media (max-width: 768px) {
  .st-footer__nav__child {
    padding-top: 2.3vw;
  }
}

@media (max-width: 768px) {
  .st-footer__nav__child__item:not(:last-child) {
    margin-bottom: 2.2vw;
  }
}
.st-footer__nav__child__item a {
  font-weight: 500;
  font-size: 15px;
  position: relative;
  padding-left: 25px;
}
@media (max-width: 768px) {
  .st-footer__nav__child__item a {
    font-size: 3.2vw;
    padding-left: 3.7vw;
  }
}
.st-footer__nav__child__item a:before {
  content: "";
  background: #fff;
  width: 10px;
  height: 1px;
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .st-footer__nav__child__item a:before {
    width: 2.13vw;
    height: 0.2vw;
    left: 0;
  }
}

.st-footer__l {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .st-footer__l {
    display: block;
  }
}

.st-footer__contact {
  order: 2;
  margin-bottom: 14px;
}
.st-footer__contact.cp-btn {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .st-footer__contact.cp-btn {
    margin-bottom: 13.5vw;
  }
}
.st-footer__contact.cp-btn a {
  background-color: #f0c700;
  border-color: #f0c700;
  font-family: "Inconsolata", monospace;
  font-weight: 700;
  color: #373737;
  display: flex;
  align-items: center;
  padding: 18px 22px;
}
@media (min-width: 960px) {
  .st-footer__contact.cp-btn a:hover {
    border-color: #fff;
  }
}
.st-footer__contact.cp-btn a img {
  display: inline-block;
  margin-inline: 8px;
}
@media (max-width: 768px) {
  .st-footer__contact.cp-btn a img {
    margin-right: 1.8vw;
    margin-left: 1.8vw;
  }
}
@media (max-width: 768px) {
  .st-footer__contact.cp-btn a img:nth-of-type(1) {
    width: 17.3vw;
  }
}
@media (max-width: 768px) {
  .st-footer__contact.cp-btn a img:last-of-type {
    width: 2.4vw;
  }
}
@media (max-width: 768px) {
  .st-footer__contact {
    margin-bottom: 4.8vw;
  }
}
.st-footer__contact a {
  display: block;
  border: 1px solid #fff;
  display: grid;
  place-items: center;
  padding: 18px 55px;
  transition: all 0.3s ease-out;
  position: relative;
}
@media (hover: hover) {
  .st-footer__contact a:where(:any-link, :enabled, summary):hover {
    background: #fff;
    color: #373737;
  }
  .st-footer__contact a:where(:any-link, :enabled, summary):hover .st-footer__contact__txt {
    opacity: 0;
  }
  .st-footer__contact a:where(:any-link, :enabled, summary):hover .st-footer__contact__txt__ja {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .st-footer__contact a {
    padding: 3.6vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.st-footer__contact__txt {
  font-size: 19px;
  letter-spacing: 0.1em;
  color: #fff;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  text-align: center;
}
@media (max-width: 768px) {
  .st-footer__contact__txt {
    font-size: 3.86vw;
    color: #989898;
    letter-spacing: 0;
    padding-top: 1px;
  }
}

.st-footer__contact__txt__ja {
  font-size: 17px;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease-out;
  text-align: center;
  color: #373737;
}
@media (max-width: 768px) {
  .st-footer__contact__txt__ja {
    opacity: 1;
    font-weight: 500;
    font-size: 3.2vw;
    position: static;
    padding-left: 2vw;
    margin: 0;
    transform: translateY(0);
    color: #fff;
  }
}

.st-footer__cp {
  order: 3;
  font-size: 15px;
  font-weight: 500;
  font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .st-footer__cp {
    text-align: left;
    font-size: 3.6vw;
    letter-spacing: 0.1em;
  }
}
.st-footer__cp:after {
  content: "";
  background: url(../img/common/icn_link.svg) no-repeat center center/cover;
  width: 11px;
  height: 10px;
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .st-footer__cp:after {
    width: 2.3vw;
    height: 2.1vw;
    margin-left: 2.5vw;
  }
}
.st-footer__cp a {
  text-decoration: underline;
  transition: color 0.3s ease-out;
}
@media (hover: hover) {
  .st-footer__cp a:where(:any-link, :enabled, summary):hover {
    color: #5a7398;
  }
}

.st-footer__info {
  order: 1;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .st-footer__logo {
    width: 63vw;
    margin-bottom: 7vw;
  }
}

.st-footer__bottom {
  padding: 0 30px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .st-footer__bottom {
    display: block;
    padding: 0 0 5vw 10.3vw;
  }
}

.st-footer__addressWrap {
  display: flex;
  gap: 0 1em;
}
@media (max-width: 768px) {
  .st-footer__addressWrap {
    display: block;
  }
}

.st-footer__address {
  color: #9b9b9b;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .st-footer__address {
    font-size: 3.2vw;
    line-height: 1.6;
  }
}

@media (max-width: 768px) {
  .st-footer__copyright {
    line-height: 1.6;
  }
}
.st-footer__copyright small {
  color: #9b9b9b;
  font-size: 15px;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .st-footer__copyright small {
    font-size: 3.2vw;
  }
}
.st-footer__copyright img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .st-footer__copyright img {
    width: 2.3vw;
  }
}

.st-footer__totop {
  position: fixed;
  right: 25px;
  bottom: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .st-footer__totop {
    right: 2vw;
    bottom: 2vw;
  }
}
.st-footer__totop svg {
  width: 13px;
  height: 9px;
}
@media (max-width: 768px) {
  .st-footer__totop svg {
    width: 2.1vw;
    height: 1.5vw;
  }
}
.st-footer__totop .svg-arrow-top {
  fill: #afafaf;
}
.st-footer__totop.fixed {
  opacity: 1;
  visibility: visible;
}
.st-footer__totop a {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #afafaf;
  display: grid;
  place-items: center;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .st-footer__totop a {
    width: 11vw;
    height: 11vw;
  }
}
@media (hover: hover) {
  .st-footer__totop a:where(:any-link, :enabled, summary):hover {
    background: #afafaf;
  }
  .st-footer__totop a:where(:any-link, :enabled, summary):hover .svg-arrow-top {
    fill: #fff;
  }
}

/*
---------------------------------------
header
---------------------------------------
*/
.st-header {
  min-width: 1200px;
  width: 100%;
  height: 62px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 93px 0 26px;
  transition: background 0.3s ease-out;
  background-color: transparent;
}
@media (max-width: 768px) {
  .st-header {
    min-width: 0;
    height: 36px;
    padding: 0;
    position: absolute;
    border-bottom: none;
    background: transparent;
  }
}
@media (min-width: 960px) {
  .st-header.fixed {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.st-header__logo {
  transition: transform 0.4s;
}
.st-header__logo a {
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .st-header__logo a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .st-header__logo {
    width: 42vw;
    position: absolute;
    top: 3.7vw;
    left: 1.9vw;
  }
  .st-header__logo svg {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 428px) {
  .st-header__logo {
    width: 15.1vw;
    max-width: 70px;
  }
}

.st-header__nav {
  flex: 1;
}

.st-header__nav__cont {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .st-header__nav__cont {
    display: block;
  }
}

.st-header__pageLink {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .st-header__pageLink {
    display: block;
    margin-bottom: 8.5vw;
  }
}

.st-header__pageLink__item {
  line-height: 1;
}
@media (min-width: 960px) {
  .st-header__pageLink__item {
    text-align: center;
  }
  .st-header__pageLink__item.item-01 a {
    width: calc(2.5em + 20px);
  }
  .st-header__pageLink__item.item-02 a {
    width: calc(6em + 20px);
  }
  .st-header__pageLink__item.item-03 a {
    width: calc(5em + 20px);
  }
  .st-header__pageLink__item.item-04 a {
    width: calc(6em + 20px);
  }
  .st-header__pageLink__item.item-05 a {
    width: calc(4em + 20px);
  }
  .st-header__pageLink__item.item-06 {
    margin-left: 20px;
  }
  .st-header__pageLink__item.item-06 a {
    padding: 22.5px 20px;
    background: #f0c700;
    font-family: "Inconsolata", monospace;
    font-size: 16px;
    transition: 0.3s;
    font-weight: 700;
  }
  .st-header__pageLink__item.item-06 a:hover {
    opacity: 0.7;
  }
  .st-header__pageLink__item.item-06 a:hover:before {
    content: none !important;
  }
  .st-header__pageLink__item.item-06 a > img {
    display: inline-block;
  }
  .st-header__pageLink__item.item-06 a > img:last-of-type {
    display: inline-block !important;
  }
}
.st-header__pageLink__item:not(:last-child) {
  margin-right: 3px;
}
@media (max-width: 768px) {
  .st-header__pageLink__item:not(:last-child) {
    margin: 0 0 2.6vw 0;
  }
}
.st-header__pageLink__item a {
  display: block;
  position: relative;
  transition: color 0.3s ease-out, text-shadow 0.3s ease-out;
  padding: 10px;
}
@media (max-width: 768px) {
  .st-header__pageLink__item a {
    padding: 1.3vw 0;
  }
  .st-header__pageLink__item a img {
    position: absolute;
    left: 60vw;
    top: 50%;
    transform: translate(0, -50%);
    width: 2vw;
  }
}
.st-header__pageLink__item a:before {
  content: "";
  background: #373737;
  width: 20px;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 2px;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 768px) {
  .st-header__pageLink__item a:before {
    content: none;
  }
}
@media (hover: hover) and (min-width: 960px) {
  .st-header__pageLink__item a:where(:any-link, :enabled, summary):hover:before {
    opacity: 1;
  }
  .st-header__pageLink__item a:where(:any-link, :enabled, summary):hover .st-header__pageLink__txt__ja {
    opacity: 1;
  }
  .st-header__pageLink__item a:where(:any-link, :enabled, summary):hover .st-header__pageLink__txt {
    opacity: 0;
  }
}
@media (min-width: 960px) {
  .st-header__pageLink__item a.current:before {
    opacity: 1;
  }
}

.st-header__pageLink__txt {
  font-size: 16px;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 768px) {
  .st-header__pageLink__txt {
    font-size: 3.86vw;
    color: #989898;
  }
}

.st-header__pageLink__txt__ja {
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 768px) {
  .st-header__pageLink__txt__ja {
    opacity: 1;
    color: #fff;
    font-weight: 500;
    font-size: 3.2vw;
    position: static;
    padding-left: 2vw;
  }
}

#sp-btn {
  display: none;
}

.st-header__nav__contact {
  position: absolute;
  right: 13px;
  top: 21px;
}
@media (max-width: 768px) {
  .st-header__nav__contact {
    position: static;
  }
  .st-header__nav__contact.cp-btn {
    margin-top: 4.8vw;
  }
  .st-header__nav__contact.cp-btn a {
    background-color: #f0c700;
    border-color: #f0c700;
    font-family: "Inconsolata", monospace;
    font-weight: 700;
  }
  .st-header__nav__contact.cp-btn a img {
    margin-right: 1.8vw;
    margin-left: 1.8vw;
  }
  .st-header__nav__contact.cp-btn a img:nth-of-type(1) {
    width: 17.3vw;
  }
  .st-header__nav__contact.cp-btn a img:last-of-type {
    width: 2.4vw;
  }
}
.st-header__nav__contact a {
  width: 102px;
  height: 102px;
  display: grid;
  place-items: center;
  background: #373737;
  border-radius: 50%;
  transition: background 0.3s ease-out;
}
@media (max-width: 768px) {
  .st-header__nav__contact a {
    width: 100%;
    height: auto;
    border-radius: 0;
    background: none;
    border: 1px solid #fff;
    padding: 3.4vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (hover: hover) {
  .st-header__nav__contact a:where(:any-link, :enabled, summary):hover {
    background: #5a7398;
  }
  .st-header__nav__contact a:where(:any-link, :enabled, summary):hover .st-header__nav__contact__txt {
    opacity: 0;
  }
  .st-header__nav__contact a:where(:any-link, :enabled, summary):hover .st-header__nav__contact__txt__ja {
    opacity: 1;
  }
}

.st-header__nav__contact__txt {
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #fff;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  text-align: center;
}
@media (max-width: 768px) {
  .st-header__nav__contact__txt {
    font-size: 3.86vw;
    border-radius: 0px;
    color: #989898;
    letter-spacing: 0;
  }
}

.st-header__nav__contact__txt__ja {
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease-out;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .st-header__nav__contact__txt__ja {
    opacity: 1;
    font-weight: 500;
    font-size: 3.2vw;
    position: static;
    padding-left: 2vw;
    margin: 0;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  /* sp-btn */
  .fixed-btn {
    position: fixed;
    right: 18vw;
    top: 1.3vw;
    display: block;
  }
  .fixed-btn a {
    background-color: #f0c700;
    border-color: #f0c700;
    font-family: "Inconsolata", monospace;
    font-weight: 700;
    color: #373737;
    padding: 1.1vw 2vw;
    display: flex;
    align-items: center;
    line-height: 1;
  }
  .fixed-btn a img {
    margin-right: 1.8vw;
    margin-left: 1.8vw;
    display: inline-block;
  }
  .fixed-btn a img:nth-of-type(1) {
    width: 15.1vw;
  }
  .fixed-btn a img:last-of-type {
    width: 2.4vw;
  }
  .scroll-prevent {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #sp-btn {
    position: fixed;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 49px;
    height: 49px;
    top: 9px;
    right: 9px;
    border-radius: 50%;
    cursor: pointer;
    background: #373737;
  }
  #sp-btn span {
    width: 21px;
    height: 1px;
    transition: all 0.4s;
    background: #fff;
  }
  #sp-btn span:not(:last-child) {
    margin-bottom: 4px;
  }
  #sp-btn #sp-btn-a,
  #sp-btn #sp-btn-a span {
    display: inline-block;
    box-sizing: border-box;
    transition: all 0.4s;
  }
  #sp-btn #sp-btn-a {
    display: block;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 49px;
    height: 49px;
    display: grid;
    place-content: center;
    position: relative;
    padding: 0 0 15px;
  }
  #sp-btn #sp-btn-a:after {
    content: "MENU";
    font-family: "Inconsolata", monospace;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 12px;
    line-height: 1;
    white-space: nowrap;
    transition: color 0.3s ease-out;
  }
  #sp-btn #sp-btn-a.active:after {
    content: "CLOSE";
  }
  #sp-btn #sp-btn-a:hover {
    opacity: 1;
  }
  #sp-btn-a.active span:nth-of-type(1) {
    -webkit-transform: translate(0, 3px) rotate(-22deg);
    transform: translate(0, 3px) rotate(-22deg);
  }
  #sp-btn-a.active span:nth-of-type(2) {
    -webkit-transform: translate(0, -2px) rotate(22deg);
    transform: translate(0, -2px) rotate(22deg);
  }
  /* g-anv */
  #g-nav {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    display: none;
    background: #373737;
    padding: 18vw 69px 10vw;
  }
}
/* Project ------------ */
#about-us .c-pageTtl {
  padding-bottom: 85px;
}
@media (max-width: 768px) {
  #about-us .c-pageTtl {
    padding-bottom: 10.6vw;
  }
}
#about-us .secMainView {
  background: url(../img/about-us/mv_bg@2x.png) no-repeat center top/1469px;
  padding-bottom: 206px;
}
@media (max-width: 768px) {
  #about-us .secMainView {
    background: url(../img/about-us/mv_bg_sp@2x.png) no-repeat center top/100vw;
    padding-bottom: 23vw;
  }
}
#about-us .secMainView .inner {
  max-width: 860px;
}
@media (max-width: 768px) {
  #about-us .secMainView .inner {
    padding: 0 15px;
  }
}
#about-us .secMainView__txt {
  font-size: 19px;
  font-weight: bold;
  line-height: 2.45;
  padding: 117px 0 514px;
  max-width: 741px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #about-us .secMainView__txt {
    font-size: 3.86vw;
    line-height: 1.8;
    max-width: 76.1vw;
    padding: 15vw 0 108vw;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    text-align: justify;
  }
}
#about-us .secMainView__video {
  line-height: 0;
  position: relative;
}
#about-us .secMainView__video__item {
  max-width: 100%;
  height: auto;
}
#about-us .secMainView__video__icn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
}
#about-us .secMainView__video__icn img {
  margin: 0 auto;
}
#about-us .secMessage__head {
  padding-bottom: 37px;
}
@media (max-width: 768px) {
  #about-us .secMessage__head {
    padding-bottom: 2vw;
  }
}
#about-us .secMessage__head .inner {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #about-us .secMessage__head .inner {
    display: block;
  }
}
#about-us .secMessage__heading .c-heading-02__en:before {
  display: none;
}
@media (max-width: 768px) {
  #about-us .secMessage__heading .c-heading-02__en:before {
    display: inline-block;
  }
}
#about-us .secMessage__heading__ja {
  font-size: 40px;
  font-weight: bold;
  flex: 1;
  padding-left: 130px;
}
@media (max-width: 768px) {
  #about-us .secMessage__heading__ja {
    font-size: 6.26vw;
    padding-left: 0;
    font-feature-settings: "palt";
    margin-top: 4vw;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
}
#about-us .secMessage__cont {
  background: url(../img/about-us/message_bg@2x.png) no-repeat center top/1300px;
  padding-top: 55px;
  padding-bottom: 364px;
}
@media (max-width: 768px) {
  #about-us .secMessage__cont {
    background: url(../img/about-us/message_bg_sp@2x.png) no-repeat center top/100vw;
    padding-top: 10vw;
    padding-bottom: 28vw;
  }
}
#about-us .secMessage__txt {
  font-size: 19px;
  font-weight: bold;
  line-height: 2.1;
  max-width: 437px;
  margin: 0 auto;
  text-align: justify;
}
@media (max-width: 768px) {
  #about-us .secMessage__txt {
    font-size: 3.86vw;
    line-height: 1.86;
    max-width: 78.1vw;
  }
}
#about-us .secHistory {
  padding-top: 100px;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  #about-us .secHistory {
    padding-top: 10vw;
    padding-bottom: 5.6vw;
  }
}
#about-us .secHistory__head {
  margin-bottom: 118px;
}
@media (max-width: 768px) {
  #about-us .secHistory__head {
    margin-bottom: 11.8vw;
  }
}
#about-us .secHistory__dl {
  padding-bottom: 103px;
  background: url(../img/about-us/history_continue.svg) no-repeat center bottom 27px/4px;
}
@media (max-width: 768px) {
  #about-us .secHistory__dl {
    padding-bottom: 10vw;
    background-size: 0.5vw;
    background-position: center bottom 2vw;
  }
}
@media (max-width: 768px) {
  #about-us .secHistory__dl dt {
    line-height: 1;
    margin-bottom: 2.3vw;
  }
}
#about-us .secHistory__dl .row {
  display: grid;
  grid-template-columns: 143px 1fr;
  gap: 0;
  align-items: center;
  border-bottom: 1px solid #cfcfcf;
  padding: 28px 0;
}
@media (max-width: 768px) {
  #about-us .secHistory__dl .row {
    padding: 5vw 0;
    display: block;
  }
}
#about-us .secHistory__dl .row:first-child {
  border-top: 1px solid #cfcfcf;
}
#about-us .secHistory__dl .num {
  font-size: 27px;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 768px) {
  #about-us .secHistory__dl .num {
    font-size: 6vw;
    margin-right: 0.5vw;
  }
}
#about-us .secHistory__dl .year {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #about-us .secHistory__dl .year {
    font-size: 3.8vw;
  }
}
#about-us .secHistory__dl dd {
  padding-right: 78px;
}
@media (max-width: 768px) {
  #about-us .secHistory__dl dd {
    padding-right: 0;
  }
}
#about-us .secHistory__dl__txt {
  flex: 1;
}
@media (max-width: 768px) {
  #about-us .secHistory__dl__img {
    width: 55vw;
    margin: 8.5vw auto 0;
  }
  #about-us .secHistory__dl__img img {
    width: 100%;
  }
}
#about-us .secHistory__future {
  border: 1px solid #cfcfcf;
  background: #fff;
  padding: 53px 96px 64px;
}
@media (max-width: 768px) {
  #about-us .secHistory__future {
    padding: 6.6vw 6vw 8vw;
  }
}
#about-us .secHistory__future__heading {
  text-align: center;
  font-size: 66px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  #about-us .secHistory__future__heading {
    font-size: 9.33vw;
    margin-bottom: 3vw;
  }
}
#about-us .secHistory__future__catch {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #about-us .secHistory__future__catch {
    font-size: 3.8vw;
    margin-bottom: 4vw;
  }
}
#about-us .secAnalysis {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  #about-us .secAnalysis {
    padding-top: 10vw;
    padding-bottom: 15vw;
  }
}
#about-us .secAnalysis__head {
  margin-bottom: 86px;
}
@media (max-width: 768px) {
  #about-us .secAnalysis__head {
    margin-bottom: 10.75vw;
  }
}
#about-us .secAnalysis__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 57px 45px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #about-us .secAnalysis__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 8vw 2.66vw;
    grid-template-areas: "item-01 item-02" "item-03 item-04" "item-05 item-07" "item-06 item-06" "item-08 item-09";
    margin-bottom: 3vw;
  }
}
#about-us .secAnalysis__item {
  position: relative;
}
@media (max-width: 768px) {
  #about-us .secAnalysis__item.item-01 {
    grid-area: item-01;
  }
}
@media (max-width: 768px) {
  #about-us .secAnalysis__item.item-02 {
    grid-area: item-02;
  }
}
@media (max-width: 768px) {
  #about-us .secAnalysis__item.item-03 {
    grid-area: item-03;
  }
}
@media (max-width: 768px) {
  #about-us .secAnalysis__item.item-04 {
    grid-area: item-04;
  }
}
@media (max-width: 768px) {
  #about-us .secAnalysis__item.item-05 {
    grid-area: item-05;
  }
}
@media (max-width: 768px) {
  #about-us .secAnalysis__item.item-06 {
    grid-area: item-06;
  }
}
@media (max-width: 768px) {
  #about-us .secAnalysis__item.item-07 {
    grid-area: item-07;
  }
}
@media (max-width: 768px) {
  #about-us .secAnalysis__item.item-08 {
    grid-area: item-08;
  }
}
@media (max-width: 768px) {
  #about-us .secAnalysis__item.item-09 {
    grid-area: item-09;
  }
}
@media (max-width: 768px) {
  #about-us .secAnalysis__item img {
    width: 100%;
  }
}
#about-us .secAnalysis__ttl {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: -15px;
}
@media (max-width: 768px) {
  #about-us .secAnalysis__ttl {
    top: -2.8vw;
    right: 0;
    margin: 0;
    text-align: left;
    left: 5.6vw;
  }
}
#about-us .secAnalysis__ttl span {
  display: inline-block;
  background: #373737;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  width: 150px;
  padding: 4px 0;
}
@media (max-width: 768px) {
  #about-us .secAnalysis__ttl span {
    font-size: 3.6vw;
    width: 30vw;
    padding: 0.9vw 0px;
  }
}
#about-us .secAnalysis__note {
  text-align: right;
  font-size: 12px;
}
@media (max-width: 768px) {
  #about-us .secAnalysis__note {
    font-size: 2.5vw;
    font-weight: 500;
  }
}

#contact .sec-form {
  padding-top: 118px;
  padding-bottom: 166px;
}
@media (max-width: 768px) {
  #contact .sec-form {
    padding-top: 10vw;
    padding-bottom: 21vw;
  }
}

#interview-child .c-pageTtl {
  padding-bottom: 137px;
}
@media (max-width: 768px) {
  #interview-child .c-pageTtl {
    padding-bottom: 11.2vw;
  }
}
#interview-child .secMainView {
  margin-bottom: 135px;
}
@media (max-width: 768px) {
  #interview-child .secMainView {
    margin-bottom: 7.6vw;
  }
}
#interview-child .secMainView .inner {
  display: grid;
  grid-template-columns: 3.2fr 1fr;
  gap: 0 10%;
  align-items: flex-end;
}
@media (max-width: 768px) {
  #interview-child .secMainView .inner {
    padding: 0 25px 0 0;
  }
}
@media (max-width: 768px) {
  #interview-child .secMainView .inner {
    display: block;
  }
}
@media (max-width: 768px) {
  #interview-child .secMainView__txtbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5.3vw;
  }
}
#interview-child .secMainView__txtbox__head {
  margin-bottom: 112px;
  line-height: 1;
}
@media (max-width: 768px) {
  #interview-child .secMainView__txtbox__head {
    margin-bottom: 2.5vw;
    padding-left: 30px;
  }
}
#interview-child .secMainView__num {
  font-size: 81px;
  letter-spacing: 0.05em;
  margin-right: 17px;
}
@media (max-width: 768px) {
  #interview-child .secMainView__num {
    font-size: 10.8vw;
    margin-right: 2.2vw;
  }
}
#interview-child .secMainView__job {
  font-size: 22px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #373737;
  font-weight: 600;
  transform: translateY(-2px);
  display: inline-block;
}
@media (max-width: 768px) {
  #interview-child .secMainView__job {
    font-size: 2.9vw;
  }
}
#interview-child .secInterview__job {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 3px;
}
@media (max-width: 768px) {
  #interview-child .secInterview__job {
    font-size: 5.3vw;
  }
}
#interview-child .secInterview__name {
  font-size: 29px;
}
@media (max-width: 768px) {
  #interview-child .secInterview__name {
    font-size: 5.8vw;
  }
}
#interview-child .secInterview__year {
  font-weight: 500;
}
@media (max-width: 768px) {
  #interview-child .secInterview__year {
    font-size: 3.2vw;
  }
}
#interview-child .secIntro {
  padding-bottom: 134px;
}
@media (max-width: 768px) {
  #interview-child .secIntro {
    padding-bottom: 11.2vw;
  }
}
#interview-child .secIntro__head {
  background: url(../img/interview/intro_bg@2x.png) no-repeat center top/1271px;
  padding: 58px 0 125px;
}
@media (max-width: 768px) {
  #interview-child .secIntro__head {
    background-size: 100vw;
    padding: 19vw 0 9vw;
  }
}
#interview-child .secIntro__head .inner {
  max-width: 770px;
}
#interview-child .secIntro__ttl {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.61;
  margin-bottom: 34px;
}
@media (max-width: 768px) {
  #interview-child .secIntro__ttl {
    font-size: 4vw;
    line-height: 1.7;
    margin-bottom: 8.2vw;
  }
}
#interview-child .secIntro__txt {
  line-height: 1.9375;
  font-weight: 500;
}
@media (max-width: 768px) {
  #interview-child .secIntro__txt {
    line-height: 1.75;
  }
}
#interview-child .secIntro__cont .inner {
  position: relative;
  display: grid;
  place-items: center;
  height: 400px;
  max-width: 1070px;
}
@media (max-width: 768px) {
  #interview-child .secIntro__cont .inner {
    height: auto;
    display: block;
    padding: 0;
  }
}
#interview-child .secIntro__cont .secIntro__txt {
  max-width: 400px;
  margin-left: auto;
}
@media (max-width: 768px) {
  #interview-child .secIntro__cont .secIntro__txt {
    max-width: 100%;
    padding: 0 27px;
  }
}
#interview-child .secIntro__img {
  position: absolute;
  left: calc(-50vw + 535px);
  width: calc(50vw + 42px);
  height: 400px;
}
@media (max-width: 1064px) {
  #interview-child .secIntro__img {
    left: 0;
    width: 575px;
  }
}
@media (max-width: 768px) {
  #interview-child .secIntro__img {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 10vw;
  }
}
#interview-child .secFeature {
  position: relative;
  padding: 106px 0;
}
@media (max-width: 768px) {
  #interview-child .secFeature {
    padding: 22.2vw 0 14vw;
  }
}
#interview-child .secFeature--blue {
  background: #5a7398;
}
#interview-child .secFeature--purple {
  background: #82648f;
}
#interview-child .secFeature--yellow {
  background: #e8ba00;
}
#interview-child .secFeature--pink {
  background: #d9adaa;
}
#interview-child .secFeature .inner {
  position: relative;
}
#interview-child .secFeature__ttl {
  font-size: 162px;
  font-weight: bold;
  font-feature-settings: "palt";
  color: rgba(255, 255, 255, 0.16);
  position: absolute;
  left: -3px;
  top: -11px;
  line-height: 1;
}
@media (max-width: 768px) {
  #interview-child .secFeature__ttl {
    font-size: 12.6vw;
    top: -0.6vw;
    left: -0.3vw;
  }
}
#interview-child .secFeature__cont {
  display: grid;
  grid-template-columns: 1fr 1.33fr;
  gap: 0 8.3%;
  align-items: center;
}
@media (max-width: 768px) {
  #interview-child .secFeature__cont {
    display: block;
  }
}
@media (max-width: 768px) {
  #interview-child .secFeature__img {
    width: 71vw;
    margin: 0 auto 11vw;
  }
}
#interview-child .secFeature__img img {
  width: 100%;
}
#interview-child .secFeature__txt {
  order: -1;
  color: #fff;
  line-height: 1.9375;
}
@media (max-width: 768px) {
  #interview-child .secFeature__txt {
    line-height: 1.75;
  }
}
#interview-child .secItem {
  padding: 140px 0 108px;
}
@media (max-width: 768px) {
  #interview-child .secItem {
    padding: 16.2vw 0 16.6vw;
  }
}
#interview-child .secItem .inner {
  max-width: 610px;
}
#interview-child .secItem__box {
  background-image: url(../img/interview/item_frame_top@2x.png), url(../img/interview/item_frame_bottom@2x.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top, bottom;
  padding: 67px 0 42px;
}
@media (max-width: 768px) {
  #interview-child .secItem__box {
    background-image: url(../img/interview/item_frame_top_sp@2x.png), url(../img/interview/item_frame_bottom_sp@2x.png);
    padding: 12.6vw 0;
  }
}
#interview-child .secItem__heading {
  text-align: center;
}
#interview-child .secItem__heading__ja {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #interview-child .secItem__heading__ja {
    font-size: 3.8vw;
  }
}
#interview-child .secItem__heading__en {
  font-size: 66px;
}
@media (max-width: 768px) {
  #interview-child .secItem__heading__en {
    font-size: 9.4vw;
  }
}
#interview-child .secItem__cont {
  display: flex;
  align-items: center;
}
#interview-child .secItem__txt {
  flex: 1;
  padding-left: 46px;
  line-height: 1.9375;
}
@media (max-width: 768px) {
  #interview-child .secItem__txt {
    padding-left: 8vw;
    line-height: 1.75;
  }
}
#interview-child .back__btn {
  padding-bottom: 190px;
}
@media (max-width: 768px) {
  #interview-child .back__btn {
    padding-bottom: 20.6vw;
  }
}
#interview-child .back__btn a {
  margin: 0 auto;
}

.page-sales #interview-child .secItem__cont {
  display: block;
  padding: 30px 90px 0 90px;
}
@media (max-width: 768px) {
  .page-sales #interview-child .secItem__cont {
    padding: 5.1vw 7.8vw 0;
  }
}
.page-sales #interview-child .secItem__img {
  margin-bottom: 39px;
}
@media (max-width: 768px) {
  .page-sales #interview-child .secItem__img {
    width: 55.2vw;
    margin: 0 auto 6.2vw;
  }
}
.page-sales #interview-child .secItem__img img {
  margin: 0 auto;
}
.page-sales #interview-child .secItem__txt {
  padding-left: 0;
}

.page-sales-2 #interview-child .secItem__cont {
  display: block;
  padding: 30px 90px 0 90px;
}
@media (max-width: 768px) {
  .page-sales-2 #interview-child .secItem__cont {
    padding: 5.1vw 7.8vw 0;
  }
}
.page-sales-2 #interview-child .secItem__img {
  margin-bottom: 39px;
}
@media (max-width: 768px) {
  .page-sales-2 #interview-child .secItem__img {
    width: 55.2vw;
    margin: 0 auto 6.2vw;
  }
}
.page-sales-2 #interview-child .secItem__img img {
  margin: 0 auto;
}
.page-sales-2 #interview-child .secItem__txt {
  padding-left: 0;
}

.page-buyer #interview-child .secItem__cont {
  padding: 48px 53px 10px 60px;
}
@media (max-width: 768px) {
  .page-buyer #interview-child .secItem__cont {
    padding: 7.1vw 3.8vw 0 5.6vw;
  }
}
.page-buyer #interview-child .secItem__img {
  width: 203px;
}
@media (max-width: 768px) {
  .page-buyer #interview-child .secItem__img {
    width: 28.6vw;
  }
}
.page-buyer #interview-child .secItem__txt {
  padding-left: 25px;
}
@media (max-width: 768px) {
  .page-buyer #interview-child .secItem__txt {
    padding-left: 6vw;
  }
}

.page-logistics #interview-child .secMainView .inner {
  gap: 0 5%;
}
.page-logistics #interview-child .secItem__cont {
  padding: 67px 53px 35px 77px;
}
@media (max-width: 768px) {
  .page-logistics #interview-child .secItem__cont {
    padding: 6.1vw 2.8vw 0 7.6vw;
  }
}
.page-logistics #interview-child .secItem__img {
  width: 162px;
}
@media (max-width: 768px) {
  .page-logistics #interview-child .secItem__img {
    width: 24.6vw;
  }
}
.page-logistics #interview-child .secItem__txt {
  padding-left: 39px;
}
@media (max-width: 768px) {
  .page-logistics #interview-child .secItem__txt {
    padding-left: 5vw;
  }
}

.page-electronic-commerce #interview-child .secMainView .inner {
  gap: 0 2%;
}
.page-electronic-commerce #interview-child .secIntro__ttl {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .page-electronic-commerce #interview-child .secIntro__ttl {
    white-space: normal;
  }
}
.page-electronic-commerce #interview-child .secMainView__txtbox__head {
  display: flex;
  align-items: center;
}
.page-electronic-commerce #interview-child .secMainView__job {
  flex: 1;
  border: none;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transform: translateY(6px);
  line-height: 1.2;
}
@media (max-width: 768px) {
  .page-electronic-commerce #interview-child .secMainView__job {
    text-underline-offset: 1px;
    transform: translateY(0);
  }
}
.page-electronic-commerce #interview-child .secItem__cont {
  padding: 58px 49px 35px 47px;
}
@media (max-width: 768px) {
  .page-electronic-commerce #interview-child .secItem__cont {
    padding: 6.1vw 5.8vw 0 5.6vw;
  }
}
.page-electronic-commerce #interview-child .secItem__img {
  width: 208px;
}
@media (max-width: 768px) {
  .page-electronic-commerce #interview-child .secItem__img {
    width: 29.6vw;
  }
}
.page-electronic-commerce #interview-child .secItem__txt {
  padding-left: 36px;
}
@media (max-width: 768px) {
  .page-electronic-commerce #interview-child .secItem__txt {
    padding-left: 5.5vw;
  }
}

#interview .c-pageTtl {
  padding-bottom: 157px;
}
@media (max-width: 768px) {
  #interview .c-pageTtl {
    padding-bottom: 10.6vw;
  }
}
#interview .secMainView {
  background: url(../img/interview/mv_bg@2x.png) no-repeat center top/1308px;
  padding-bottom: 285px;
}
@media (max-width: 768px) {
  #interview .secMainView {
    background: url(../img/interview/mv_bg_sp@2x.png) no-repeat right top/95vw;
    padding-bottom: 26.5vw;
  }
}
#interview .secMainView .inner {
  max-width: 730px;
}
@media (max-width: 768px) {
  #interview .secMainView .inner {
    padding: 0 15px;
  }
}
#interview .secMainView__txt {
  font-size: 19px;
  font-weight: bold;
  line-height: 2.45;
  padding: 93px 0 0;
  max-width: 758px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #interview .secMainView__txt {
    font-size: 3.8vw;
    line-height: 1.82;
    max-width: 78.1vw;
    padding: 15vw 0 0;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    text-align: justify;
  }
}
#interview .secInterview {
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  #interview .secInterview {
    padding-bottom: 17.6vw;
  }
}
#interview .secInterview .inner {
  max-width: 986px;
}
#interview .secInterview__item:not(:last-child) {
  margin-bottom: 206px;
}
@media (max-width: 768px) {
  #interview .secInterview__item:not(:last-child) {
    margin-bottom: 23.5vw;
  }
}
#interview .secInterview__item.item-03 {
  margin-bottom: 226px;
}
@media (max-width: 768px) {
  #interview .secInterview__item.item-03 {
    margin-bottom: 26vw;
  }
}
#interview .secInterview__item a {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  #interview .secInterview__item a {
    display: block;
  }
}
@media (hover: hover) {
  #interview .secInterview__item a:where(:any-link, :enabled, summary):hover .secInterview__img__bg--blue:before {
    background: rgba(90, 115, 152, 0.65);
  }
  #interview .secInterview__item a:where(:any-link, :enabled, summary):hover .secInterview__img__bg--purple:before {
    background: rgba(130, 100, 143, 0.65);
  }
  #interview .secInterview__item a:where(:any-link, :enabled, summary):hover .secInterview__img__bg--yellow:before {
    background: rgba(240, 199, 0, 0.65);
  }
  #interview .secInterview__item a:where(:any-link, :enabled, summary):hover .secInterview__img__bg--pink:before {
    background: rgba(217, 173, 170, 0.65);
  }
  #interview .secInterview__item a:where(:any-link, :enabled, summary):hover .secInterview__view__circle--blue {
    background: #5a7398;
  }
  #interview .secInterview__item a:where(:any-link, :enabled, summary):hover .secInterview__view__circle--purple {
    background: #82648f;
  }
  #interview .secInterview__item a:where(:any-link, :enabled, summary):hover .secInterview__view__circle--yellow {
    background: #f0c700;
  }
  #interview .secInterview__item a:where(:any-link, :enabled, summary):hover .secInterview__view__circle--pink {
    background: #d9adaa;
  }
}
#interview .secInterview__item.item-01 .secInterview__img__ttl {
  top: 129px;
  right: 25px;
}
@media (max-width: 768px) {
  #interview .secInterview__item.item-01 .secInterview__img__ttl {
    top: 17.6vw;
    right: 3.6vw;
  }
}
#interview .secInterview__item.item-02 .secInterview__img__ttl {
  top: 137px;
  left: 35px;
}
@media (max-width: 768px) {
  #interview .secInterview__item.item-02 .secInterview__img__ttl {
    top: 17.8vw;
    left: 5.3vw;
  }
}
#interview .secInterview__item.item-03 .secInterview__img__ttl {
  top: 134px;
  right: 30px;
}
@media (max-width: 768px) {
  #interview .secInterview__item.item-03 .secInterview__img__ttl {
    top: 17.8vw;
    right: 3.6vw;
  }
}
#interview .secInterview__item.item-04 .secInterview__img__ttl {
  top: 127px;
  left: 40px;
}
@media (max-width: 768px) {
  #interview .secInterview__item.item-04 .secInterview__img__ttl {
    top: 17.7vw;
    left: 5.1vw;
  }
}
#interview .secInterview__item.item-05 .secInterview__img__ttl {
  top: 138px;
  right: 24px;
}
@media (max-width: 768px) {
  #interview .secInterview__item.item-05 .secInterview__img__ttl {
    top: 17.9vw;
    right: 3.5vw;
  }
}
#interview .secInterview__imgWrap {
  position: relative;
  width: 640px;
}
@media (max-width: 768px) {
  #interview .secInterview__imgWrap {
    width: 100%;
  }
}
#interview .secInterview__img__bg {
  position: relative;
}
#interview .secInterview__img__bg:before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: background 0.3s ease-out;
}
@media (max-width: 768px) {
  #interview .secInterview__img__bg--blue:before {
    background: rgba(90, 115, 152, 0.65);
  }
  #interview .secInterview__img__bg--purple:before {
    background: rgba(130, 100, 143, 0.65);
  }
  #interview .secInterview__img__bg--yellow:before {
    background: rgba(240, 199, 0, 0.65);
  }
  #interview .secInterview__img__bg--pink:before {
    background: rgba(217, 173, 170, 0.65);
  }
}
#interview .secInterview__img__ttl {
  position: absolute;
  color: #fff;
  font-size: 35px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 768px) {
  #interview .secInterview__img__ttl {
    font-size: 4.66vw;
  }
}
#interview .secInterview__img {
  position: absolute;
  bottom: 0;
  left: 0;
}
#interview .secInterview__txtbox {
  flex: 1;
  padding-left: 75px;
}
@media (max-width: 768px) {
  #interview .secInterview__txtbox {
    padding-left: 0;
    padding-top: 5.3vw;
    position: relative;
  }
}
#interview .secInterview__job {
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #interview .secInterview__job {
    font-size: 5.33vw;
    margin-bottom: 3.2vw;
  }
}
#interview .secInterview__name {
  font-size: 29px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #interview .secInterview__name {
    font-size: 5.73vw;
    margin-bottom: 1.8vw;
  }
}
#interview .secInterview__year {
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #interview .secInterview__year {
    font-size: 3.2vw;
    margin-bottom: 0;
  }
}
#interview .secInterview__view {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #interview .secInterview__view {
    display: block;
    position: absolute;
    right: 0;
    top: 5.5vw;
  }
}
#interview .secInterview__view__txt {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-right: 32px;
}
@media (max-width: 768px) {
  #interview .secInterview__view__txt {
    display: none;
  }
}
#interview .secInterview__view__circle {
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #373737;
  position: relative;
  transition: background 0.3s ease-out;
}
@media (max-width: 768px) {
  #interview .secInterview__view__circle {
    width: 14.4vw;
    height: 14.4vw;
  }
}
#interview .secInterview__view__circle:before {
  content: "";
  background: url(../img/common/svg-arrow-right.svg) no-repeat center center/contain;
  width: 9px;
  height: 13px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #interview .secInterview__view__circle:before {
    width: 2vw;
    height: 2.9vw;
  }
}

#jon-info .c-pageTtl {
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  #jon-info .c-pageTtl {
    padding-bottom: 13.2vw;
  }
}
#jon-info .secMainView {
  padding-bottom: 105px;
}
@media (max-width: 768px) {
  #jon-info .secMainView {
    padding-bottom: 10.6vw;
  }
}
#jon-info .secMainView .inner {
  max-width: 760px;
}
@media (max-width: 768px) {
  #jon-info .secMainView .inner {
    max-width: 100%;
  }
}
#jon-info .secMainView__flow {
  max-width: 570px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 34px;
  margin: 0 auto 74px;
}
@media (max-width: 768px) {
  #jon-info .secMainView__flow {
    max-width: 100%;
    gap: 0;
    margin-bottom: 10vw;
  }
}
#jon-info .flow__item {
  width: 117px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: grid;
  place-content: center center;
  text-align: center;
  border: 1px solid #5a7398;
  color: #5a7398;
  padding-bottom: 6px;
  position: relative;
}
@media (max-width: 768px) {
  #jon-info .flow__item {
    width: 23.46vw;
    padding-bottom: 2.8vw;
    position: relative;
  }
}
#jon-info .flow__item:not(:last-child):after {
  content: "";
  background: url(../img/common/flow_arrow.svg) no-repeat center center/cover;
  width: 9px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -23px;
}
@media (max-width: 768px) {
  #jon-info .flow__item:not(:last-child):after {
    content: none;
  }
}
#jon-info .flow__item.item-ttl {
  background: #5a7398;
  color: #fff;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  #jon-info .flow__item.item-ttl {
    border-radius: 0;
    background: none;
    color: #5a7398;
    text-align: left;
    border: none;
    width: auto;
    aspect-ratio: auto;
    margin-right: -3vw;
  }
}
@media (max-width: 768px) {
  #jon-info .flow__item.item-01 {
    transform: translateX(4.9vw);
    background: #f8f8f8;
  }
}
@media (max-width: 768px) {
  #jon-info .flow__item.item-01 .flow__item__num {
    transform: translateY(-1.6vw);
  }
}
@media (max-width: 768px) {
  #jon-info .flow__item.item-02 {
    transform: translateX(2.7vw);
    background: #f8f8f8;
  }
}
#jon-info .flow__item.item-03 {
  background: #5a7398;
  color: #fff;
}
#jon-info .flow__item.item-03 .flow__item__num {
  transform: translateY(-11px);
}
@media (max-width: 768px) {
  #jon-info .flow__item.item-03 .flow__item__num {
    transform: translateY(-3.5vw);
  }
}
#jon-info .flow__item__ttl__en {
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.1;
}
@media (max-width: 768px) {
  #jon-info .flow__item__ttl__en {
    font-size: 6vw;
  }
}
#jon-info .flow__item__num {
  font-size: 30px;
  line-height: 1.1;
}
@media (max-width: 768px) {
  #jon-info .flow__item__num {
    font-size: 6vw;
  }
}
#jon-info .flow__item__txt {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  font-feature-settings: "palt";
}
@media (max-width: 768px) {
  #jon-info .flow__item__txt {
    font-size: 3vw;
    line-height: 1.3;
  }
}
#jon-info .secMainView__txt {
  font-size: 19px;
  font-weight: bold;
  line-height: 2.4;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  #jon-info .secMainView__txt {
    font-size: 4vw;
    line-height: 2.06;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    text-align: justify;
  }
}
#jon-info .secJobInfo {
  padding-bottom: 125px;
}
@media (max-width: 768px) {
  #jon-info .secJobInfo {
    padding-bottom: 17.6vw;
  }
}
#jon-info [role=tablist] {
  min-width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 20px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #jon-info [role=tablist] {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6vw 3.46vw;
    margin-bottom: 8.8vw;
  }
}
#jon-info [role=tab],
#jon-info [role=tab]:focus {
  display: inline-block;
  background: #fff;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  text-align: center;
  border: 1px solid #cfcfcf;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0;
  border-radius: 0px;
  padding: 32px 0;
  position: relative;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  #jon-info [role=tab],
  #jon-info [role=tab]:focus {
    font-size: 3.8vw;
    padding: 4vw 0;
  }
}
#jon-info .icn-arrow-bottom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media (max-width: 768px) {
  #jon-info .icn-arrow-bottom {
    right: 2.6vw;
    width: 2.7vw;
  }
}
#jon-info [role=tab][aria-selected=true],
#jon-info [role=tab]:hover {
  background: #373737;
  color: #fff;
}
#jon-info [role=tab][aria-selected=true] .icn-arrow-bottom .svg-arrow-bottom,
#jon-info [role=tab]:hover .icn-arrow-bottom .svg-arrow-bottom {
  fill: #fff;
}
#jon-info .tabpanel__cont {
  background: #fff;
  padding: 40px 30px;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  #jon-info .tabpanel__cont {
    padding: 8vw 6.6vw;
    margin-bottom: 13.3vw;
  }
}
#jon-info [role=tabpanel] {
  min-height: 10em;
  width: 100%;
  overflow: auto;
}
#jon-info [role=tabpanel].is-hidden {
  display: none;
}
#jon-info .tabpanel__ttl {
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  #jon-info .tabpanel__ttl {
    margin-bottom: 3.2vw;
  }
}
#jon-info .tabpanel__ttl span {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border: 1px solid #373737;
  width: 160px;
  height: 50px;
  display: grid;
  place-items: center;
}
@media (max-width: 768px) {
  #jon-info .tabpanel__ttl span {
    font-size: 3.8vw;
    width: 25.6vw;
    height: 10.5vw;
  }
}
#jon-info .secJobInfo__dl {
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #jon-info .secJobInfo__dl {
    max-width: 100%;
  }
}
#jon-info .secJobInfo__dl .row {
  display: grid;
  grid-template-columns: 156px 1fr;
  gap: 0;
  padding: 19px 0;
  border-bottom: 1px solid #cfcfcf;
}
@media (max-width: 768px) {
  #jon-info .secJobInfo__dl .row {
    grid-template-columns: 1fr;
    gap: 2vw 0;
    padding: 3.2vw 0;
  }
}
#jon-info .secJobInfo__dl dt {
  font-size: 17px;
  font-weight: bold;
  padding-left: 15px;
}
@media (max-width: 768px) {
  #jon-info .secJobInfo__dl dt {
    padding-left: 0;
    font-size: 4vw;
  }
}
#jon-info .secJobInfo__dl dd {
  padding-right: 30px;
}
@media (max-width: 768px) {
  #jon-info .secJobInfo__dl dd {
    padding-right: 0;
  }
}
#jon-info .secJobInfo__btn a {
  margin: 0 auto;
  padding-left: 98px;
}
@media (max-width: 768px) {
  #jon-info .secJobInfo__btn a {
    padding-left: 12.6vw;
  }
}

#our-work .c-pageTtl {
  padding-bottom: 157px;
}
@media (max-width: 768px) {
  #our-work .c-pageTtl {
    padding-bottom: 10.6vw;
  }
}
#our-work .secMainView {
  background: url(../img/our-work/mv_bg@2x.png) no-repeat center top/1298px;
  padding-bottom: 212px;
}
@media (max-width: 768px) {
  #our-work .secMainView {
    background: url(../img/our-work/mv_bg_sp@2x.png) no-repeat center top/100vw;
    padding-bottom: 15.6vw;
  }
}
#our-work .secMainView .inner {
  max-width: 860px;
}
@media (max-width: 768px) {
  #our-work .secMainView .inner {
    padding: 0 15px;
  }
}
#our-work .secMainView__txt {
  font-size: 19px;
  font-weight: bold;
  line-height: 2.45;
  padding: 68px 0 0;
  max-width: 758px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #our-work .secMainView__txt {
    font-size: 3.86vw;
    line-height: 1.82;
    max-width: 77.1vw;
    padding: 15vw 0 0;
    text-align: justify;
  }
}
#our-work .secProject {
  padding-bottom: 215px;
}
@media (max-width: 768px) {
  #our-work .secProject {
    padding-bottom: 22.4vw;
  }
}
@media (max-width: 768px) {
  #our-work .secProject .inner {
    padding: 0 35px;
  }
}
#our-work .secProject__heading {
  margin-bottom: 115px;
}
@media (max-width: 768px) {
  #our-work .secProject__heading {
    margin-bottom: 19.3vw;
  }
}
#our-work .secProject__item {
  display: grid;
  grid-template-columns: 470px 1fr;
  gap: 0 86px;
  align-items: center;
}
@media (max-width: 768px) {
  #our-work .secProject__item {
    display: block;
  }
}
#our-work .secProject__item:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #our-work .secProject__item:not(:last-child) {
    margin-bottom: 15vw;
  }
}
#our-work .secProject__item.item-01 .secProject__imgWrap {
  background: #fbe505;
}
#our-work .secProject__item.item-01 .secProject__img img {
  transform: translate(-15px, -43px);
}
@media (max-width: 768px) {
  #our-work .secProject__item.item-01 .secProject__img img {
    width: 54.5vw;
    transform: translate(-2.6vw, -8vw);
  }
}
#our-work .secProject__item.item-02 .secProject__imgWrap {
  background: #ff839f;
}
#our-work .secProject__item.item-02 .secProject__img img {
  transform: translate(-47px, -47px);
}
@media (max-width: 768px) {
  #our-work .secProject__item.item-02 .secProject__img img {
    width: 48.5vw;
    transform: translate(-8vw, -8vw);
  }
}
#our-work .secProject__item.item-02 .secProject__txtbox {
  order: -1;
}
#our-work .secProject__item.item-03 .secProject__imgWrap {
  background: #5adac0;
}
#our-work .secProject__item.item-03 .secProject__img img {
  transform: translate(-43px, -14px);
  max-width: 485px;
}
@media (max-width: 768px) {
  #our-work .secProject__item.item-03 .secProject__img img {
    width: 84.5vw;
    transform: translate(-8.6vw, -2vw);
    max-width: 100vw;
  }
}
#our-work .secProject__item.item-04 .secProject__imgWrap {
  background: #b69dc9;
}
#our-work .secProject__item.item-04 .secProject__img img {
  transform: translate(-67px, -56px);
}
@media (max-width: 768px) {
  #our-work .secProject__item.item-04 .secProject__img img {
    width: 72.5vw;
    transform: translate(-11.6vw, -7vw);
    max-width: 100vw;
  }
}
#our-work .secProject__item.item-04 .secProject__txtbox {
  order: -1;
}
#our-work .secProject__imgWrap {
  width: 470px;
  height: 370px;
  text-align: center;
  display: grid;
  place-content: end center;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  #our-work .secProject__imgWrap {
    width: 100%;
    height: 64.4vw;
    padding-bottom: 8vw;
    margin-bottom: 7.3vw;
  }
}
#our-work .secProject__img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#our-work .secProject__img img {
  margin: 0 auto;
}
#our-work .secProject__ttl__en {
  font-size: 57px;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  #our-work .secProject__ttl__en {
    font-size: 9.4vw;
    margin-bottom: 1.6vw;
  }
}
#our-work .secProject__ttl__ja {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #our-work .secProject__ttl__ja {
    font-size: 3.8vw;
  }
}
#our-work .secProject__txtbox {
  padding: 0 20px 0 35px;
}
@media (max-width: 768px) {
  #our-work .secProject__txtbox {
    padding: 0 2.4vw;
  }
}
#our-work .secRole__head {
  background: #373737;
  color: #fff;
  padding: 156px 0 177px;
  position: relative;
}
@media (max-width: 768px) {
  #our-work .secRole__head {
    padding: 19vw 0 19vw;
  }
}
#our-work .secRole__head .inner {
  position: relative;
}
#our-work .secRole__head__top {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 28px;
  left: 20px;
  width: calc(100% - 40px);
}
@media (max-width: 768px) {
  #our-work .secRole__head__top {
    display: block;
    position: static;
    width: 100%;
    margin-bottom: 7.7vw;
  }
}
@media (max-width: 768px) {
  #our-work .secRole__heading {
    margin-bottom: 5.2vw;
  }
}
#our-work .secRole__heading__ja {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 19px;
}
@media (max-width: 768px) {
  #our-work .secRole__heading__ja {
    font-size: 3.8vw;
    margin-bottom: 2vw;
  }
}
#our-work .secRole__heading__en {
  font-size: 66px;
  line-height: 1;
}
@media (max-width: 768px) {
  #our-work .secRole__heading__en {
    font-size: 9.4vw;
  }
}
#our-work .secRole__figureWrap {
  background: url(../img/our-work/role_figure_bg@2x.png) no-repeat center center/cover;
  width: 1038px;
  height: 990px;
  position: relative;
}
@media (max-width: 768px) {
  #our-work .secRole__figureWrap {
    background: none;
    width: 100%;
    height: auto;
  }
}
#our-work .secRole__figure__sp {
  display: none;
}
@media (max-width: 768px) {
  #our-work .secRole__figure__sp {
    display: block;
    margin-bottom: 11vw;
  }
}
#our-work .secRole__nav__item {
  position: absolute;
}
@media (max-width: 768px) {
  #our-work .secRole__nav__item {
    position: static;
  }
  #our-work .secRole__nav__item:not(:last-child) {
    margin-bottom: 5.8vw;
  }
}
#our-work .secRole__nav__item a {
  display: grid;
  place-items: center;
  width: 292px;
  height: 292px;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  #our-work .secRole__nav__item a {
    width: 100%;
    height: 28vw;
    border-radius: 0px;
    text-align: left;
    display: block;
  }
}
#our-work .secRole__nav__item a:before {
  content: "";
  background: linear-gradient(to bottom, rgb(255, 255, 255) 1%, rgb(200, 200, 200) 100%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  mix-blend-mode: multiply;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 768px) {
  #our-work .secRole__nav__item a:before {
    border-radius: 0;
  }
}
#our-work .secRole__nav__item a:after {
  content: "";
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  mix-blend-mode: multiply;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}
@media (max-width: 768px) {
  #our-work .secRole__nav__item a:after {
    content: none;
  }
}
@media (hover: hover) {
  #our-work .secRole__nav__item a:where(:any-link, :enabled, summary):hover:before {
    opacity: 0;
  }
  #our-work .secRole__nav__item a:where(:any-link, :enabled, summary):hover:after {
    opacity: 1;
  }
}
#our-work .secRole__nav__item.item-01 {
  top: 290px;
  left: 40px;
}
#our-work .secRole__nav__item.item-01 a {
  background: #5a7398;
}
#our-work .secRole__nav__item.item-01 a:after {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 1%, #7a69c8 100%);
}
#our-work .secRole__nav__item.item-02 {
  left: 50%;
  transform: translateX(-50%);
  top: 45px;
}
@media (max-width: 768px) {
  #our-work .secRole__nav__item.item-02 {
    transform: translateX(0);
  }
}
#our-work .secRole__nav__item.item-02 a {
  background: #82648f;
}
#our-work .secRole__nav__item.item-02 a:after {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 1%, rgb(200, 103, 200) 100%);
}
#our-work .secRole__nav__item.item-03, #our-work .secRole__nav__item.item-05 {
  bottom: 10px;
}
#our-work .secRole__nav__item.item-03 a, #our-work .secRole__nav__item.item-05 a {
  background: #d9adaa;
}
#our-work .secRole__nav__item.item-03 a:after, #our-work .secRole__nav__item.item-05 a:after {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 1%, #ff8fc8 100%);
}
#our-work .secRole__nav__item.item-03 {
  left: 166px;
}
#our-work .secRole__nav__item.item-04 {
  top: 290px;
  right: 40px;
}
#our-work .secRole__nav__item.item-04 a {
  background: #f0c700;
}
#our-work .secRole__nav__item.item-04 a:after {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 1%, #c88318 100%);
}
#our-work .secRole__nav__item.item-05 {
  right: 166px;
}
#our-work .secRole__nav__item__in {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
@media (max-width: 768px) {
  #our-work .secRole__nav__item__in {
    place-content: center start;
    padding: 1.5vw 8vw 0;
  }
}
#our-work .secRole__nav__item__in:before {
  content: "";
  background: url(../img/common/svg-arrow-bottom.svg) no-repeat center center/contain;
  width: 13px;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 53px;
}
@media (max-width: 768px) {
  #our-work .secRole__nav__item__in:before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 7vw;
    width: 2.7vw;
    height: 2vw;
  }
}
#our-work .secRole__nav__ttl {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  #our-work .secRole__nav__ttl {
    display: flex;
    align-items: baseline;
    margin-bottom: 1.5vw;
  }
}
#our-work .secRole__nav__ttl .dept {
  font-size: 30px;
  display: block;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  #our-work .secRole__nav__ttl .dept {
    font-size: 6vw;
    margin-bottom: 0;
    display: inline-block;
  }
}
#our-work .secRole__nav__ttl .job {
  font-size: 19px;
  display: block;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  #our-work .secRole__nav__ttl .job {
    font-size: 3.8vw;
    display: inline-block;
  }
}
#our-work .secRole__nav__txt {
  padding-bottom: 17px;
  font-weight: 500;
}
@media (max-width: 768px) {
  #our-work .secRole__nav__txt {
    padding-bottom: 0;
    font-size: 3.5vw;
    line-height: 1.65;
  }
}
#our-work .secRole__cont {
  background: url(../img/our-work/role_bg@2x.png) repeat center top -15px/37px;
  padding: 243px 0 248px;
}
@media (max-width: 768px) {
  #our-work .secRole__cont {
    background-size: 4.93vw;
    padding: 15vw 0;
  }
}
#our-work .secRole__cont .inner {
  max-width: 1140px;
}
#our-work .secRole__item {
  position: relative;
  height: 400px;
}
@media (max-width: 768px) {
  #our-work .secRole__item {
    height: auto;
    border: 1px solid #e1e1e1;
    background: #f8f8f8;
  }
}
#our-work .secRole__item:not(:last-child) {
  margin-bottom: 109px;
}
@media (max-width: 768px) {
  #our-work .secRole__item:not(:last-child) {
    margin-bottom: 5vw;
  }
}
@media (hover: hover) {
  #our-work .secRole__item a:where(:any-link, :enabled, summary):hover .secRole__img {
    filter: grayscale(0);
  }
}
#our-work .secRole__item.item-01:has(a:hover) .secRole__img {
  filter: grayscale(0);
}
#our-work .secRole__item.item-01 .secRole__item__txtbox {
  padding-top: 77px;
}
@media (max-width: 768px) {
  #our-work .secRole__item.item-01 .secRole__item__txtbox {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  #our-work .secRole__item.item-01 .secRole__img {
    width: 73.4vw;
    transform: translateX(2vw);
  }
}
#our-work .secRole__item.item-01 .secRole__btnWrap {
  margin-top: 33px;
}
@media (max-width: 768px) {
  #our-work .secRole__item.item-01 .secRole__btnWrap {
    margin-top: 0;
    background: #5a7398;
  }
}
#our-work .secRole__item.item-01 .secRole__btn {
  height: 72px;
  display: grid;
  place-items: center start;
}
@media (max-width: 768px) {
  #our-work .secRole__item.item-01 .secRole__btn {
    height: auto;
  }
}
#our-work .secRole__item.item-01 .secRole__btn a {
  display: block;
  height: 100%;
  display: grid;
  place-items: center start;
}
@media (hover: hover) {
  #our-work .secRole__item.item-01 .secRole__btn a:where(:any-link, :enabled, summary):hover .secRole__btn__in:before {
    background-color: #5a7398;
  }
}
#our-work .secRole__item.item-01 .secRole__btn__in {
  padding-right: 82px;
}
@media (max-width: 768px) {
  #our-work .secRole__item.item-01 .secRole__btn__in {
    padding-right: 1.3vw;
  }
}
@media (hover: hover) {
  #our-work .secRole__item.item-02 a:where(:any-link, :enabled, summary):hover .secRole__btn__in:before {
    background-color: #82648f;
  }
}
@media (max-width: 768px) {
  #our-work .secRole__item.item-02 .secRole__img {
    width: 78.6vw;
    transform: translateX(1vw);
    margin-top: 1vw;
  }
}
#our-work .secRole__item.item-02 .secRole__item__txtbox {
  padding-top: 120px;
}
@media (max-width: 768px) {
  #our-work .secRole__item.item-02 .secRole__item__txtbox {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  #our-work .secRole__item.item-02 .secRole__btnWrap {
    background: #82648f;
  }
}
@media (max-width: 768px) {
  #our-work .secRole__item.item-03 .secRole__img {
    width: 80vw;
    transform: translateX(-5vw);
    margin-top: 4vw;
  }
}
#our-work .secRole__item.item-03 .secRole__item__txtbox {
  padding-top: 104px;
}
@media (max-width: 768px) {
  #our-work .secRole__item.item-03 .secRole__item__txtbox {
    padding-top: 0;
  }
}
@media (hover: hover) {
  #our-work .secRole__item.item-04 a:where(:any-link, :enabled, summary):hover .secRole__btn__in:before {
    background-color: #f0c700;
  }
}
@media (max-width: 768px) {
  #our-work .secRole__item.item-04 .secRole__img {
    width: 84.5vw;
    margin-top: 0;
  }
}
#our-work .secRole__item.item-04 .secRole__item__txtbox {
  padding-top: 113px;
}
@media (max-width: 768px) {
  #our-work .secRole__item.item-04 .secRole__item__txtbox {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  #our-work .secRole__item.item-04 .secRole__btnWrap {
    background: #f0c700;
  }
}
@media (hover: hover) {
  #our-work .secRole__item.item-05 a:where(:any-link, :enabled, summary):hover .secRole__btn__in:before {
    background-color: #d9adaa;
  }
}
#our-work .secRole__item.item-05 .secRole__img {
  max-width: 1121px;
  transform: translateX(-21px);
}
@media (max-width: 768px) {
  #our-work .secRole__item.item-05 .secRole__img {
    width: 84.5vw;
    transform: translateX(0);
    margin-top: 0;
  }
}
#our-work .secRole__item.item-05 .secRole__item__txtbox {
  padding-top: 113px;
}
@media (max-width: 768px) {
  #our-work .secRole__item.item-05 .secRole__item__txtbox {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  #our-work .secRole__item.item-05 .secRole__btnWrap {
    background: #d9adaa;
  }
}
#our-work .secRole__item__txtbox {
  position: relative;
  z-index: 1;
}
#our-work .secRole__ttl {
  font-size: 30px;
  font-weight: bold;
  max-width: 460px;
  margin-left: auto;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #our-work .secRole__ttl {
    font-size: 6vw;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 4.1vw;
    padding: 8vw 8.4vw 0;
  }
}
#our-work .secRole__ttl .num {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-right: 13px;
}
@media (max-width: 768px) {
  #our-work .secRole__ttl .num {
    font-size: 4.978vw;
    margin-right: 2vw;
  }
}
#our-work .secRole__txt {
  max-width: 460px;
  margin-left: auto;
  padding-right: 90px;
}
@media (max-width: 768px) {
  #our-work .secRole__txt {
    max-width: 100%;
    margin-left: 0;
    padding: 0 7.4vw 0 8.4vw;
  }
}
#our-work .secRole__imgWrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  #our-work .secRole__imgWrap {
    position: static;
  }
}
#our-work .secRole__img {
  filter: grayscale(100%);
  transition: filter 0.3s ease-out;
}
@media (max-width: 768px) {
  #our-work .secRole__img {
    filter: grayscale(0);
  }
}
#our-work .secRole__btnWrap {
  max-width: 558px;
  margin-left: auto;
  padding-right: 43px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 41px;
}
@media (max-width: 768px) {
  #our-work .secRole__btnWrap {
    max-width: 100%;
    margin-left: 0;
    padding-right: 0;
    margin-top: 0;
    padding: 2.66vw 5vw;
  }
}
#our-work .secRole__btn {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
#our-work .secRole__btn:not(:last-child) {
  margin-right: 35px;
}
@media (max-width: 768px) {
  #our-work .secRole__btn:not(:last-child) {
    margin-right: 2vw;
  }
}
@media (max-width: 768px) {
  #our-work .secRole__btn {
    font-size: 3.5vw;
    letter-spacing: 0;
  }
}
#our-work .secRole__btn__in {
  position: relative;
  padding-right: 109px;
}
@media (max-width: 768px) {
  #our-work .secRole__btn__in {
    padding-right: 1.3vw;
    display: inline-block;
    color: #fff;
    background: #373737;
    border-radius: 50px;
    width: 36.266vw;
    height: 12vw;
    display: grid;
    place-items: center;
  }
}
#our-work .secRole__btn__in:before {
  content: "";
  background: #373737 url(../img/common/svg-arrow-right.svg) no-repeat center center/9px;
  width: 72px;
  height: 72px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  transition: background 0.3s ease-out;
}
@media (max-width: 768px) {
  #our-work .secRole__btn__in:before {
    content: "";
    background: url(../img/common/svg-arrow-right.svg) no-repeat center center/contain;
    width: 1.86vw;
    height: 2.66vw;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.2vw;
    border-radius: 0;
  }
}
#our-work .secJobChange {
  background: #5a7398;
  padding: 161px 0 150px;
}
@media (max-width: 768px) {
  #our-work .secJobChange {
    padding: 17.2vw 0 18.1vw;
  }
}
#our-work .secJobChange__heading {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  #our-work .secJobChange__heading {
    margin-bottom: 15vw;
    width: 70vw;
  }
}
#our-work .secJobChange__imgWrap {
  margin-bottom: 52px;
}
@media (max-width: 768px) {
  #our-work .secJobChange__imgWrap {
    margin-bottom: 10.4vw;
  }
}
#our-work .secJobChange__imgWrap__in {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 30px;
}
@media (max-width: 768px) {
  #our-work .secJobChange__imgWrap__in {
    padding: 0;
    gap: 0 3vw;
  }
}
#our-work .secJobChange__cont {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #our-work .secJobChange__cont {
    display: block;
  }
}
#our-work .secJobChange__txt {
  flex: 1;
  padding-right: 64px;
  color: #fff;
}
@media (max-width: 768px) {
  #our-work .secJobChange__txt {
    padding: 0 0 13.4vw;
  }
}
#our-work .secJobChange__btn a {
  padding-left: 60px;
}
@media (max-width: 768px) {
  #our-work .secJobChange__btn a {
    padding-left: 8vw;
  }
}
@media (max-width: 768px) {
  #our-work .icn-arrow-right {
    right: 8.2vw;
  }
}
#top .secMainView {
  padding-top: 62px;
  position: relative;
}
@media (max-width: 768px) {
  #top .secMainView {
    padding: 36px 0 0;
  }
}
#top .secMainView__inner {
  padding: 0 33px;
}
@media (max-width: 768px) {
  #top .secMainView__inner {
    padding: 0 7.33vw;
  }
}
#top .secMainView__video {
  line-height: 0;
  aspect-ratio: 1920/1080;
}
@media (max-width: 768px) {
  #top .secMainView__video {
    aspect-ratio: 1080/1920;
  }
}
#top .secMainView__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top .secMainView__ttl {
  position: absolute;
  left: 88px;
  bottom: 50px;
}
@media (max-width: 768px) {
  #top .secMainView__ttl {
    width: 65.1vw;
    left: 13.1vw;
    bottom: 16.7vw;
  }
}
#top .secMainView__jobInfo {
  position: absolute;
  right: 0;
  bottom: -43px;
}
@media (max-width: 768px) {
  #top .secMainView__jobInfo {
    bottom: -9.8vw;
  }
}
#top .secMainView__jobInfo a {
  width: 274px;
  height: 188px;
  display: grid;
  place-content: center;
  color: #fff;
  border-radius: 83px 0 0 0;
  background: #5a7398;
  text-align: center;
  padding-top: 6px;
  padding-left: 9px;
}
@media (max-width: 768px) {
  #top .secMainView__jobInfo a {
    width: 33.7vw;
    height: 23.33vw;
    border-radius: 8.3vw 0 0 0;
    padding-top: 2.7vw;
    padding-left: 3vw;
  }
}
#top .secMainView__jobInfo__en {
  font-size: 36px;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
@media (max-width: 768px) {
  #top .secMainView__jobInfo__en {
    font-size: 5.16vw;
    line-height: 1.1;
  }
}
#top .secMainView__jobInfo__en .space {
  display: inline-block;
  padding: 0 0.1em;
}
#top .secMainView__jobInfo__ja {
  font-size: 19px;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
}
@media (max-width: 768px) {
  #top .secMainView__jobInfo__ja {
    font-size: 3.73vw;
  }
}
#top .secMainView__jobInfo__ja:after {
  content: "";
  background: url(../img/common/svg-arrow-right.svg) no-repeat center center/cover;
  width: 9.3px;
  height: 13.12px;
  display: inline-block;
  margin-left: 13px;
}
@media (max-width: 768px) {
  #top .secMainView__jobInfo__ja:after {
    width: 1.69vw;
    height: 2.37vw;
    margin-left: 2.37vw;
  }
}
#top .secMainView__catch {
  position: absolute;
  top: 53.3%;
  transform: translateY(-50%);
  left: 6px;
  font-size: 12px;
  font-family: "Inconsolata", monospace;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 112.5;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media (max-width: 768px) {
  #top .secMainView__catch {
    left: 1.2vw;
    font-size: 3vw;
    white-space: nowrap;
  }
}
#top .secMainView__scroll {
  position: absolute;
  top: 53.4%;
  transform: translateY(-50%);
  right: 8px;
}
@media (max-width: 768px) {
  #top .secMainView__scroll {
    top: auto;
    transform: translateY(0);
    bottom: 16vw;
    right: 3.5vw;
  }
}
#top .secMainView__scroll__lineWrap {
  width: 1px;
  height: 98px;
  display: block;
  margin: 0 auto 21px;
  overflow: hidden;
  background: #cfcfcf;
}
@media (max-width: 768px) {
  #top .secMainView__scroll__lineWrap {
    height: 19.46vw;
    margin-bottom: 2.93vw;
  }
}
#top .secMainView__scroll__line {
  display: block;
  width: 1px;
  height: 6px;
  background: #323232;
  animation: 2s scroll_down_btn-animation ease infinite;
}
@media (max-width: 768px) {
  #top .secMainView__scroll__line {
    height: 2.4vw;
    animation: 2s scroll_down_btn-animation_sp ease infinite;
  }
}
#top .secMainView__scroll__txt {
  font-size: 12px;
  font-family: "Inconsolata", monospace;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 112.5;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media (max-width: 768px) {
  #top .secMainView__scroll__txt {
    font-size: 3vw;
    line-height: 1;
    transform: translateX(-0.2em);
  }
}
#top .secAbout {
  padding: 145px 0 100px;
}
@media (max-width: 768px) {
  #top .secAbout {
    padding: 19vw 0 10vw;
  }
}
#top .secAbout__head {
  text-align: center;
  margin-bottom: 325px;
}
@media (max-width: 768px) {
  #top .secAbout__head {
    margin-bottom: 38vw;
  }
}
#top .secAbout__logo {
  margin-bottom: 37px;
}
@media (max-width: 768px) {
  #top .secAbout__logo {
    margin-bottom: 3.6vw;
  }
}
#top .secAbout__logo img {
  margin: 0 auto;
}
@media (max-width: 768px) {
  #top .secAbout__logo img {
    width: 20vw;
  }
}
#top .secAbout__lead {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.5em;
  font-feature-settings: "palt";
  padding-left: 0.5em;
}
@media (max-width: 768px) {
  #top .secAbout__lead {
    font-size: 3.33vw;
  }
}
#top .secAbout__cont {
  position: relative;
  min-width: 1200px;
}
@media (max-width: 959px) {
  #top .secAbout__cont {
    min-width: 0;
  }
}
#top .secAbout__cont__txtbox {
  position: relative;
  z-index: 1;
}
#top .secAbout__txt {
  font-size: 19px;
  font-weight: bold;
  line-height: 2.1;
  max-width: 476px;
  margin: 0 auto 88px;
}
@media (max-width: 768px) {
  #top .secAbout__txt {
    font-size: 3.8vw;
    max-width: 100%;
    width: 61.6vw;
    margin: 0 auto 5vw;
    line-height: 1.93;
  }
}
#top .secAbout__bg {
  position: absolute;
  z-index: 0;
}
#top .secAbout__bg--l {
  top: -9px;
  left: 0;
}
@media (max-width: 768px) {
  #top .secAbout__bg--l {
    top: -12.3vw;
    width: 54.1vw;
  }
}
#top .secAbout__bg--r {
  top: -21px;
  right: -50px;
}
@media (max-width: 768px) {
  #top .secAbout__bg--r {
    width: 43.2vw;
    top: -8.1vw;
    right: -0.2vw;
  }
}
#top .secAbout__btn a {
  margin: 0 auto;
}
#top .secAbout__marquee {
  width: 100vw;
  position: absolute;
}
#top .secAbout__marquee.item-01 {
  top: -190px;
}
@media (max-width: 768px) {
  #top .secAbout__marquee.item-01 {
    top: -21.2vw;
  }
}
#top .secAbout__marquee.item-01 .secAbout__marquee__img:nth-child(odd) {
  animation: MoveLeft 36s -18s infinite linear;
}
#top .secAbout__marquee.item-01 .secAbout__marquee__img:nth-child(even) {
  animation: MoveLeft2 36s infinite linear;
}
#top .secAbout__marquee.item-02 {
  bottom: -184px;
}
@media (max-width: 768px) {
  #top .secAbout__marquee.item-02 {
    bottom: -34.9vw;
  }
}
#top .secAbout__marquee.item-02 .secAbout__marquee__img:nth-child(odd) {
  animation: MoveRight 36s -18s infinite linear;
}
#top .secAbout__marquee.item-02 .secAbout__marquee__img:nth-child(even) {
  animation: MoveRight2 36s infinite linear;
}
#top .secAbout__marquee__track {
  overflow: hidden;
  display: flex;
  margin-inline: calc(50% - 50vw);
  width: 2059px;
}
@media (max-width: 768px) {
  #top .secAbout__marquee__track {
    width: 158.53vw;
  }
}
#top .secAbout__marquee__img {
  flex-shrink: 0;
  white-space: nowrap;
  width: 2059px;
  padding-right: 100px;
}
@media (max-width: 768px) {
  #top .secAbout__marquee__img {
    width: 158.53vw;
    padding-right: 7.8vw;
  }
}
#top .secWork {
  padding: 230px 0 126px;
}
@media (max-width: 768px) {
  #top .secWork {
    padding: 43.5vw 0 18.7vw;
  }
}
#top .secWork .inner {
  position: relative;
  padding-top: 446px;
}
@media (max-width: 768px) {
  #top .secWork .inner {
    padding-top: 0;
  }
}
#top .secWork__map {
  position: absolute;
  left: calc(-50vw + 404px);
  top: 0;
}
@media (min-width: 1500px) {
  #top .secWork__map {
    left: -350px;
  }
}
@media (max-width: 1064px) {
  #top .secWork__map {
    left: -130px;
  }
}
@media (max-width: 768px) {
  #top .secWork__map {
    position: relative;
    left: -71.7vw;
    width: 156.53vw;
    margin-bottom: 7.5vw;
  }
}
@media (max-width: 768px) {
  #top .secWork__map .inner {
    padding: 0;
  }
}
#top .secWork__heading {
  max-width: 368px;
  margin-left: auto;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #top .secWork__heading {
    max-width: 100%;
    margin-bottom: 6.5vw;
  }
}
#top .secWork__txtbox {
  max-width: 368px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #top .secWork__txtbox {
    max-width: 100%;
  }
}
#top .secWork__txt {
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  #top .secWork__txt {
    margin-bottom: 7vw;
  }
}
@media (max-width: 768px) {
  #top .secWork__btn a {
    margin: 0 auto;
  }
}
#top .secInterview {
  padding-bottom: 132px;
}
@media (max-width: 768px) {
  #top .secInterview {
    padding-bottom: 12.3vw;
  }
}
#top .secInterview__heading {
  margin-bottom: 33px;
}
@media (max-width: 768px) {
  #top .secInterview__heading {
    margin-bottom: 4vw;
  }
}
#top .secInterview__heading .c-heading-01__ja {
  font-feature-settings: "palt";
}
#top .secInterview__imgWrap {
  margin-bottom: 38px;
}
@media (max-width: 768px) {
  #top .secInterview__imgWrap {
    margin-bottom: 5.9vw;
  }
}
@media (max-width: 768px) {
  #top .secInterview__imgWrap .inner {
    padding: 0;
  }
}
#top .secInterview__imgList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 30px;
}
@media (max-width: 768px) {
  #top .secInterview__imgList {
    gap: 0 2.9vw;
  }
}
#top .secInterview__cont__box {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #top .secInterview__cont__box {
    display: block;
  }
}
#top .secInterview__txt {
  flex: 1;
  padding-right: 10px;
}
@media (max-width: 768px) {
  #top .secInterview__txt {
    padding: 0 0 4.6vw;
  }
}
#top .secJobInfo {
  background: #5a7398;
  padding: 137px 0 90px;
}
@media (max-width: 768px) {
  #top .secJobInfo {
    padding: 14.3vw 0 11.7vw;
  }
}
#top .secJobInfo__head {
  position: relative;
  width: 100%;
  height: 385px;
  background: url(../img/top/jobinfo_bg@2x.jpg) no-repeat center center/cover;
  border-radius: 110px 110px 0px 0px;
  overflow: hidden;
  display: grid;
  place-content: center;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #top .secJobInfo__head {
    height: 42.5vw;
    background: url(../img/top/jobinfo_bg_sp@2x.jpg) no-repeat center center/cover;
    border-radius: 10.6vw 10.6vw 0 0;
    margin-bottom: 5.7vw;
    padding-top: 1vw;
  }
}
#top .secJobInfo__heading {
  position: relative;
  text-align: center;
  width: 443px;
  padding: 80px 0 74px;
}
@media (max-width: 768px) {
  #top .secJobInfo__heading {
    width: 50.3vw;
    padding: 7.8vw 0 6.3vw;
  }
}
#top .secJobInfo__heading:before, #top .secJobInfo__heading:after {
  content: "";
  width: 443px;
  height: 63px;
  display: block;
  position: absolute;
}
@media (max-width: 768px) {
  #top .secJobInfo__heading:before, #top .secJobInfo__heading:after {
    width: 100%;
    height: 8.3vw;
  }
}
#top .secJobInfo__heading:before {
  background: url(../img/top/jobinfo_bracket_top@2x.png) no-repeat center center/contain;
  top: 0;
}
#top .secJobInfo__heading:after {
  background: url(../img/top/jobinfo_bracket_bottom@2x.png) no-repeat center center/contain;
  bottom: 0;
}
#top .secJobInfo__heading .c-heading-01__ja {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #top .secJobInfo__heading .c-heading-01__ja {
    margin-bottom: 1vw;
  }
}
#top .secJobInfo__cont {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #top .secJobInfo__cont {
    display: block;
  }
}
#top .secJobInfo__txt {
  flex: 1;
  padding-right: 10px;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 768px) {
  #top .secJobInfo__txt {
    padding: 0 0 5.6vw;
  }
}
/*# sourceMappingURL=style.css.map */
