@charset "UTF-8";
:root {
  --keyColor: #002D51;
  --accentColor:#FBFF42;
  --background-col3: #202124;
  --txtBlack: #403A38;
}

html, body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  height: 100%;
  background-image: url("../images/background.webp");
  background-size: contain;
  line-height: 175%;
  color: var(--txtBlack, #403A38);
}

html.wf-active body,
html.loading-delay body {
  overflow: auto;
}
html.wf-active body main,
html.loading-delay body main {
  visibility: visible;
}

body {
  overflow: hidden;
}
body main {
  visibility: hidden;
}
body.loaded {
  overflow: auto;
}
body.loaded main {
  visibility: visible;
}
body.loaded.fixed {
  overflow: hidden;
}

a {
  transition: opacity 0.3s;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}

p {
  line-height: 175%;
}

.body {
  margin-top: 70px;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

ul {
  list-style: none;
}

/*追記*/
ul {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
}

/* chromeの青線除去 */
button {
  outline: none !important;
}

*:focus {
  outline: none;
}

input {
  outline: none !important;
}

img {
  vertical-align: bottom;
}

h1,
h2,
h3,
h4 {
  margin: 0px;
  font-size: 100%;
}

p {
  margin: 0;
}

img {
  flex-shrink: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #about.page .page_read h2 {
    font-size: 9vw;
  }
}
#about #breakthrough {
  padding-top: 0 !important;
  overflow: hidden;
}
#about #breakthrough .breakthrough_inner {
  padding-top: 480px;
  max-width: 100%;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  #about #breakthrough .breakthrough_inner {
    padding-top: 300px;
  }
}
#about #breakthrough .breakthrough_inner:before {
  content: "";
  width: 100%;
  height: 565px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/breakthrough_visual.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  #about #breakthrough .breakthrough_inner:before {
    height: 360px;
    background-image: url("../images/breakthrough_visual_sp.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
#about #breakthrough .breakthrough_inner .breakthrough_content {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  max-width: 980px;
  border-radius: 20px;
  background: #fff;
  padding: 50px 80px;
}
@media screen and (max-width: 1040px) {
  #about #breakthrough .breakthrough_inner .breakthrough_content {
    width: calc(100% - 40px);
    padding: 50px 20px;
  }
}
#about #breakthrough .breakthrough_inner .breakthrough_content h3 {
  color: var(--keyColor, #002D51);
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 77px */
}
@media screen and (max-width: 480px) {
  #about #breakthrough .breakthrough_inner .breakthrough_content h3 {
    font-size: 34px;
    word-break: keep-all;
  }
}
#about #breakthrough .breakthrough_inner .breakthrough_content small {
  color: var(--keyColor, #002D51);
  font-family: "futura-pt", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 24px */
  margin-top: 12px;
  display: inline-block;
}
#about #breakthrough .breakthrough_inner .breakthrough_content p {
  color: var(--txtBlack, #403A38);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  margin-top: 16px;
}
#about #breakthrough .content_title.small {
  font-size: 28px;
}
#about .brunch_list {
  width: calc(100% - 80px);
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  #about .brunch_list {
    width: calc(100% - 40px);
  }
}
#about .brunch_list .img {
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
#about .brunch_list .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#about .brunch_list .brunch_list_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
  margin: 50px 0;
  counter-reset: number 0;
}
@media screen and (max-width: 480px) {
  #about .brunch_list .brunch_list_wrap {
    flex-direction: column;
  }
}
#about .brunch_list .brunch_list_wrap .brunch_block {
  border-radius: 20px;
  border: 1px solid rgba(0, 45, 81, 0.3);
  background: var(--backgournd-coolGgray, #F5F7F9);
  padding: 20px;
  width: calc(50% - 15px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  #about .brunch_list .brunch_list_wrap .brunch_block {
    width: 100%;
  }
}
#about .brunch_list .brunch_list_wrap .brunch_block h4 {
  color: var(--keyColor, #002D51);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 35px */
  margin-bottom: 10px;
}
#about .brunch_list .brunch_list_wrap .brunch_block h4:before {
  counter-increment: number 1;
  content: counter(number);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: var(--keyColor, #002D51);
  font-family: "futura-pt", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  border-radius: 5px;
  background: var(--accentColor, #FBFF42);
  display: inline-block;
  margin-right: 9px;
}
#about .brunch_list .brunch_list_wrap .brunch_block p {
  line-height: 22px;
  margin-bottom: 10px;
  flex: 1 0 auto;
}
#about .brunch_list .brunch_list_wrap .brunch_block a {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--corporate, #002851);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 183.333% */
  height: 40px;
}
#about .brunch_list .brunch_list_wrap .brunch_block a:before {
  content: "";
  width: 13px;
  height: 19px;
  display: block;
  background-image: url("../images/google_map_pin.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}
#about #company {
  padding-bottom: 150px;
}
#about #company h2 {
  margin-bottom: 80px;
}
#about #company dl {
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top: 1px solid rgba(175, 175, 175, 0.5);
  padding: 20px 0;
}
@media screen and (max-width: 480px) {
  #about #company dl {
    flex-direction: column;
  }
}
#about #company dl:last-child {
  border-bottom: 1px solid rgba(175, 175, 175, 0.5);
}
#about #company dl dt {
  color: var(--keyColor, #002D51);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
  width: 198px;
  flex: 0 0 auto;
}
@media screen and (max-width: 480px) {
  #about #company dl dt {
    width: 100%;
  }
}
#about #company dl dd {
  color: var(--txtBlack, #403A38);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}
@media screen and (max-width: 480px) {
  #about #company dl dd {
    width: 100%;
    margin: 4px 0 0 0;
  }
}

@media screen and (max-width: 480px) {
  #cable .page_read h2 {
    font-size: min(9vw, 40px);
  }
}
#cable .cable_read_list {
  background: #fff;
  border-radius: 20px;
  border: 5px solid var(--keyColor, #002D51);
  padding: 20px 30px 30px 30px;
}
#cable .cable_read_list h3 {
  color: var(--keyColor, #002D51);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  word-break: keep-all;
}
#cable .cable_read_list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  #cable .cable_read_list ul {
    flex-direction: column;
  }
}
#cable .cable_read_list ul li {
  text-align: center;
  font-size: min(1vw, 16px);
  line-height: 140%;
}
@media screen and (max-width: 480px) {
  #cable .cable_read_list ul li {
    font-size: 16px;
  }
}
#cable .cable_read_list ul li .img {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 136/124;
  margin-bottom: 8px;
}
@media screen and (max-width: 480px) {
  #cable .cable_read_list ul li .img {
    aspect-ratio: 290/190;
  }
}
#cable .cable_read_list ul li .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#cable .cable_content {
  background: #fff;
  border-radius: 40px;
  border: 1px solid #DDD;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 100px 0;
}
#cable .cable_content#structure {
  margin-top: 100px;
  overflow: hidden;
}
#cable .cable_content#structure .structure_inner {
  position: relative;
  padding-top: 300px;
}
#cable .cable_content#structure .structure_inner:before {
  content: "";
  width: 100%;
  height: 608px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/structure_visual.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
#cable .cable_content#structure .structure_inner .cable_structure_title {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  max-width: 960px;
  border-radius: 20px;
  background: linear-gradient(180deg, #FFF 0%, rgba(251, 251, 251, 0.9) 100%);
  padding: 50px 80px;
}
@media screen and (max-width: 1040px) {
  #cable .cable_content#structure .structure_inner .cable_structure_title {
    width: calc(100% - 40px);
    padding: 50px 20px;
  }
}
#cable .cable_content#structure .structure_inner .cable_structure_title h3 {
  color: var(--keyColor, #002D51);
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 77px */
}
@media screen and (max-width: 480px) {
  #cable .cable_content#structure .structure_inner .cable_structure_title h3 {
    font-size: 40px;
    word-break: keep-all;
  }
}
#cable .cable_content#structure .structure_inner .cable_structure_title small {
  color: var(--keyColor, #002D51);
  font-family: "futura-pt", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 24px */
  margin-top: 12px;
  display: inline-block;
}
#cable .cable_content#structure .structure_inner .cable_structure_title p {
  color: var(--txtBlack, #403A38);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  margin-top: 16px;
}
#cable .cable_content#structure .cable_structure_content {
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  #cable .cable_content#structure .cable_structure_content {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0px;
  }
}
#cable .cable_content#structure .cable_structure_content .col {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  #cable .cable_content#structure .cable_structure_content .col {
    flex-direction: column;
    margin-top: 100px;
  }
}
#cable .cable_content#structure .cable_structure_content .col .img {
  margin-left: 82px;
  max-width: 723px;
  width: 42%;
  flex: 0 0 auto;
}
#cable .cable_content#structure .cable_structure_content .col .img img {
  width: 100%;
}
@media screen and (max-width: 1040px) {
  #cable .cable_content#structure .cable_structure_content .col .img {
    width: 32%;
    margin-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  #cable .cable_content#structure .cable_structure_content .col .img {
    margin-left: 20px;
    width: 100%;
  }
}
#cable .cable_content#structure .cable_structure_content .col .text {
  margin: 0 60px 0 50px;
}
@media screen and (max-width: 1040px) {
  #cable .cable_content#structure .cable_structure_content .col .text {
    margin: 20px;
  }
}
#cable .cable_content#structure .cable_structure_content .col .text h3 {
  color: var(--keyColor, #002D51);
  font-size: min(7vw, 70px);
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 77px */
}
@media screen and (max-width: 480px) {
  #cable .cable_content#structure .cable_structure_content .col .text h3 {
    font-size: 40px;
  }
}
#cable .cable_content#structure .cable_structure_content .col .text small {
  color: var(--keyColor, #002D51);
  font-family: "futura-pt", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 24px */
  margin-top: 12px;
  display: inline-block;
}
#cable .cable_content#structure .cable_structure_content .col .text small br {
  display: none;
}
@media screen and (max-width: 480px) {
  #cable .cable_content#structure .cable_structure_content .col .text small br {
    display: block;
  }
}
#cable .cable_content#structure .cable_structure_content .col .text p {
  color: var(--txtBlack, #403A38);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  margin-top: 16px;
}
#cable .cable_content#structure .cable_structure_content .cable_list {
  background: #fff;
  border-radius: 20px;
  border: 5px solid var(--keyColor, #002D51);
  padding: 20px 30px 30px 30px;
  max-width: 960px;
  margin: 100px auto 0;
  width: calc(100% - 40px);
}
@media screen and (max-width: 480px) {
  #cable .cable_content#structure .cable_structure_content .cable_list {
    margin: 0 auto;
    width: calc(100% - 40px);
  }
}
#cable .cable_content#structure .cable_structure_content .cable_list h4 {
  color: var(--keyColor, #002D51);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #cable .cable_content#structure .cable_structure_content .cable_list h4 {
    word-break: keep-all;
  }
}
#cable .cable_content#structure .cable_structure_content .cable_list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  #cable .cable_content#structure .cable_structure_content .cable_list ul {
    flex-direction: column;
  }
}
#cable .cable_content#structure .cable_structure_content .cable_list ul li {
  text-align: center;
  font-size: min(1vw, 16px);
  line-height: 140%;
}
@media screen and (max-width: 480px) {
  #cable .cable_content#structure .cable_structure_content .cable_list ul li {
    font-size: 16px;
  }
}
#cable .cable_content#structure .cable_structure_content .cable_list ul li .img {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 176/120;
  margin-bottom: 8px;
}
#cable .cable_content#structure .cable_structure_content .cable_list ul li .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#cable .cable_content#flow {
  margin-top: 100px;
}
#cable .cable_content#flow .flow_content {
  max-width: 1020px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
#cable .cable_content#flow .flow_content .flow_movie iframe {
  aspect-ratio: 560/325;
  width: 100%;
  height: 100%;
}
#cable .cable_content#flow .flow_content .flow_content_step {
  margin-top: 100px;
}
#cable .cable_content#flow .flow_content .flow_content_step .flow_content_step_block:after {
  content: "";
  aspect-ratio: 464/210;
  max-width: 464px;
  height: 100%;
  background-image: url("../images/flow_content_step_line.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  #cable .cable_content#flow .flow_content .flow_content_step .flow_content_step_block:after {
    aspect-ratio: 220/210;
    background-image: url("../images/flow_content_step_line_sp.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 220px;
  }
}
#cable .cable_content#flow .flow_content .flow_content_step .flow_content_step_block.last:after {
  content: "";
  aspect-ratio: 197/166;
  max-width: 197px;
  height: 100%;
  background-image: url("../images/flow_content_step_end.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  margin: 50px auto 0;
}
#cable .cable_content#flow .flow_content .flow_content_step .flow_content_step_block:nth-child(2n+2) .flow_content_step_block_inner {
  flex-direction: row-reverse !important;
}
@media screen and (max-width: 480px) {
  #cable .cable_content#flow .flow_content .flow_content_step .flow_content_step_block:nth-child(2n+2) .flow_content_step_block_inner {
    flex-direction: column-reverse !important;
  }
}
#cable .cable_content#flow .flow_content .flow_content_step .flow_content_step_block .flow_content_step_block_inner {
  border-radius: 20px;
  border: 5px solid var(--keyColor, #002D51);
  box-sizing: boder-box;
  background: #F4F4EB;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 480px) {
  #cable .cable_content#flow .flow_content .flow_content_step .flow_content_step_block .flow_content_step_block_inner {
    flex-direction: column-reverse;
    position: relative;
  }
}
#cable .cable_content#flow .flow_content .flow_content_step .flow_content_step_block .flow_content_step_block_inner .text {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 80px 60px;
}
@media screen and (max-width: 480px) {
  #cable .cable_content#flow .flow_content .flow_content_step .flow_content_step_block .flow_content_step_block_inner .text {
    width: 100%;
    padding: 30px 20px;
    position: static;
  }
}
#cable .cable_content#flow .flow_content .flow_content_step .flow_content_step_block .flow_content_step_block_inner .text .label {
  border-radius: 0px 0px 10px 0px;
  background: var(--keyColor, #002D51);
  width: 184px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 480px) {
  #cable .cable_content#flow .flow_content .flow_content_step .flow_content_step_block .flow_content_step_block_inner .text .label {
    width: 100%;
    border-radius: 0;
    justify-content: flex-start;
    padding: 0 28px;
  }
}
#cable .cable_content#flow .flow_content .flow_content_step .flow_content_step_block .flow_content_step_block_inner .text .label img:first-child {
  width: 55px;
  height: auto;
}
#cable .cable_content#flow .flow_content .flow_content_step .flow_content_step_block .flow_content_step_block_inner .text .label img:last-child {
  height: 36px;
  width: auto;
}
#cable .cable_content#flow .flow_content .flow_content_step .flow_content_step_block .flow_content_step_block_inner .text h4 {
  color: var(--keyColor, #002D51);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media screen and (max-width: 480px) {
  #cable .cable_content#flow .flow_content .flow_content_step .flow_content_step_block .flow_content_step_block_inner .text h4 {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
#cable .cable_content#flow .flow_content .flow_content_step .flow_content_step_block .flow_content_step_block_inner .text p {
  color: var(--txtBlack, #403A38);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  #cable .cable_content#flow .flow_content .flow_content_step .flow_content_step_block .flow_content_step_block_inner .text p {
    font-size: 16px;
    margin-top: 0;
  }
}
#cable .cable_content#flow .flow_content .flow_content_step .flow_content_step_block .flow_content_step_block_inner .img {
  width: 50%;
  aspect-ratio: 500/346;
}
@media screen and (max-width: 480px) {
  #cable .cable_content#flow .flow_content .flow_content_step .flow_content_step_block .flow_content_step_block_inner .img {
    width: 100%;
    margin-top: 68px;
    aspect-ratio: 310/237;
  }
}
#cable .cable_content#flow .flow_content .flow_content_step .flow_content_step_block .flow_content_step_block_inner .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#cable .cable_content#flow .flow_content .flow_content_step .flow_content_step_block_end {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  color: var(--keyColor, #002D51);
  text-align: center;
  font-family: vdl-logojrpop-futoline, sans-serif;
  font-size: 182px;
  font-style: normal;
  font-weight: 850;
  line-height: 100%; /* 182px */
}
@media screen and (max-width: 1040px) {
  #cable .cable_content#flow .flow_content .flow_content_step .flow_content_step_block_end {
    font-size: 80px;
  }
}
#cable .cable_content#flow .flow_content .flow_content_step .flow_content_step_block_end .img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 142px;
}
@media screen and (max-width: 480px) {
  #cable .cable_content#flow .flow_content .flow_content_step .flow_content_step_block_end .img {
    aspect-ratio: 1/1;
    margin-bottom: 50px;
  }
}
#cable .cable_content#flow .flow_content .flow_content_step .flow_content_step_block_end .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#ceo .ceo_read {
  border-radius: 20px;
  overflow: hidden;
  max-width: 980px;
  width: calc(100% - 40px);
  margin: 0 auto;
  background: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #ceo .ceo_read {
    flex-direction: column;
  }
}
#ceo .ceo_read .img {
  width: 35.2040816327%;
  height: auto;
  aspect-ratio: 345/240;
  flex: 1 0 auto;
}
@media screen and (max-width: 768px) {
  #ceo .ceo_read .img {
    width: 100%;
  }
}
#ceo .ceo_read .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#ceo .ceo_read .text {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #ceo .ceo_read .text {
    padding: 50px 40px;
  }
}
#ceo .ceo_read .text h3 {
  color: var(--keyColor, #002D51);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 68.75% */
  margin-bottom: 20px;
}
#ceo .ceo_read .text h3 span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 28px */
  display: block;
  margin-bottom: 10px;
}
#ceo .interview_block {
  padding: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1040px) {
  #ceo .interview_block {
    padding: 100px 20px;
  }
}
#ceo .interview_block div:last-child {
  margin-bottom: 0;
}
#ceo .interview_block .interview_left {
  border-radius: 20px;
  align-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 80px;
  max-width: 880px;
  width: calc(100% - 100px);
}
@media screen and (max-width: 1040px) {
  #ceo .interview_block .interview_left {
    width: 100%;
    align-items: flex-start;
    margin-bottom: 40px;
  }
}
#ceo .interview_block .interview_left:before {
  content: "";
  width: 152px;
  height: 152px;
  display: block;
  background-image: url("../images/interview_did_kun.webp");
  background-size: contain;
  background-repeat: no-repeat;
  flex: 1 0 auto;
}
@media screen and (max-width: 480px) {
  #ceo .interview_block .interview_left:before {
    width: 64px;
    height: 64px;
  }
}
#ceo .interview_block .interview_left .interview_left_inner {
  border-radius: 20px;
  color: var(--keyColor, #002D51);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 35px */
  margin-left: 38px;
  position: relative;
  background: #FBFF42;
  padding: 24px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #ceo .interview_block .interview_left .interview_left_inner {
    margin-left: 24px;
    padding: 20px;
    font-size: 16px;
  }
}
#ceo .interview_block .interview_left .interview_left_inner:before {
  content: "";
  display: block;
  width: 32px;
  height: calc(16px * tan(60deg));
  background: #FBFF42;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(-90deg);
  position: absolute;
  top: 58px;
  left: -24px;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  #ceo .interview_block .interview_left .interview_left_inner:before {
    top: 20px;
  }
}
#ceo .interview_block .interview_left .interview_left_inner p {
  font-weight: 700;
}
#ceo .interview_block .interview_right {
  border-radius: 20px;
  align-self: flex-end;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 80px;
  max-width: 880px;
}
@media screen and (max-width: 480px) {
  #ceo .interview_block .interview_right {
    margin-bottom: 40px;
  }
}
#ceo .interview_block .interview_right:after {
  content: "";
  width: 152px;
  height: 152px;
  display: block;
  background-image: url("../images/interview_umezawa.webp");
  background-size: contain;
  background-repeat: no-repeat;
  flex: 1 0 auto;
}
@media screen and (max-width: 480px) {
  #ceo .interview_block .interview_right:after {
    width: 64px;
    height: 64px;
  }
}
#ceo .interview_block .interview_right .interview_right_inner {
  border-radius: 20px;
  border: 1px solid var(--keyColor, #002D51);
  color: var(--keyColor, #002D51);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 35px */
  margin-right: 38px;
  min-height: 150px;
  min-width: 416px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  #ceo .interview_block .interview_right .interview_right_inner {
    min-width: inherit;
    font-size: 16px;
    margin-right: 24px;
  }
}
#ceo .interview_block .interview_right .interview_right_inner p {
  position: relative;
  z-index: 3;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 480px) {
  #ceo .interview_block .interview_right .interview_right_inner p {
    padding: 30px 20px;
  }
}
#ceo .interview_block .interview_right .interview_right_inner p.center {
  text-align: center;
  word-break: keep-all;
  border-radius: 0;
}
#ceo .interview_block .interview_right .interview_right_inner:before {
  content: "";
  display: block;
  width: 32px;
  height: calc(16px * tan(60deg));
  background: #002D51;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(90deg);
  position: absolute;
  top: 56px;
  right: -24px;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  #ceo .interview_block .interview_right .interview_right_inner:before {
    top: 22px;
  }
}
#ceo .interview_block .interview_right .interview_right_inner:after {
  content: "";
  display: block;
  width: 32px;
  height: calc(16px * tan(60deg));
  background: #fff;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(90deg);
  position: absolute;
  top: 56px;
  right: -22px;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  #ceo .interview_block .interview_right .interview_right_inner:after {
    top: 22px;
  }
}
#ceo .interview_block#message .content_title br {
  display: none;
}
@media screen and (max-width: 480px) {
  #ceo .interview_block#message .content_title br {
    display: block;
  }
}
#ceo .message_inner {
  padding-top: 600px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 480px) {
  #ceo .message_inner {
    padding-top: 300px;
  }
}
#ceo .message_inner:before {
  content: "";
  width: 100%;
  height: 795px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/message_visual.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  #ceo .message_inner:before {
    height: 420px;
  }
}
#ceo .message_inner .message_content {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  max-width: 980px;
  border-radius: 20px;
  background: #fff;
  padding: 50px 80px;
}
@media screen and (max-width: 1040px) {
  #ceo .message_inner .message_content {
    width: calc(100% - 40px);
    padding: 50px 20px;
  }
}
#ceo .message_inner .message_content h3 {
  color: var(--keyColor, #002D51);
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 77px */
}
@media screen and (max-width: 768px) {
  #ceo .message_inner .message_content h3 {
    font-size: min(8vw, 70px);
  }
}
@media screen and (max-width: 480px) {
  #ceo .message_inner .message_content h3 {
    font-size: 40px;
    letter-spacing: -2px;
  }
}
#ceo .message_inner .message_content small {
  color: var(--keyColor, #002D51);
  font-family: "futura-pt", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 24px */
  margin-top: 12px;
  display: inline-block;
}
#ceo .message_inner .message_content p {
  color: var(--txtBlack, #403A38);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  margin-top: 16px;
}

#contact.page .page_content_inner .content_title {
  width: 100%;
}
#contact #caution.modaal-wrapper {
  visibility: hidden;
  position: fixed;
  pointer-events: none;
}
#contact .modaal-wrapper .modaal-container {
  border-radius: 40px;
  border: 1px solid #DDD;
  background: var(--BasicWhite, #FFF);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 50px;
  max-width: 800px;
  width: calc(100% - 80px);
}
@media screen and (max-width: 480px) {
  #contact .modaal-wrapper .modaal-container {
    width: 100%;
    padding: 30px 20px;
  }
}
#contact .modaal-wrapper .modaal-container h4 {
  color: var(--keyColor, #002D51);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  margin-bottom: 20px;
}
#contact .modaal-wrapper .modaal-container p {
  color: var(--txtBlack, #403A38);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
#contact .modaal-wrapper .modaal-container p a {
  color: var(--txtBlack, #403A38);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration: underline;
}
#contact .modaal-wrapper .modaal-container .modal_close {
  max-width: 300px;
  width: 50%;
  margin: 40px auto 0;
  border: 1px solid var(--BasicBlack, #000);
  background: var(--corporate, #002851);
  cursor: pointer;
  color: var(--BasicWhite, #FFF);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 122.222% */
  letter-spacing: 1px;
  padding: 20px;
}
@media screen and (max-width: 480px) {
  #contact .modaal-wrapper .modaal-container .modal_close {
    max-width: 100%;
    width: 100%;
  }
}
#contact .page_content_inner {
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
#contact .page_content_inner p {
  color: var(--txtBlack, #403A38);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 35px */
}
#contact .page_content_inner .contact_tel {
  border-radius: 20px;
  background: var(--backgournd-coolGgray, #F5F7F9);
  max-width: 900px;
  width: 100%;
  padding: 50px 20px;
  margin-top: 80px;
}
#contact .page_content_inner .contact_tel h5 {
  color: var(--corporate, #002851);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding: 0;
  margin-bottom: 6px;
}
@media screen and (max-width: 480px) {
  #contact .page_content_inner .contact_tel h5 {
    word-break: keep-all;
    font-size: 22px;
  }
}
#contact .page_content_inner .contact_tel p {
  color: var(--corporate, #002851);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
@media screen and (max-width: 480px) {
  #contact .page_content_inner .contact_tel p {
    font-size: 12px;
  }
}
#contact .page_content_inner .contact_tel p br {
  display: none;
}
@media screen and (max-width: 480px) {
  #contact .page_content_inner .contact_tel p br {
    display: block;
  }
}
#contact .page_content_inner .contact_tel .tel {
  color: var(--corporate, #002851);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
#contact .page_content_inner .contact_tel .tel:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../images/tel_icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
#contact .page_content_inner form {
  border-radius: 20px;
  background: var(--backgournd-coolGgray, #F5F7F9);
  padding: 100px 60px;
}
@media screen and (max-width: 480px) {
  #contact .page_content_inner form {
    width: 100%;
    padding: 100px 20px;
  }
}
#contact .page_content_inner form .block {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#contact .page_content_inner form .block.radio {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#contact .page_content_inner form .block.radio label {
  color: var(--keyColor, #002D51);
  max-width: 240px;
  width: calc(33.3333333333% - 20px);
  display: block;
  border-radius: 10px;
  border: 1px solid var(--borderColor, #AFAFAF);
  background: var(--BasicWhite, #FFF);
  padding: 18px 20px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  #contact .page_content_inner form .block.radio label {
    width: 100%;
    max-width: 100%;
  }
}
#contact .page_content_inner form .block.radio input:checked + label {
  color: #fff;
  background: var(--keyColor, #002D51);
}
#contact .page_content_inner form .block.radio input {
  display: none;
}
#contact .page_content_inner form .block input, #contact .page_content_inner form .block textarea {
  flex: 1 0 auto;
  border-radius: 2px;
  border: 1px solid var(--borderColor, #AFAFAF);
  background: var(--BasicWhite, #FFF);
  padding: 8px 5px;
}
#contact .page_content_inner form .block textarea {
  height: 200px;
}
#contact .page_content_inner form .block #zip {
  width: 196px;
  flex: 0 0 auto;
}
#contact .page_content_inner form .block #btn {
  border: none;
  background: none;
  flex: 0 0 auto;
  margin-left: 20px;
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  #contact .page_content_inner form .block #btn {
    margin-left: 0;
  }
}
#contact .page_content_inner form .block .title {
  width: 220px;
  color: var(--corporate, #002851);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
  flex: 0 0 auto;
}
@media screen and (max-width: 480px) {
  #contact .page_content_inner form .block .title {
    margin-bottom: 8px;
  }
}
#contact .page_content_inner form .block .title.required:after {
  content: "※必須";
  color: var(--attention, #CE0000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}
#contact .page_content_inner form .block .error {
  width: 100%;
  text-align: left;
  color: var(--attention, #CE0000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  margin-bottom: 8px;
}
#contact .page_content_inner form .caution {
  color: var(--txtBlack, #403A38);
  text-align: center;
}
#contact .page_content_inner form .caution p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
#contact .page_content_inner form .caution p a {
  color: var(--txtBlack, #403A38);
  text-decoration: underline;
}
#contact .page_content_inner form .btn {
  text-align: center;
  max-width: 300px;
  width: 100%;
  margin: 28px auto;
  background: var(--corporate, #002851);
  border: 1px solid var(--BasicBlack, #000);
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s;
}
#contact .page_content_inner form .btn:hover {
  opacity: 0.6;
}
#contact .page_content_inner form .btn:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-image: url("../images/btn_arrow.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 10px);
  right: 13px;
}
#contact .page_content_inner form .btn input {
  color: var(--BasicWhite, #FFF);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 122.222% */
  letter-spacing: 1px;
  padding: 20px 0;
  background: none;
  border: none;
  cursor: pointer;
}
#contact .confirm {
  border-radius: 20px;
  background: var(--backgournd-coolGgray, #F5F7F9);
  padding: 100px 60px;
}
@media screen and (max-width: 480px) {
  #contact .confirm {
    padding: 100px 20px;
  }
}
#contact .confirm table th {
  text-align: left;
  color: var(--corporate, #002851);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
}
#contact .submit_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  #contact .submit_btn {
    flex-direction: column;
    gap: 30px;
  }
}
#contact .submit_btn form {
  padding: 0;
  width: 50%;
  max-width: 300px;
  border: 1px solid var(--BasicBlack, #000);
  background: var(--corporate, #002851);
  border-radius: 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 480px) {
  #contact .submit_btn form {
    width: 100%;
  }
}
#contact .submit_btn form:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-image: url("../images/btn_arrow.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 10px);
  right: 13px;
}
#contact .submit_btn form.btn_back {
  border: 1px solid #000;
  background: var(--BasicWhite, #FFF);
}
#contact .submit_btn form.btn_back:after {
  display: none;
}
#contact .submit_btn form.btn_back input {
  color: var(--corporate, #002851);
}
#contact .submit_btn form input {
  border: none;
  background: none;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 122.222% */
  letter-spacing: 1px;
  width: 100%;
  height: 100%;
  padding: 20px 0;
}
#contact #finish h3 {
  color: var(--keyColor, #002D51);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  margin-bottom: 40px;
  word-break: keep-all;
}
#contact #finish p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
#contact #finish .btn {
  padding: 0;
  width: 50%;
  max-width: 300px;
  border: 1px solid var(--BasicBlack, #000);
  background: var(--corporate, #002851);
  border-radius: 0;
  text-align: center;
  padding: 20px 0;
  position: relative;
  display: block;
  margin: 40px auto;
  color: #fff;
}
@media screen and (max-width: 480px) {
  #contact #finish .btn {
    width: 100%;
  }
}
#contact #finish .btn:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-image: url("../images/btn_arrow.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 10px);
  right: 13px;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

#development .development_read_list {
  width: 100%;
  height: auto;
  padding: 100px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  background-image: url("../images/development_read_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 480px) {
  #development .development_read_list {
    flex-direction: column;
    padding: 100px 20px;
    gap: 30px;
  }
}
#development .development_read_list .img {
  max-width: 396px;
  height: auto;
  aspect-ratio: 396/385;
  width: calc(50% - 40px);
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  #development .development_read_list .img {
    width: 100%;
  }
}
#development .development_read_list .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#development .development_content_inner {
  width: calc(100% - 160px);
  margin: 0 auto;
  max-width: 1020px;
}
@media screen and (max-width: 1040px) {
  #development .development_content_inner {
    width: calc(100% - 40px);
  }
}
#development .development_content_inner .development_block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  #development .development_content_inner .development_block {
    flex-direction: column;
  }
}
#development .development_content_inner .development_block:last-child {
  align-items: flex-start;
}
#development .development_content_inner .development_block:last-child p {
  margin-bottom: 20px;
}
#development .development_content_inner .development_block .text {
  width: 50%;
  padding-right: 50px;
}
@media screen and (max-width: 480px) {
  #development .development_content_inner .development_block .text {
    width: 100%;
    padding-right: 0;
  }
}
#development .development_content_inner .development_block .text h3 {
  color: var(--keyColor, #002D51);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
}
#development .development_content_inner .development_block .text h4 {
  color: var(--keyColor, #002D51);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 35px */
  margin: 16px 0;
}
#development .development_content_inner .development_block .text p {
  color: var(--txtBlack, #403A38);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  margin-top: 16px;
}
#development .development_content_inner .development_block .text ul {
  margin: 0px 0 0 0;
  border-top: 1px solid rgba(175, 175, 175, 0.5);
  border-bottom: 1px solid rgba(175, 175, 175, 0.5);
  padding: 20px 10px;
}
#development .development_content_inner .development_block .text dl.row {
  display: flex;
  align-items: center;
  margin: 0px 0 0 0;
  padding: 20px 10px 0px;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  #development .development_content_inner .development_block .text dl.row {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1em;
  }
}
#development .development_content_inner .development_block .text dl.row:last-child {
  border-top: none;
  border-bottom: 1px solid rgba(175, 175, 175, 0.5);
  margin: 0;
  padding: 0px 10px 20px;
}
#development .development_content_inner .development_block .text dl.row dt {
  color: var(--keyColor-defauit, #005EAD);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
}
#development .development_content_inner .development_block .text dl.row dd {
  color: var(--txtBlack, #403A38);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  margin: 0 0 0 1em;
}
@media screen and (max-width: 480px) {
  #development .development_content_inner .development_block .text dl.row dd {
    margin: 0;
  }
}
#development .development_content_inner .development_block .text dl.column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin: 0px 0 0 0;
  padding: 20px 10px calc(20px - 1em);
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(175, 175, 175, 0.5);
}
#development .development_content_inner .development_block .text dl.column dt {
  color: var(--keyColor-defauit, #005EAD);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
}
#development .development_content_inner .development_block .text dl.column dd {
  color: var(--txtBlack, #403A38);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  margin: 0 0 1em 0;
}
#development .development_content_inner .development_block .img_row {
  width: 50%;
}
@media screen and (max-width: 480px) {
  #development .development_content_inner .development_block .img_row {
    width: 100%;
  }
}
#development .development_content_inner .development_block .img_row .img {
  width: 100% !important;
}
#development .development_content_inner .development_block .img_row .img:last-child {
  margin-top: 20px;
}
#development .development_content_inner .development_block .img {
  width: 50%;
  aspect-ratio: 510/340;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  #development .development_content_inner .development_block .img {
    width: 100%;
    margin-top: 30px;
  }
}
#development .development_content_inner .development_block .img img, #development .development_content_inner .development_block .img iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

footer {
  background: var(--background-col3, #202124);
  padding: 32px 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  footer {
    padding: 60px 0;
  }
}
footer ul {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 52px;
}
@media screen and (max-width: 480px) {
  footer ul {
    flex-direction: column;
    align-items: center;
  }
}
footer ul li a {
  color: #fff;
  font-size: 16px;
}
footer ul li a:hover {
  opacity: 0.6;
}
footer .footer_logo {
  margin-bottom: 54px;
}
@media screen and (max-width: 480px) {
  footer .footer_logo {
    width: calc(100% - 60px);
  }
  footer .footer_logo img {
    width: 100%;
  }
}
footer .copy {
  color: #fff;
}
@media screen and (max-width: 480px) {
  footer .copy {
    font-size: 2.0512820513vw;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
header .menu_btn {
  position: fixed;
  top: 0;
  right: 0;
  background: #002D51;
  padding: 10px;
  cursor: pointer;
}
header .menu_btn img {
  width: 30px;
  height: auto;
}
header .header_open {
  width: 100%;
  height: 100%;
  background: var(--keyColor, #002D51);
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s;
}
header .header_open.open {
  pointer-events: all;
  opacity: 1;
}
header .header_open .header_open_head {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  width: 100%;
}
header .header_open .menu_btn_close {
  cursor: pointer;
  transition: opacity 0.3s;
}
header .header_open .menu_btn_close:hover {
  opacity: 0.6;
}
header .header_open .header_open_logo {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
header .header_open h2 {
  color: var(--accentColor, #FBFF42);
  text-align: center;
  font-family: vdl-logojrpop-futoline, sans-serif;
  font-size: 29.827px;
  font-style: normal;
  font-weight: 850;
  line-height: 125%;
  letter-spacing: -0.149px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header .header_open h2 small {
  font-size: 14.914px;
  line-height: 150%;
}
header .header_open h2 span {
  font-size: 24.856px;
  line-height: 1;
}
header .header_open nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
header .header_open nav ul li a {
  color: var(--accentColor, #FBFF42);
  text-align: center;
  font-family: vdl-gigamaru, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
}
header .header_open nav ul li a:hover {
  opacity: 0.4;
}

#lcd h2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1040px) {
  #lcd h2 {
    font-size: min(5vw, 48px);
    word-break: keep-all;
  }
}
@media screen and (max-width: 480px) {
  #lcd h2 {
    font-size: 32px;
  }
}
#lcd .page_content_inner {
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
#lcd .page_content_inner p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 35px */
}
#lcd .page_content_inner .contact_btn {
  max-width: 600px;
  width: calc(100% - 40px);
  display: flex;
  margin: 80px auto 50px;
  align-items: center;
  justify-content: center;
  padding: 30px;
  color: var(--BasicWhite, #FFF);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 122.222% */
  letter-spacing: 1px;
  border-radius: 10px;
  border: 1px solid var(--background-col1, #F0F0F0);
  background: var(--keyColor, #002D51);
  position: relative;
}
@media screen and (max-width: 480px) {
  #lcd .page_content_inner .contact_btn {
    word-break: keep-all;
    width: 100%;
    padding: 18px 0;
  }
}
#lcd .page_content_inner .contact_btn br {
  display: none;
}
@media screen and (max-width: 480px) {
  #lcd .page_content_inner .contact_btn br {
    display: block;
  }
}
#lcd .page_content_inner .contact_btn:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-image: url("../images/btn_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: calc(50% - 10px);
  right: 13px;
}
#lcd #lcd_module_list .module_list {
  margin-top: 80px;
}
#lcd #lcd_module_list .module_list .module_block {
  border-top: 1px solid var(--borderColor, #AFAFAF);
  padding: 20px 0;
}
#lcd #lcd_module_list .module_list .module_block:last-child {
  border-bottom: 1px solid var(--borderColor, #AFAFAF);
}
#lcd #lcd_module_list .module_list .module_block .module_ttile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: opacity 0.3s;
}
#lcd #lcd_module_list .module_list .module_block .module_ttile:hover {
  opacity: 0.6;
}
#lcd #lcd_module_list .module_list .module_block .module_ttile .title {
  color: var(--keyColor, #002D51);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}
@media screen and (max-width: 480px) {
  #lcd #lcd_module_list .module_list .module_block .module_ttile .title {
    font-size: 20px;
  }
}
#lcd #lcd_module_list .module_list .module_block .slide_btn {
  width: 30px;
  height: 30px;
}
#lcd #lcd_module_list .module_list .module_block .slide_btn.on {
  background: url("../images/slide_btn_on.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#lcd #lcd_module_list .module_list .module_block .slide_btn.off {
  background: url("../images/slide_btn_off.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#lcd #lcd_module_list .module_list .module_block .table_wrap {
  display: none;
}
#lcd #lcd_module_list .module_list .module_block .module_table {
  width: 100%;
  height: auto;
  overflow: scroll;
  margin: 20px auto;
  transition: all 0.5s;
}
#lcd #lcd_module_list .module_list .module_block .module_table table {
  width: auto;
  min-width: 1200px;
  border: 1px solid #CCCCCC;
  border-top: none;
  margin-top: 32px;
  margin-bottom: 138px;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (max-width: 1px) {
  #lcd #lcd_module_list .module_list .module_block .module_table table {
    border: none;
    margin-bottom: 70px;
  }
}
#lcd #lcd_module_list .module_list .module_block .module_table table.fs9 tr td, #lcd #lcd_module_list .module_list .module_block .module_table table.fs9 tr th, #lcd #lcd_module_list .module_list .module_block .module_table table.fs9 tr a {
  font-size: 9px !important;
}
@media screen and (max-width: 1px) {
  #lcd #lcd_module_list .module_list .module_block .module_table table.fs9 tr td, #lcd #lcd_module_list .module_list .module_block .module_table table.fs9 tr th, #lcd #lcd_module_list .module_list .module_block .module_table table.fs9 tr a {
    font-size: 14px !important;
  }
}
#lcd #lcd_module_list .module_list .module_block .module_table table thead th {
  /* 縦スクロール時に固定する */
  position: sticky;
  top: 0;
  /* tbody内のセルより手前に表示する */
  z-index: 1;
  background: #fff;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}
#lcd #lcd_module_list .module_list .module_block .module_table table tr, #lcd #lcd_module_list .module_list .module_block .module_table table th, #lcd #lcd_module_list .module_list .module_block .module_table table td {
  font-size: 11px;
  line-height: 18px;
}
@media screen and (max-width: 1px) {
  #lcd #lcd_module_list .module_list .module_block .module_table table tr, #lcd #lcd_module_list .module_list .module_block .module_table table th, #lcd #lcd_module_list .module_list .module_block .module_table table td {
    font-size: 14px;
    line-height: 24px;
  }
}
#lcd #lcd_module_list .module_list .module_block .module_table table tr a, #lcd #lcd_module_list .module_list .module_block .module_table table th a, #lcd #lcd_module_list .module_list .module_block .module_table table td a {
  font-size: 11px;
}
@media screen and (max-width: 1px) {
  #lcd #lcd_module_list .module_list .module_block .module_table table tr a, #lcd #lcd_module_list .module_list .module_block .module_table table th a, #lcd #lcd_module_list .module_list .module_block .module_table table td a {
    font-size: 14px;
  }
}
#lcd #lcd_module_list .module_list .module_block .module_table table thead {
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 1px) {
  #lcd #lcd_module_list .module_list .module_block .module_table table thead tr {
    border: none;
  }
}
#lcd #lcd_module_list .module_list .module_block .module_table table thead tr th {
  height: 53px;
  vertical-align: middle;
  display: table-cell;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1px) {
  #lcd #lcd_module_list .module_list .module_block .module_table table thead tr th {
    display: none;
  }
}
@media screen and (max-width: 1px) {
  #lcd #lcd_module_list .module_list .module_block .module_table table tr {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 9px solid #333333;
  }
}
#lcd #lcd_module_list .module_list .module_block .module_table table tr:nth-child(2n+2) {
  background: #F5F7F9;
}
@media screen and (max-width: 1px) {
  #lcd #lcd_module_list .module_list .module_block .module_table table tr:nth-child(2n+2) {
    background: none;
  }
}
#lcd #lcd_module_list .module_list .module_block .module_table table tr td:nth-child(2n+1) {
  display: none;
}
@media screen and (max-width: 1px) {
  #lcd #lcd_module_list .module_list .module_block .module_table table tr td:nth-child(2n+1) {
    display: block;
    width: calc(55% - 16px);
    font-weight: normal;
  }
}
#lcd #lcd_module_list .module_list .module_block .module_table table tr th, #lcd #lcd_module_list .module_list .module_block .module_table table tr td {
  border-right: 1px solid #CCCCCC;
  padding: 0 8px;
}
@media screen and (max-width: 1px) {
  #lcd #lcd_module_list .module_list .module_block .module_table table tr th, #lcd #lcd_module_list .module_list .module_block .module_table table tr td {
    border: none;
    padding: 0 8px;
    text-align: left;
    line-height: 30px;
  }
  #lcd #lcd_module_list .module_list .module_block .module_table table tr th br, #lcd #lcd_module_list .module_list .module_block .module_table table tr td br {
    display: none;
  }
  #lcd #lcd_module_list .module_list .module_block .module_table table tr th:nth-child(4n+1), #lcd #lcd_module_list .module_list .module_block .module_table table tr td:nth-child(4n+1) {
    background: #FFEDED;
  }
  #lcd #lcd_module_list .module_list .module_block .module_table table tr th:nth-child(4n+2), #lcd #lcd_module_list .module_list .module_block .module_table table tr td:nth-child(4n+2) {
    background: #FFEDED;
  }
}
#lcd #lcd_module_list .module_list .module_block .module_table table tr th {
  display: none;
}
@media screen and (max-width: 1px) {
  #lcd #lcd_module_list .module_list .module_block .module_table table tr th {
    display: block;
    width: calc(60% - 16px);
    font-weight: normal;
  }
}
#lcd #lcd_module_list .module_list .module_block .module_table table td {
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 1px) {
  #lcd #lcd_module_list .module_list .module_block .module_table table td {
    display: block;
    width: calc(45% - 16px);
  }
}
#lcd #lcd_module_list .module_list .dl_link {
  margin-top: 20px;
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
#lcd #lcd_module_list .module_list .dl_link a {
  border-radius: 10px;
  border: 1px solid var(--background-col1, #F0F0F0);
  background: var(--keyColor, #002D51);
  color: var(--BasicWhite, #FFF);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 28px */
  padding: 14px;
  position: relative;
  width: 260px;
  display: block;
}
#lcd #lcd_module_list .module_list .dl_link a:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-image: url("../images/pdf_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: calc(50% - 10px);
  right: 13px;
}

.loader {
  width: 100%;
  height: 100%;
  background-image: url("../images/background.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader:before {
  content: "";
  width: 122px;
  height: 72px;
  display: block;
  background-image: url("../images/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.loader.loaded {
  opacity: 0;
  pointer-events: none;
  transition: all 1s;
}

.page .content_box {
  max-width: 980px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.page .mainvisual {
  width: calc(100% - 60px);
  margin: 0 auto;
  height: 530px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  border: 1px solid #DDD;
}
@media screen and (max-width: 480px) {
  .page .mainvisual {
    width: calc(100% - 40px);
  }
}
.page .mainvisual .bg {
  width: 100%;
  height: 100%;
  position: relative;
}
.page .mainvisual .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}
.page .mainvisual h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  color: #fff;
  font-family: vdl-logojrpop-futoline, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  font-style: normal;
  line-height: 60px; /* 100% */
  letter-spacing: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .page .mainvisual h1 {
    padding: 0 20px;
    font-size: 10.2564102564vw;
    line-height: 110%;
    word-break: keep-all;
    text-align: center;
  }
}
.page .mainvisual h1 span {
  font-size: 18px;
  font-style: normal;
  line-height: 20px; /* 111.111% */
  letter-spacing: -0.24px;
  word-break: keep-all;
}
@media screen and (max-width: 480px) {
  .page .mainvisual h1 span {
    text-align: center;
    line-height: 24px;
  }
}
.page .page_read {
  padding: 70px 0;
}
@media screen and (max-width: 480px) {
  .page .page_read {
    padding: 50px 0;
  }
}
.page .page_read h2 {
  font-family: m-plus-1p, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--keyColor, #002D51);
  font-size: 40px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .page .page_read h2 {
    line-height: 110%;
    position: relative;
    z-index: 2;
    font-size: 10vw;
    word-break: keep-all;
  }
  .page .page_read h2:after {
    content: "";
    width: 100%;
    height: 20px;
    background: #FBFF42;
    display: block;
    z-index: -1;
    position: absolute;
    bottom: -6px;
    left: 0;
  }
}
.page .page_read h2 span {
  background: linear-gradient(transparent 60%, #FBFF42 40%);
}
@media screen and (max-width: 480px) {
  .page .page_read h2 span {
    background: none;
  }
}
.page .page_read p {
  margin-top: 50px;
  font-size: 24px;
}
.page .page_strength {
  border-top: 5px solid var(--white, #FFF);
  border-bottom: 5px solid var(--white, #FFF);
  max-width: 840px;
  margin: 50px auto 0;
  width: calc(100% - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 30px;
}
@media screen and (max-width: 480px) {
  .page .page_strength {
    flex-direction: column;
  }
}
.page .page_strength .icon {
  aspect-ratio: 154/150;
  flex: 0 0 auto;
}
.page .page_strength .icon img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.page .page_strength h3 {
  color: var(--keyColor, #002D51);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
}
.page .page_strength p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  margin-top: 10px;
}
.page .page_content {
  max-width: 1180px;
  margin: 100px auto;
  width: calc(100% - 40px);
  background: #fff;
  border-radius: 40px;
  border: 1px solid #DDD;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 100px 0;
}
.page .page_content .content_title {
  width: calc(100% - 44px);
  max-width: 1020px;
  margin: 0 auto 100px;
  border-radius: 100px;
  border: 5px solid var(--keyColor, #002D51);
  padding: 20px 0px 24px 0px;
  color: var(--keyColor, #002D51);
  text-align: center;
  font-family: m-plus-1p, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 48px */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 480px) {
  .page .page_content .content_title {
    width: calc(100% - 40px);
    border-radius: 50px;
    font-size: 32px;
    word-break: keep-all;
  }
}
.page .page_content .content_title span {
  color: var(--keyColor, #002D51);
  text-align: center;
  font-family: vdl-logojrpop-futoline, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 850;
  line-height: 100%; /* 18px */
  letter-spacing: -0.24px;
  word-break: keep-all;
}
@media screen and (max-width: 480px) {
  .page .page_content .content_title span {
    line-height: 110%;
    font-size: 16px;
  }
}
.page .page_content.page_content_wide {
  padding: 100px 0 !important;
}
.page .foot_nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: 150px auto;
}
.page .foot_nav .foot_nav_img {
  margin-bottom: 30px;
}
.page .foot_nav .foot_nav_img img {
  aspect-ratio: 202/272;
  width: 202px;
  height: auto;
}
.page .foot_nav .foot_nav_title {
  margin-bottom: 30px;
}
.page .foot_nav .foot_nav_title img {
  width: 450px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .page .foot_nav .foot_nav_title img {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: block;
  }
}
.page .foot_nav h3 {
  font-family: m-plus-1p, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--keyColor, #002D51);
  font-size: 40px;
  text-align: center;
}
.page .foot_nav h3 span {
  background: linear-gradient(transparent 60%, #FBFF42 40%);
}
.page .foot_nav .three_businesses_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 45px;
}
@media screen and (max-width: 839px) {
  .page .foot_nav .three_businesses_link {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .page .foot_nav .three_businesses_link {
    flex-direction: column;
  }
}
.page .foot_nav .three_businesses_link a h3 {
  color: var(--keyColor, #002D51);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 839px) {
  .page .foot_nav .three_businesses_link a h3 {
    font-size: min(3vw, 20px);
  }
}
@media screen and (max-width: 480px) {
  .page .foot_nav .three_businesses_link a h3 {
    font-size: 20px;
    margin-top: 4px;
  }
}
.page .foot_nav .three_businesses_link a .img {
  aspect-ratio: 246/236;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 5.878px 5.878px 5.878px 0px rgba(0, 0, 0, 0.05);
}
.page .foot_nav .three_businesses_link a .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.page .foot_nav .banner_link {
  margin-top: 45px;
  max-width: 100%;
}
@media screen and (max-width: 839px) {
  .page .foot_nav .banner_link {
    width: calc(100% - 40px);
  }
}
.page .foot_nav .banner_link img {
  width: 100%;
  height: auto;
}

#policy .page_read p {
  font-size: 20px;
  margin-top: 0;
}
#policy .page_content {
  padding-bottom: 150px;
  margin-top: 0;
}
#policy .page_content h2 {
  margin-bottom: 80px;
}
#policy .page_content .page_content_inner {
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 0 auto;
  counter-reset: number 0;
}
#policy .page_content .page_content_inner ul li {
  text-indent: -1.5em;
  margin-left: 1.5em;
  color: var(--txtBlack, #403A38);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  margin-bottom: 20px;
}
#policy .page_content .page_content_inner ul li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  color: var(--corporate, #002851);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin-right: 0.5em;
}
#policy .page_content .page_content_inner ul li dl dt {
  color: var(--txtBlack, #403A38);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
  text-indent: 0;
  margin: 0;
}
#policy .page_content .page_content_inner ul li dl dd {
  color: var(--txtBlack, #403A38);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  text-indent: 0;
  margin: 5px 0 0 0;
}
#policy .page_content .page_content_inner ul li dl dd:before {
  content: "・";
}

#recruit .recruit_anker {
  max-width: 940px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 70px;
}
#recruit .recruit_anker a {
  width: calc(33.3333333333% - 13.3333333333px);
  padding: 30px 0;
  color: var(--keyColor, #002D51);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  border-radius: 10px;
  border: 1px solid var(--keyColor, #002D51);
  background: var(--BasicWhite, #FFF);
}
@media screen and (max-width: 480px) {
  #recruit .recruit_anker a {
    width: calc(50% - 10px);
    padding: 10px 0;
  }
}
#recruit .page_content {
  padding-bottom: 150px;
}
#recruit .page_content h2 {
  margin-bottom: 80px;
}
#recruit .page_content dl {
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-top: 1px solid rgba(175, 175, 175, 0.5);
  padding: 20px 0;
}
@media screen and (max-width: 480px) {
  #recruit .page_content dl {
    flex-direction: column;
  }
}
#recruit .page_content dl:last-child {
  border-bottom: 1px solid rgba(175, 175, 175, 0.5);
}
#recruit .page_content dl dt {
  color: var(--keyColor, #002D51);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
  width: 174px;
  flex: 0 0 auto;
}
@media screen and (max-width: 480px) {
  #recruit .page_content dl dt {
    width: 100%;
  }
}
#recruit .page_content dl dd {
  color: var(--txtBlack, #403A38);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}
@media screen and (max-width: 480px) {
  #recruit .page_content dl dd {
    width: 100%;
    margin: 4px 0 0 0;
  }
}
#recruit .page_content p {
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 100px auto 0;
}

#seimitsudenso .seimitsudenso_read_list picture img {
  max-width: 100%;
}
#seimitsudenso .implementation_inner {
  width: calc(100% - 160px);
  margin: 0 auto;
  max-width: 1020px;
}
@media screen and (max-width: 1040px) {
  #seimitsudenso .implementation_inner {
    width: calc(100% - 40px);
  }
}
#seimitsudenso .implementation_inner .implementation_block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  #seimitsudenso .implementation_inner .implementation_block {
    flex-direction: column;
  }
}
#seimitsudenso .implementation_inner .implementation_block:last-child {
  align-items: flex-start;
}
#seimitsudenso .implementation_inner .implementation_block .text {
  width: 50%;
  padding-right: 54px;
}
@media screen and (max-width: 480px) {
  #seimitsudenso .implementation_inner .implementation_block .text {
    width: 100%;
    padding-right: 0;
  }
}
#seimitsudenso .implementation_inner .implementation_block .text h3 {
  color: var(--keyColor, #002D51);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
}
#seimitsudenso .implementation_inner .implementation_block .text p {
  color: var(--txtBlack, #403A38);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  margin-top: 16px;
}
#seimitsudenso .implementation_inner .implementation_block .text dl {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(175, 175, 175, 0.5);
  margin: 20px 0 0 0;
  padding: 20px 10px;
}
@media screen and (max-width: 480px) {
  #seimitsudenso .implementation_inner .implementation_block .text dl {
    flex-direction: column;
    align-items: flex-start;
  }
}
#seimitsudenso .implementation_inner .implementation_block .text dl:last-child {
  border-bottom: 1px solid rgba(175, 175, 175, 0.5);
  margin: 0;
}
#seimitsudenso .implementation_inner .implementation_block .text dl dt {
  color: var(--keyColor-defauit, #005EAD);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
  width: 40%;
}
@media screen and (max-width: 480px) {
  #seimitsudenso .implementation_inner .implementation_block .text dl dt {
    width: 100%;
  }
}
#seimitsudenso .implementation_inner .implementation_block .text dl dd {
  color: var(--txtBlack, #403A38);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  width: 60%;
}
@media screen and (max-width: 480px) {
  #seimitsudenso .implementation_inner .implementation_block .text dl dd {
    width: 100%;
    margin: 4px 0 0 0;
  }
}
#seimitsudenso .implementation_inner .implementation_block .img_row {
  width: 50%;
}
@media screen and (max-width: 480px) {
  #seimitsudenso .implementation_inner .implementation_block .img_row {
    width: 100%;
  }
}
#seimitsudenso .implementation_inner .implementation_block .img_row .img {
  width: 100% !important;
  margin-top: 20px;
}
#seimitsudenso .implementation_inner .implementation_block .img {
  width: 50%;
  aspect-ratio: 510/340;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  #seimitsudenso .implementation_inner .implementation_block .img {
    width: 100%;
    margin-top: 30px;
  }
}
#seimitsudenso .implementation_inner .implementation_block .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#seimitsudenso .implementation_inner .implementation_block .img iframe {
  width: 100%;
  height: 100%;
}
#seimitsudenso .assembly_inner {
  width: calc(100% - 160px);
  margin: 0 auto;
  max-width: 1020px;
}
@media screen and (max-width: 1040px) {
  #seimitsudenso .assembly_inner {
    width: calc(100% - 40px);
  }
}
#seimitsudenso .assembly_inner .assembly_col {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  #seimitsudenso .assembly_inner .assembly_col {
    flex-direction: column;
  }
}
#seimitsudenso .assembly_inner .assembly_col .text {
  width: 50%;
  padding-right: 54px;
}
@media screen and (max-width: 480px) {
  #seimitsudenso .assembly_inner .assembly_col .text {
    width: 100%;
    padding-right: 0;
  }
}
#seimitsudenso .assembly_inner .assembly_col .text h3 {
  color: var(--keyColor, #002D51);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
}
#seimitsudenso .assembly_inner .assembly_col .text p {
  color: var(--txtBlack, #403A38);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  margin-top: 16px;
}
#seimitsudenso .assembly_inner .assembly_col .img {
  width: 50%;
  aspect-ratio: 510/340;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  #seimitsudenso .assembly_inner .assembly_col .img {
    width: 100%;
    margin-top: 30px;
  }
}
#seimitsudenso .assembly_inner .assembly_col .img img, #seimitsudenso .assembly_inner .assembly_col .img iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#seimitsudenso .assembly_inner .assembly_flow {
  margin-top: 100px;
}
#seimitsudenso .assembly_inner .assembly_flow h3 {
  color: var(--keyColor, #002D51);
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 54px */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#seimitsudenso .assembly_inner .assembly_flow h3 span {
  font-size: 24px;
  line-height: 150%;
}
#seimitsudenso .assembly_inner .assembly_flow ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  #seimitsudenso .assembly_inner .assembly_flow ul {
    flex-direction: column;
    justify-content: flex-start;
  }
}
#seimitsudenso .assembly_inner .assembly_flow ul li {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 480px) {
  #seimitsudenso .assembly_inner .assembly_flow ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
#seimitsudenso .assembly_inner .assembly_flow ul li h4 {
  color: var(--keyColor, #002D51);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
}
@media screen and (max-width: 480px) {
  #seimitsudenso .assembly_inner .assembly_flow ul li h4 {
    text-align: center;
  }
}
#seimitsudenso .assembly_inner .assembly_flow ul li .img {
  aspect-ratio: 320/220;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 5.878px 5.878px 5.878px 0px rgba(0, 0, 0, 0.05);
  margin-top: 10px;
}
#seimitsudenso .assembly_inner .assembly_flow ul li .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#seimitsudenso .assembly_inner .assembly_flow ul li p {
  line-height: 22px;
  margin-top: 10px;
}
#seimitsudenso .micro_module_inner {
  width: calc(100% - 160px);
  margin: 0 auto;
  max-width: 1020px;
}
@media screen and (max-width: 1040px) {
  #seimitsudenso .micro_module_inner {
    width: calc(100% - 40px);
  }
}
#seimitsudenso .micro_module_inner .micro_module_col {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  #seimitsudenso .micro_module_inner .micro_module_col {
    flex-direction: column;
  }
}
#seimitsudenso .micro_module_inner .micro_module_col .text {
  width: 50%;
  padding-right: 54px;
}
@media screen and (max-width: 480px) {
  #seimitsudenso .micro_module_inner .micro_module_col .text {
    width: 100%;
    padding-right: 0;
  }
}
#seimitsudenso .micro_module_inner .micro_module_col .text h3 {
  color: var(--keyColor, #002D51);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
}
#seimitsudenso .micro_module_inner .micro_module_col .text p {
  color: var(--txtBlack, #403A38);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  margin-top: 16px;
}
#seimitsudenso .micro_module_inner .micro_module_col .img {
  width: 50%;
  aspect-ratio: 510/340;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  #seimitsudenso .micro_module_inner .micro_module_col .img {
    width: 100%;
    margin-top: 30px;
  }
}
#seimitsudenso .micro_module_inner .micro_module_col .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#seimitsudenso .micro_module_inner .micro_module_col .img iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#seimitsudenso .micro_module_inner .micro_module_example {
  margin-top: 100px;
}
#seimitsudenso .micro_module_inner .micro_module_example h3 {
  color: var(--keyColor, #002D51);
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 54px */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  #seimitsudenso .micro_module_inner .micro_module_example h3 {
    letter-spacing: -2px;
  }
}
#seimitsudenso .micro_module_inner .micro_module_example h3 span {
  font-size: 24px;
  line-height: 150%;
}
#seimitsudenso .micro_module_inner .micro_module_example ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  #seimitsudenso .micro_module_inner .micro_module_example ul {
    flex-direction: column;
  }
}
#seimitsudenso .micro_module_inner .micro_module_example ul li {
  width: calc(25% - 22.5px);
}
@media screen and (max-width: 480px) {
  #seimitsudenso .micro_module_inner .micro_module_example ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
#seimitsudenso .micro_module_inner .micro_module_example ul li h4 {
  color: var(--keyColor, #002D51);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 36px */
  text-align: center;
}
#seimitsudenso .micro_module_inner .micro_module_example ul li .img {
  aspect-ratio: 230/230;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 5.878px 5.878px 5.878px 0px rgba(0, 0, 0, 0.05);
  margin-top: 10px;
}
#seimitsudenso .micro_module_inner .micro_module_example ul li .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#seimitsudenso .micro_module_inner .micro_module_example ul li p {
  font-size: 16px;
  margin-top: 10px;
  line-height: 175%;
}

#top .mainvisual {
  position: relative;
}
#top .mainvisual #mv_secne {
  height: calc(100svh - 120px);
  min-height: 700px;
  width: 100% !important;
  padding: 0 30px;
}
@media screen and (max-width: 1040px) {
  #top .mainvisual #mv_secne {
    width: 100% !important;
    height: calc(100svh - 60px);
    min-height: inherit;
    padding: 0 20px;
  }
}
#top .mainvisual .mainvisual_inner {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}
#top .mainvisual .mainvisual_inner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#top .mainvisual .did_ko {
  aspect-ratio: 244/290;
  position: absolute;
  top: calc(50% - 290px);
  left: 50%;
  transform: translateX(-50%);
  width: 244px;
  opacity: 0;
  transition: opacity 0.5s;
}
@media screen and (max-width: 480px) {
  #top .mainvisual .did_ko {
    width: 189px;
    top: calc(50% - 230px);
  }
}
#top .mainvisual .did_ko img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#top .mainvisual .did_ko.anim {
  opacity: 1;
}
#top .mainvisual .did_ko .baloon {
  border-radius: 5px;
  background: var(--white, #FFF);
  position: absolute;
  top: -12%;
  left: calc(50% + 50px);
  width: 258px;
  padding: 8px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s;
}
@media screen and (max-width: 480px) {
  #top .mainvisual .did_ko .baloon {
    width: 246px;
    top: -25%;
    left: 10px;
  }
}
#top .mainvisual .did_ko .baloon.anim {
  opacity: 1;
  transform: translateY(0px);
}
#top .mainvisual .did_ko .baloon p {
  color: var(--keyColor, #002D51);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  background: #fff;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 480px) {
  #top .mainvisual .did_ko .baloon p {
    font-size: 12px;
  }
}
#top .mainvisual .did_ko .baloon:after {
  content: "";
  height: 16px;
  width: 32px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #fff;
  display: block;
  position: absolute;
  bottom: -6px;
  left: 16px;
  z-index: 1;
  transform: rotate(90deg);
}
@media screen and (max-width: 480px) {
  #top .mainvisual .did_ko .baloon:after {
    left: calc(50% + 16px);
  }
}
#top .mainvisual .did_kun {
  position: absolute;
  bottom: -106px;
  left: calc(50% - 400px);
  width: 106px;
  transition: bottom 0.5s;
}
@media screen and (max-width: 480px) {
  #top .mainvisual .did_kun {
    width: 83px;
  }
}
#top .mainvisual .did_kun .img {
  width: 106px;
  height: 106px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  #top .mainvisual .did_kun .img {
    width: 83px;
    height: 83px;
  }
}
#top .mainvisual .did_kun .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1040px) {
  #top .mainvisual .did_kun {
    left: calc(50% - 300px);
  }
}
@media screen and (max-width: 480px) {
  #top .mainvisual .did_kun {
    left: 42px;
  }
}
#top .mainvisual .did_kun.anim {
  bottom: 0px;
}
#top .mainvisual .did_kun .baloon {
  border-radius: 5px;
  background: var(--white, #FFF);
  position: absolute;
  top: calc(0% - 86px);
  left: 50%;
  width: 248px;
  padding: 8px;
  opacity: 0;
  transform: translateY(30px) translateX(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 480px) {
  #top .mainvisual .did_kun .baloon {
    width: 190px;
    left: 80%;
  }
}
#top .mainvisual .did_kun .baloon.anim {
  opacity: 1;
  transform: translateY(0px) translateX(-50%);
}
#top .mainvisual .did_kun .baloon p {
  color: var(--keyColor, #002D51);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  background: #fff;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 480px) {
  #top .mainvisual .did_kun .baloon p {
    font-size: 12px;
  }
}
#top .mainvisual .did_kun .baloon:after {
  content: "";
  height: calc(tan(60deg) * 18px / 2);
  width: 18px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fff;
  display: block;
  position: absolute;
  bottom: -14px;
  left: calc(50% - 9px);
  z-index: 1;
}
@media screen and (max-width: 480px) {
  #top .mainvisual .did_kun .baloon:after {
    left: calc(38% - 9px);
  }
}
#top .mainvisual .mv_text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.5s;
}
#top .mainvisual .mv_text.anim {
  transform: translateX(-50%) translateY(0%);
}
#top .mainvisual .mv_text h1 {
  color: #fff;
  font-family: vdl-logojrpop-futoline, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  font-style: normal;
  line-height: 60px; /* 100% */
  letter-spacing: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  letter-spacing: -0.24px;
}
@media screen and (max-width: 1040px) {
  #top .mainvisual .mv_text h1 {
    padding: 0 20px;
    font-size: 7.6923076923vw;
    line-height: 110%;
    word-break: keep-all;
    text-align: center;
  }
}
#top .mainvisual .mv_text h1 span {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1040px) {
  #top .mainvisual .mv_text h1 span {
    font-size: 6.1538461538vw;
    margin-bottom: 6px;
  }
}
#top .mainvisual .mv_text h1 small {
  font-size: 24px;
  font-style: normal;
  line-height: 24px; /* 111.111% */
  letter-spacing: -0.24px;
  word-break: keep-all;
}
@media screen and (max-width: 1040px) {
  #top .mainvisual .mv_text h1 small {
    font-size: 3.5897435897vw;
    line-height: 1.1;
  }
}
#top .mainvisual .mv_text p {
  color: #fff;
  font-size: 14px;
  letter-spacing: -0.24px;
  line-height: 1.1;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  #top .mainvisual .mv_text p {
    font-size: 2.8205128205vw;
  }
}
#top .mainvisual .scroll_anim {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  #top .mainvisual .scroll_anim {
    bottom: 20px;
  }
}
#top .mainvisual .scroll_anim img:first-child {
  width: 49px;
  height: auto;
}
#top .mainvisual .scroll_anim img:last-child {
  width: 18px;
  height: auto;
  animation: scroll_anim 1s infinite forwards alternate;
}
@keyframes scroll_anim {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(6px);
  }
}
#top .three_businesses {
  padding: 150px 0 200px;
}
@media screen and (max-width: 480px) {
  #top .three_businesses {
    padding: 50px 0;
  }
}
#top .three_businesses .title_section {
  max-width: 1020px;
  padding: 0 60px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  #top .three_businesses .title_section {
    padding: 0 20px;
  }
}
#top .three_businesses .title_section h2 {
  font-family: "vdl-gigamaru", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: var(--keyColor, #002D51);
  text-align: center;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  #top .three_businesses .title_section h2 {
    font-size: 14.8717948718vw;
    letter-spacing: 3.0769230769vw;
  }
}
#top .three_businesses .title_section h2 span {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 10px;
  background: var(--accentColor, #FBFF42);
  padding: 10px;
  margin-bottom: 12px;
}
#top .three_businesses .title_section p {
  margin-top: 12px;
  font-size: 20px;
}
#top .three_businesses .three_businesses_link {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  max-width: 1280px;
  padding: 0 60px;
  margin: 50px auto;
}
@media screen and (max-width: 480px) {
  #top .three_businesses .three_businesses_link {
    padding: 0 20px;
    flex-direction: column;
  }
}
#top .three_businesses .three_businesses_link a {
  text-decoration: none;
  text-align: center;
}
#top .three_businesses .three_businesses_link a .img {
  max-width: 540px;
  aspect-ratio: 367/249;
  border-radius: 20px;
  overflow: hidden;
}
#top .three_businesses .three_businesses_link a .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#top .three_businesses .three_businesses_link a h3 {
  color: var(--keyColor, #002D51);
  font-size: 2.4vw;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 1280px) {
  #top .three_businesses .three_businesses_link a h3 {
    font-size: 34.286px;
  }
}
@media screen and (max-width: 480px) {
  #top .three_businesses .three_businesses_link a h3 {
    font-size: 8.7179487179vw;
  }
}
#top .interview_link {
  max-width: 800px;
  width: calc(100% - 120px);
  margin: 0 auto;
  padding-bottom: 150px;
}
@media screen and (max-width: 480px) {
  #top .interview_link {
    width: calc(100% - 40px);
  }
}
#top .interview_link img {
  width: 100%;
}