@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Lexend+Deca:wght@400;600&display=swap");
.section .image-wrap {
  text-align: center;
}

.roll-models-link:hover .image, .interview-list-link:hover .image, .pickup-link:not([href="#"]):hover .image, .next-contents-link:not([href="#"]):hover .image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.section .image, .section .icon {
  max-width: 100%;
  height: auto;
}

/* Reset
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

main, article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Fonts
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
:lang(ja) {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

:lang(en) {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 600;
  /*font-variant-ligatures: none;*/
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2.2;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
/* common
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
html {
  height: 100%;
}

body {
  background: #FFF;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p, ul, ol, dl {
  margin: 0 0 30px;
}

h1, h2, h3, h4, h5 {
  line-height: 1.5;
  margin: 0 0 30px;
  font-weight: 500;
  font-size: 2.2rem;
}

li {
  margin: 0 0 0 2.2em;
}

ul {
  list-style: disc;
}
ul ul {
  list-style: circle;
}

ol {
  list-style: decimal;
}
ol ol {
  counter-reset: number-child-list;
}
ol ol li {
  counter-increment: number-child-list;
  list-style: none;
  margin-left: 2.5em;
}
ol ol li::before {
  content: "(" counter(number-child-list) ")";
  width: 2.5em;
  display: inline-block;
  margin-left: -2.5em;
}

.hidden {
  display: none;
}

table {
  width: 100%;
  margin: 60px 0;
  padding: 20px 0;
  border-collapse: collapse;
}
table th, table td {
  padding: 30px;
  text-align: left;
  border-bottom: 1px solid #B5B5B5;
}
table th p, table th ul, table th ol, table th dl, table td p, table td ul, table td ol, table td dl {
  margin: 0 0 20px;
}
table th :not(input):not(select):not(textarea):not(span):last-child, table td :not(input):not(select):not(textarea):not(span):last-child {
  margin-bottom: 0 !important;
}
table th {
  width: 30%;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #0081C6;
}
table tbody tr.combine > td {
  border-top: none;
  border-bottom-style: dashed;
}
table tbody tr:last-child > th, table tbody tr:last-child > td {
  border-bottom: none;
}
table tbody th[rowspan] ~ td {
  border-bottom-style: dashed;
}
table thead th {
  width: auto;
  text-align: center;
  border-top: none;
}
table tfoot th,
table tfoot td {
  border-bottom: none;
}
table caption {
  font-weight: bold;
  text-align: left;
}

hr {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border: none;
  vertical-align: bottom;
}

em {
  font-style: normal;
  font-weight: 700;
}

strong {
  font-weight: bold;
}

sup {
  vertical-align: top;
  line-height: 1.8;
  font-size: x-small;
}

ins {
  color: #C00;
}

a {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #74C1ED;
}
a:hover span {
  cursor: pointer;
}
a.inactive, .inactive a {
  cursor: default;
  pointer-events: none;
}
a:not([class]) {
  text-decoration: underline;
  color: #0081C6;
}
@media screen and (min-width: 1024px) {
  a[href^="tel:"] {
    color: #000;
    text-decoration: none;
    pointer-events: none;
  }
}

input,
select,
textarea,
button {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  background: transparent;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.8;
  overflow: visible;
}

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

figcaption {
  text-align: left;
}

.italic {
  font-style: italic;
}

.note {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.6;
}

.flow-root {
  display: flow-root;
}

.float-clear {
  clear: both;
}

@media screen and (max-width: 1023px) {
  p, ul, ol, dl {
    margin: 0 0 20px;
  }
  h1, h2, h3, h4, h5 {
    margin: 0 0 20px;
    font-size: 1.6rem;
  }
  table {
    margin: 40px 0;
    padding: 0;
  }
  table th, table td {
    padding: 15px 5px;
    font-size: 1.3rem;
    width: auto;
  }
  .btn-area {
    margin: 40px 0;
  }
  input,
  select,
  textarea,
  button {
    font-size: 1.4rem;
  }
  .note {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline;
  }
}
.wrapper {
  overflow: clip;
}

.contents {
  display: flow-root;
  position: relative;
  padding: 0 max(9vw, 100px);
  counter-reset: section-count;
}

@media screen and (max-width: 1023px) {
  .contents {
    padding: 0 max(6vw, 23px);
  }
}
.page-header {
  position: relative;
  display: flow-root;
  margin: 0 0 120px;
}
.page-header .hero {
  margin: 0 calc(max(9vw, 100px) * -1);
  position: relative;
}
.page-header .hero .hero-image {
  width: 100%;
  height: auto;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-header .hero .hero-image.position-left {
  -o-object-position: 0 50%;
     object-position: 0 50%;
}
.page-header .hero .hero-image.position-right {
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}
.page-header .page-title {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-header .page-title-en {
  position: relative;
  font-family: "Lexend Deca", sans-serif;
  font-size: 1.5rem;
  color: #FFF;
  font-weight: 400;
  line-height: 1.2;
  padding: 0.1em 0.3em;
  background: #74C1ED;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 15px;
}
.page-header .page-title-ja {
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.3;
}
.page-header .page-title-ja .tape {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #171C60 url("../common-images/bg_water-color_01.jpg");
  background-size: cover;
  color: #FFF;
  line-height: 1;
  padding: 0 0.1em 0.1em 0.2em;
}
.page-header + .lead {
  font-size: 1.6rem;
  margin-top: calc(-120px) !important;
}

.section {
  margin: 0 0 120px;
  padding: 0 max(calc(100vw - max(9vw, 100px) * 2 - 80vw) / 2, calc(100vw - max(9vw, 100px) * 2 - 1000px) / 2);
}
.section.section-count {
  counter-increment: section-count;
}
.section .sub-section {
  margin: 0 0 80px;
}
.section .sub-section:not(:first-child) {
  margin-top: 80px;
}
.section.bg-color {
  margin: 0 calc(max(9vw, 100px) * -1) 120px;
  padding: 100px max(calc(100vw - 80vw) / 2, calc(100vw - 1000px) / 2);
  background-color: #F8F8F8;
}
.section.bg-color > :last-child {
  margin-bottom: 0;
}
.section.bg-color + .section.bg-color {
  margin-top: calc(-120px);
  padding-top: 0;
}
.contents > .section.bg-color:last-child {
  margin-bottom: 0;
}
.section.wide-width {
  padding-left: 0;
  padding-right: 0;
}
.section.wide-width.bg-color {
  padding-left: max(9vw, 100px);
  padding-right: max(9vw, 100px);
}
.section.wide-width .win-fit {
  margin-left: calc(max(9vw, 100px) * -1);
  margin-right: calc(max(9vw, 100px) * -1);
}
.section.wide-width .win-fit--left {
  margin-left: calc(max(9vw, 100px) * -1);
}
.section.wide-width .win-fit--right {
  margin-right: calc(max(9vw, 100px) * -1);
}
.section .bg-color {
  background: #F8F8F8;
  margin: 80px calc(calc(max(9vw, 100px) * -1) - max(calc(100vw - max(9vw, 100px) * 2 - 80vw) / 2, calc(100vw - max(9vw, 100px) * 2 - 1000px) / 2)) 80px;
  padding: 100px max(calc(100vw - 80vw) / 2, calc(100vw - 1000px) / 2);
}
.section .bg-color:first-child {
  margin-top: 0;
}
.section .wide-width {
  margin: 80px calc(max(calc(100vw - max(9vw, 100px) * 2 - 80vw) / 2, calc(100vw - max(9vw, 100px) * 2 - 1000px) / 2) * -1);
}
.section .wide-width:first-child {
  margin-top: 0;
}
.section .win-fit {
  margin-left: calc(calc(max(9vw, 100px) * -1) - max(calc(100vw - max(9vw, 100px) * 2 - 80vw) / 2, calc(100vw - max(9vw, 100px) * 2 - 1000px) / 2));
  margin-right: calc(calc(max(9vw, 100px) * -1) - max(calc(100vw - max(9vw, 100px) * 2 - 80vw) / 2, calc(100vw - max(9vw, 100px) * 2 - 1000px) / 2));
}
.section .win-fit--left {
  margin-left: calc(calc(max(9vw, 100px) * -1) - max(calc(100vw - max(9vw, 100px) * 2 - 80vw) / 2, calc(100vw - max(9vw, 100px) * 2 - 1000px) / 2));
}
.section .win-fit--left.image-wrap {
  text-align: left;
}
.section .win-fit--left .image {
  border-radius: 0 30px 30px 0;
  max-width: none;
  width: 100%;
}
.section .win-fit--right {
  margin-right: calc(calc(max(9vw, 100px) * -1) - max(calc(100vw - max(9vw, 100px) * 2 - 80vw) / 2, calc(100vw - max(9vw, 100px) * 2 - 1000px) / 2));
}
.section .win-fit--right.image-wrap {
  text-align: right;
}
.section .win-fit--right .image {
  border-radius: 30px 0 0 30px;
  max-width: none;
  width: 100%;
}
.section .win-fit--right .image-wrap {
  text-align: right;
}
.section .section-heading {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0 0 80px;
}
.section .section-heading .note {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0.7em 0 0 0.5em;
}
.section.section-count .section-heading::before {
  display: none;
}
.section .section-sub-heading, .section .section-sub2-heading {
  color: #0081C6;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 30px 0;
}
.section .section-sub-heading:first-child, .section .section-sub2-heading:first-child {
  margin-top: 0;
}
.section .section-sub2-heading {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
}
.section:not(.pickup) .tape {
  color: #0081C6;
  font-size: 2.4rem;
  line-height: 1.8;
  background: #F8F8F8;
}
.section:not(.pickup).bg-color .tape {
  background: #FFF;
}
.section .image-wrap {
  margin-top: 50px;
  margin-bottom: 50px;
}
.section .image-wrap.fit-right, .section .image-wrap.fit-left {
  width: 45vw;
  max-width: 700px;
}
.section .image-wrap.fit-right .image, .section .image-wrap.fit-left .image {
  max-width: none;
  width: 100%;
}
.section .image-wrap.fit-right {
  margin-right: min(calc(100vw - 80vw) / -2, calc(100vw - 1000px) / -2);
}
.section .image-wrap.fit-right .image.round-corner {
  border-radius: 30px 0 0 30px;
}
.section .image-wrap.fit-left {
  margin-left: min(calc(100vw - 80vw) / -2, calc(100vw - 1000px) / -2);
}
.section .image-wrap.fit-left .image.round-corner {
  border-radius: 0 30px 30px 0;
}
.section .image-wrap.float-right {
  float: right;
  margin-top: 0;
  margin-left: 60px;
}
.section .image-wrap.float-left {
  float: left;
  margin-top: 0;
  margin-right: 60px;
}
.section .image-wrap.negative-margin-bottom {
  margin-bottom: -150px;
}
.section .image.round-corner {
  border-radius: 30px;
}
.section .image-caption {
  margin: 1em 0 0;
}
.section .iframe-video-wrap {
  padding: 56.25% 0 0 0;
  margin: 50px 0;
  position: relative;
}
.section .iframe-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section .flex-item {
  -webkit-box-flex: 2;
      -ms-flex: 2 2 auto;
          flex: 2 2 auto;
}
.section .flex-item.flex-left {
  margin-right: 60px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.section .flex-item.flex-right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.section .flex-item.flex-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.section .flex-item.flex-image .image-wrap {
  margin-top: 0;
}

.wrap-link {
  text-decoration: none;
}

.button-link {
  display: inline-block;
  line-height: 1.5;
  padding: 1em 1.5em;
  margin: 0.5em 0;
  border: 1px solid;
  border-radius: 30px;
  color: #0081C6;
}

@media screen and (max-width: 1023px) {
  .page-header {
    margin: 0 0 60px;
  }
  .page-header .hero {
    margin: 0 calc(max(6vw, 23px) * -1);
  }
  .page-header .hero .hero-image {
    height: 80vw;
    min-height: 0;
  }
  .page-header .page-title-en {
    font-size: 1.1rem;
    margin: 0 0 10px;
  }
  .page-header .page-title-ja {
    font-size: min(7vw, 3rem);
  }
  .page-header .page-title-ja .tape {
    padding: 0 0.1em 0.1em 0.2em;
  }
  .page-header + .lead {
    font-size: 1.4rem;
    margin-top: calc(-60px) !important;
  }
  .section {
    margin: 0 0 60px;
    padding: 0 calc(calc(100vw - max(6vw, 23px) * 2 - 84vw) / 2);
  }
  .section .sub-section {
    margin: 0 0 40px;
  }
  .section .sub-section:not(:first-child) {
    margin-top: 40px;
  }
  .section.bg-color {
    margin: 0 calc(max(6vw, 23px) * -1) 60px;
    padding: 40px calc(calc(100vw - 84vw) / 2) 40px;
  }
  .section.bg-color + .section.bg-color {
    margin-top: calc(-60px);
  }
  .section.wide-width {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .section.wide-width.bg-color {
    margin-right: calc(max(6vw, 23px) * -1);
    margin-left: calc(max(6vw, 23px) * -1);
    padding-left: max(6vw, 23px);
    padding-right: max(6vw, 23px);
  }
  .section .bg-color {
    margin: 60px calc(calc(max(6vw, 23px) * -1) - calc(calc(100vw - max(6vw, 23px) * 2 - 84vw) / 2)) 60px;
    padding: 40px calc(calc(100vw - 84vw) / 2);
  }
  .section .wide-width {
    margin: 60px calc(calc(calc(100vw - max(6vw, 23px) * 2 - 84vw) / 2) * -1);
  }
  .section .win-fit {
    margin-left: calc(calc(max(6vw, 23px) * -1) - calc(calc(100vw - max(6vw, 23px) * 2 - 84vw) / 2)) !important;
    margin-right: calc(calc(max(6vw, 23px) * -1) - calc(calc(100vw - max(6vw, 23px) * 2 - 84vw) / 2)) !important;
  }
  .section .win-fit--left {
    margin-left: calc(calc(max(6vw, 23px) * -1) - calc(calc(100vw - max(6vw, 23px) * 2 - 84vw) / 2)) !important;
  }
  .section .win-fit--left .image {
    border-radius: 0 20px 20px 0;
  }
  .section .win-fit--right {
    margin-right: calc(calc(max(6vw, 23px) * -1) - calc(calc(100vw - max(6vw, 23px) * 2 - 84vw) / 2)) !important;
  }
  .section .win-fit--right .image {
    border-radius: 20px 0 0 20px;
  }
  .section .section-heading {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    margin: 0 0 40px;
  }
  .section .section-heading .note {
    font-size: 1.2rem;
    margin: 0.6em 0 0 0.5em;
  }
  .section .section-sub-heading, .section .section-sub2-heading {
    font-size: 1.6rem;
    margin: 20px 0;
  }
  .section .section-sub-heading:first-child, .section .section-sub2-heading:first-child {
    margin-top: 0;
  }
  .section:not(.pickup) .tape {
    font-size: 1.8rem;
  }
  .section .image-wrap {
    margin: 30px 0;
  }
  .section .image-wrap.fit-right, .section .image-wrap.fit-left {
    width: auto;
    max-width: none;
  }
  .section .image-wrap.fit-right {
    margin-right: calc(calc(100vw - 84vw) / -2);
  }
  .section .image-wrap.fit-right .image.round-corner {
    border-radius: 20px 0 0 20px;
  }
  .section .image-wrap.fit-left {
    margin-left: calc(calc(100vw - 84vw) / -2);
  }
  .section .image-wrap.fit-left .image.round-corner {
    border-radius: 0 20px 20px 0;
  }
  .section .image-wrap.negative-margin-bottom {
    margin-bottom: -60px;
  }
  .section .image-wrap.float-right {
    float: none;
    margin-left: 0;
  }
  .section .image-wrap.float-left {
    float: none;
    margin-right: 0;
  }
  .section .image.round-corner {
    border-radius: 20px;
  }
  .section .iframe-video-wrap {
    margin: 30px 0;
  }
  .section .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section .flex-item.flex-left {
    margin-right: 0;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .section .flex-item.flex-right {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .section .flex-item.flex-image .image-wrap {
    margin-top: 30px;
  }
  .button-link {
    padding: 0.6em 1em;
    margin: 0.5em 0;
  }
}
.modal-mode body {
  overflow: hidden !important;
}

.modal {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
}
.modal.is-open {
  visibility: visible;
  opacity: 1;
}
.modal .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 129, 198, 0.9);
}
.modal .modal-inner {
  width: 1000px;
  height: 100%;
  overflow: auto;
  position: relative;
  z-index: 2;
}
.modal .modal-inner.video {
  width: 80vw;
  height: auto;
}
.modal .modal-inner.video > div {
  padding: 56.25% 0 0 0;
  position: relative;
}
.modal .modal-inner.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .close-button {
  text-indent: -100vw;
  overflow: hidden;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 5;
  bottom: 40px;
  right: 40px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  border: none;
  color: #FFF;
  outline: none;
}
.modal .close-button::before, .modal .close-button::after {
  content: "";
  display: block;
  border-top: 3px solid;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.modal .close-button::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal .close-button:hover::before, .modal .close-button:hover::after {
  width: 50px;
}

@media screen and (max-width: 1023px) {
  .modal {
    padding: 40px 0;
  }
  .modal .modal-inner {
    width: auto;
    height: 100%;
  }
  .modal .modal-inner.video {
    width: 96vw;
  }
  .modal .close-button {
    width: 30px;
    height: 30px;
    bottom: 20px;
    right: 20px;
  }
  .modal .close-button::before, .modal .close-button::after {
    border-top: 2px solid;
    width: 30px !important;
  }
}
.next-contents {
  margin: 0 calc(max(9vw, 100px) * -1);
}
.next-contents-heading {
  font-size: 3.4rem;
  line-height: 1.3;
  color: #0081C6;
  position: relative;
  margin: 0 auto 50px;
  text-align: center;
}
.next-contents-title {
  text-align: center;
  margin: -40px 0 50px;
}
.next-contents-title .tape {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  font-size: 3rem;
  line-height: 1.2;
  padding: 0 0.2em 0.1em;
  background: #171C60 url("../common-images/bg_water-color_01.jpg");
  background-size: cover;
}
.next-contents-list, .interview-list {
  position: relative;
  padding: 0 max(9vw, 100px);
  padding-bottom: 80px;
  margin-bottom: 0;
  background: #0081C6 url("../common-images/bg_water-color_02.jpg");
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.next-contents-list::before, .interview-list::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 75%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 129, 198, 0)), to(rgb(84, 29, 186)));
  background: linear-gradient(to right, rgba(0, 129, 198, 0) 0%, rgb(84, 29, 186) 100%);
}
.next-contents-item {
  position: relative;
  max-width: 600px;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
  margin: -30px 0 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.next-contents-item:nth-child(2) {
  margin-left: 4%;
}
.next-contents-item .image-wrap {
  margin: 0;
  overflow: hidden;
}
.next-contents-item .image-wrap .image {
  width: 100%;
}
.next-contents-link {
  display: block;
}
.next-contents-link[href="#"] {
  pointer-events: none;
  cursor: default;
}
.next-contents-link[href="#"]::before {
  content: "Coming Soon";
  font-family: "Lexend Deca", sans-serif;
  font-size: 2.4rem;
  color: #FFF;
  font-weight: 600;
  background: rgba(190, 190, 190, 0.85);
  display: -ms-grid;
  display: grid;
  place-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.next-contents-child-heading {
  position: absolute;
  z-index: 2;
  left: 5%;
  right: 5%;
  bottom: 15%;
}
.next-contents-child-heading-en, .interview-list-heading-en {
  font-size: 1.5rem;
  color: #FFF;
  font-weight: 400;
  line-height: 1.2;
  padding: 0.1em 0.3em;
  background: #74C1ED;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 10px;
}
.next-contents-child-heading-ja {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 0;
}
.next-contents-child-heading-ja .tape {
  position: relative;
  color: #FFF;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
  padding: 0 0.2em 0.1em;
}
.next-contents-child-heading-ja .tape::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #171C60 url("../common-images/bg_water-color_01.jpg");
  background-size: cover;
}
.next-contents-child-heading-ja .tape::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #171C60;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.next-contents-link:not([href="#"]):hover .next-contents-child-heading-ja .tape::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 1023px) {
  .next-contents {
    margin: 0 calc(max(6vw, 23px) * -1);
  }
  .next-contents-heading {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  .next-contents-title {
    margin: -25px 0 30px;
  }
  .next-contents-title .tape {
    font-size: 2rem;
  }
  .next-contents-list, .interview-list {
    padding: 0 max(6vw, 23px);
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .next-contents-item {
    border-radius: 0 20px 20px 0;
    margin: 0 auto !important;
  }
  .next-contents-item:first-child {
    margin: -20px auto 20px !important;
  }
  .next-contents-link[href="#"]::before {
    font-size: 2.2rem;
  }
  .next-contents-child-heading-en, .interview-list-heading-en {
    font-size: 1.1rem;
    padding: 0.1em 0.3em;
    margin: 0 0 5px;
  }
  .next-contents-child-heading-ja {
    font-size: min(5vw, 2.2rem);
  }
  .next-contents-child-heading-ja .tape {
    padding: 0 0.2em 0.1em;
  }
}
.basic-table {
  padding: 0;
  border-collapse: separate;
  border-spacing: 0;
  position: relative;
  border-top: 3px solid #74C1ED;
  border-bottom: 1px solid #74C1ED;
}
.basic-table th, .basic-table td {
  text-align: left;
  border-bottom: 1px solid #B5B5B5;
  padding: 30px;
}
.basic-table th {
  width: 25%;
  padding-right: 0;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #0081C6;
  position: relative;
  text-align: center;
}
.basic-table th .note {
  font-weight: normal;
  color: #0081C6;
}

@media screen and (max-width: 1023px) {
  .basic-table {
    display: block;
    border-top-width: 2px;
  }
  .basic-table tbody, .basic-table tr, .basic-table th, .basic-table td {
    display: block;
  }
  .basic-table tr {
    border-bottom: 1px solid #B5B5B5;
  }
  .basic-table th, .basic-table td {
    padding: 15px 10px;
    display: block;
    text-align: left;
    border-bottom: none;
  }
  .basic-table th {
    padding-right: 0;
    padding-bottom: 0;
    width: auto;
  }
}
.page-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.page-nav-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 0 0 0 auto;
}
.page-nav-next-link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-nav-next-link::before {
  margin: 0 0 0 20px;
}
.page-nav-next-link::after {
  margin: 0 40px 0 0;
}
.page-nav-next-link:hover::after {
  -webkit-transform: translate(-15px, 0);
          transform: translate(-15px, 0);
}
.page-nav-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 auto 0 0;
}
.page-nav-prev-link::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: 0 20px 0 0;
}
.page-nav-prev-link::after {
  margin: 0 0 0 40px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.page-nav-prev-link:hover::after {
  -webkit-transform: scale(-1, 1) translate(-15px, 0);
          transform: scale(-1, 1) translate(-15px, 0);
}
.page-nav-index {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 auto;
}
.page-nav-link {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #0081C6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-nav-link:not(.page-nav-index-link)::after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30px;
  height: 60px;
  color: #0081C6;
  border: 2px solid;
  border-right: none;
  border-radius: 30px 0 0 30px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.page-nav-link::before {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

@media screen and (max-width: 1023px) {
  .page-nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-nav-next {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-nav-next-link::before {
    margin: 0 0 0 10px;
  }
  .page-nav-next-link::after {
    margin: 0 5px 0 0;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .page-nav-prev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page-nav-prev-link::before {
    margin: 0 10px 0 0;
  }
  .page-nav-prev-link::after {
    margin: 0 0 0 5px;
    -webkit-transform: scale(-1, 1) !important;
            transform: scale(-1, 1) !important;
  }
  .page-nav-index {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin: 20px 0 0;
  }
  .page-nav-index-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
  }
  .page-nav-link {
    font-size: 1.6rem;
  }
  .page-nav-link:not(.page-nav-index-link)::after {
    width: 15px;
    height: 30px;
    border: 1px solid;
    border-right: none;
    border-radius: 15px 0 0 15px;
  }
}
.business-total-solution, .pm-flow {
  display: -ms-grid;
  display: grid;
  place-items: center;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .business-total-solution, .pm-flow {
    display: block;
  }
}

.career-outline-list-item, .business-total-solution-item, .pm-flow-item {
  position: relative;
  list-style: none;
  width: min(12vw, 150px);
  height: min(12vw, 150px);
  border: 1px solid #74C1ED;
  border-radius: 200px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  text-align: center;
  color: #0081C6;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0;
  background: #FFF;
}
.career-outline-list-item:not(:last-child)::before, .business-total-solution-item:not(:last-child)::before, .pm-flow-item:not(:last-child)::before {
  content: "";
  width: 40px;
  height: 8px;
  color: #74C1ED;
  border-right: 4px solid;
  border-bottom: 3px solid;
  -webkit-transform: skewX(45deg) translate(0, -50%);
          transform: skewX(45deg) translate(0, -50%);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 100%;
}
@media screen and (max-width: 1023px) {
  .career-outline-list-item, .business-total-solution-item, .pm-flow-item {
    width: auto;
    height: auto;
    font-size: 1.4rem;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 25px;
    display: block;
  }
  .career-outline-list-item:last-child, .business-total-solution-item:last-child, .pm-flow-item:last-child {
    margin-bottom: 0;
  }
  .career-outline-list-item br, .business-total-solution-item br, .pm-flow-item br {
    display: none;
  }
  .career-outline-list-item .sp, .business-total-solution-item .sp, .pm-flow-item .sp {
    display: inline;
  }
  .career-outline-list-item:not(:last-child)::before, .business-total-solution-item:not(:last-child)::before, .pm-flow-item:not(:last-child)::before {
    width: 4px;
    height: 20px;
    border-right: none;
    border-left: 2px solid;
    border-bottom: 3px solid;
    -webkit-transform: skewY(-45deg) translate(-50%, 0);
            transform: skewY(-45deg) translate(-50%, 0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    top: 100%;
    left: 50%;
    margin: -3px 0 0;
  }
}

.career-header-hero::before, .top-hero::before, .page-header .hero::before, .career-header-hero::after, .top-hero::after, .page-header .hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(23, 28, 96)), to(rgba(116, 193, 237, 0)));
  background: linear-gradient(to right, rgb(23, 28, 96) 0%, rgba(116, 193, 237, 0) 100%);
  mix-blend-mode: soft-light;
}
.career-header-hero::after, .top-hero::after, .page-header .hero::after {
  z-index: 3;
  opacity: 0.1;
  mix-blend-mode: normal;
}
@media screen and (max-width: 1023px) {
  .career-header-hero::before, .top-hero::before, .page-header .hero::before, .career-header-hero::after, .top-hero::after, .page-header .hero::after {
    width: 60%;
  }
}

.header {
  position: sticky;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 90px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.site-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 40px;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.site-title-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #171C60;
}
.site-title-link > :lang(en) {
  font-size: min(1.6vw, 2.5rem);
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 0.2em;
}
.site-title-link > :lang(en) + span {
  font-size: 1.2rem;
}

.nav {
  position: relative;
  margin: 0 0 0 auto;
  height: 100%;
  -webkit-box-flex: 2;
      -ms-flex: 2 2 auto;
          flex: 2 2 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.nav-mode body {
  overflow: hidden !important;
}

.nav-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 0 0 auto;
  position: relative;
}
.nav-horizontal .nav-title {
  display: none;
}
.nav-horizontal .nav-list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
}
.nav-horizontal .nav-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default;
  color: #171C60;
}
.nav-horizontal .nav-list > li .label-wrap {
  padding: 0 min(1vw, 50px);
  min-height: 0vw;
  font-size: min(1.1vw, 1.3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100%;
  -webkit-transition: 0.2s 0.3s ease;
  transition: 0.2s 0.3s ease;
  line-height: 1.4;
  background: #FFF;
}
.nav-horizontal .nav-list > li .label-wrap::before {
  content: "";
  background: rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  -webkit-transition: 0.2s 0.3s ease;
  transition: 0.2s 0.3s ease;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.nav-horizontal .nav-list > li .label-wrap :lang(en) {
  font-size: 1.3rem;
  letter-spacing: 0;
}
.nav-horizontal .nav-list > li .label-wrap :lang(en) + span {
  font-size: 1rem;
  letter-spacing: 0;
}
.nav-horizontal .nav-list > li.nav-entry {
  background: url("../common-images/bg_water-color_entry.png");
  background-size: cover;
  border-radius: 0 90px 90px 0;
  /*padding-left: min(1vw,50px);*/
}
.nav-horizontal .nav-list > li.nav-entry > .label-wrap {
  width: clamp(100px, 10vw, 250px);
  background: rgba(0, 129, 198, 0);
  background-size: cover;
  color: #FFF;
  font-size: 2.2rem;
  border-radius: 0 90px 90px 0;
  position: relative;
}
.nav-horizontal .nav-list > li.nav-entry:hover > .label-wrap {
  background: rgba(0, 129, 198, 0.5);
}
.nav-horizontal .nav-list > li.nav-entry .child-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-horizontal .nav-list > li.nav-entry .child-list > li {
  width: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0 0;
}
.nav-horizontal .nav-list > li.nav-entry .child-list > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  padding: 0;
  border: none;
}
.nav-horizontal .nav-list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  text-decoration: none;
  color: #171C60;
}
.nav-horizontal .nav-list > li > a .label-wrap::before {
  display: none;
}
.nav-horizontal .nav-list > li > a[href="#"] {
  pointer-events: none;
  cursor: default;
}
.nav-horizontal .nav-list > li > a[href="#"] .label-wrap {
  color: #CCC !important;
  background: #FFF !important;
}
.nav-horizontal .nav-list > li:hover .label-wrap {
  color: #FFF;
  background: #0081C6;
}
.nav-horizontal .nav-list > li:hover .label-wrap::before {
  visibility: visible;
  opacity: 1;
}
.nav-horizontal .nav-list .child-list {
  visibility: hidden;
  position: absolute;
  z-index: -1;
  list-style: none;
  margin: 0;
  top: 100%;
  left: 0;
  right: -90px;
  opacity: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: visibility 0.2s 0.3s ease, opacity 0.2s 0.3s ease, -webkit-transform 0.2s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: visibility 0.2s 0.3s ease, opacity 0.2s 0.3s ease, -webkit-transform 0.2s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: visibility 0.2s 0.3s ease, opacity 0.2s 0.3s ease, transform 0.2s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: visibility 0.2s 0.3s ease, opacity 0.2s 0.3s ease, transform 0.2s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.2s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 90px 40px 40px;
}
.nav-horizontal .nav-list .child-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin: 0 2.5%;
  font-size: 1.4rem;
  line-height: 1.5;
}
.nav-horizontal .nav-list .child-list > li:first-child:last-child {
  width: 95%;
}
.nav-horizontal .nav-list .child-list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px 0;
  color: #0081C6;
  text-decoration: none;
  border-bottom: 1px solid;
}
.nav-horizontal .nav-list .child-list > li > a:hover {
  color: #74C1ED;
}
.nav-horizontal .nav-list .child-list > li > a[href="#"] {
  pointer-events: none;
  cursor: default;
  color: #CCC;
}
.nav-horizontal .nav-list > li:hover .child-list {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.nav-retractable .nav-title {
  position: relative;
  z-index: 5;
  cursor: pointer;
  width: 90px;
  height: 90px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #FFF;
  background: #171C60;
  text-indent: -100vw;
  overflow: hidden;
  border-radius: 90px;
}
.nav-retractable .nav-title::before, .nav-retractable .nav-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 2px solid;
  width: 25px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav-retractable .nav-title::before {
  height: 22px;
  border-bottom: 2px solid;
}
.nav-retractable.is-open .nav-title {
  color: #FFF;
}
.nav-retractable.is-open .nav-title::before {
  width: 0;
}
.nav-retractable .nav-inner {
  visibility: hidden;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F8F8F8;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  overflow: auto;
}
.nav-retractable.is-open .nav-inner {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.nav-retractable .nav-list {
  list-style: none;
  margin: auto 0;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 20px;
  width: 80%;
  position: relative;
  line-height: 1.6;
}
.nav-retractable .nav-list > li {
  margin: 30px 0;
  color: #171C60;
}
.nav-retractable .nav-list > li .label-wrap {
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nav-retractable .nav-list > li .label-wrap :lang(en) + span {
  font-size: 1.1rem;
}
.nav-retractable .nav-list > li a {
  color: #171C60;
  text-decoration: none;
}
.nav-retractable .nav-list > li a:hover {
  color: #74C1ED;
}
.nav-retractable .nav-list > li a[href="#"] {
  pointer-events: none;
  cursor: default;
  color: #CCC;
}
.nav-retractable .nav-list .child-list {
  list-style: none;
  margin: 0;
}
.pc-view .nav-retractable .nav-list .child-list {
  height: auto !important;
  display: block !important;
}

.nav-retractable .nav-list .child-list > li {
  margin: 0 0 10px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.nav-retractable .nav-list .child-list > li :last-child {
  margin-bottom: 0;
}
.nav-retractable .nav-list .child-list > li a {
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
}
.nav-retractable .nav-list .nav-entry {
  display: none;
}

.footer {
  position: relative;
  background: #171C60;
  color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px max(9vw, 100px);
}
.footer .pagetop-button {
  position: absolute;
  bottom: 100px;
  right: 60px;
}
.footer .pagetop-button-link {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #FFF;
  color: #171C60;
  display: block;
  text-indent: -100vw;
  overflow: hidden;
}
.footer .pagetop-button-link::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -35%) rotate(-45deg);
          transform: translate(-50%, -35%) rotate(-45deg);
}
.footer .pagetop-button-link:hover {
  background: #74C1ED;
}
.footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 80px;
}
.footer-corporate-logo {
  width: 30%;
}
.footer-nav {
  -webkit-box-flex: 2;
      -ms-flex: 2 2 auto;
          flex: 2 2 auto;
}
.footer-nav-list {
  list-style: none;
  margin: auto 0;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 50px 30px;
  position: relative;
  line-height: 1.6;
}
.footer-nav-list > li {
  margin: 0;
}
.footer-nav-list > li .label-wrap {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-nav-list > li .label-wrap :lang(en) + span {
  font-size: 1rem;
}
.footer-nav-list > li a {
  color: #FFF;
  text-decoration: none;
}
.footer-nav-list > li a:hover {
  color: #74C1ED;
}
.footer-nav-list > li a[href="#"] {
  pointer-events: none;
  cursor: default;
  opacity: 0.3;
  color: #FFF;
}
.footer-nav-list .child-list {
  list-style: none;
  margin: 0;
}
.pc-view .footer-nav-list .child-list {
  height: auto !important;
  display: block !important;
}

.footer-nav-list .child-list > li {
  margin: 0 0 10px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.footer-nav-list .child-list > li :last-child {
  margin-bottom: 0;
}
.footer-nav-list .child-list > li a {
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
}
.footer .copyright {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  visibility: visible;
}

@media screen and (max-width: 1023px) {
  .header {
    height: 60px;
  }
  .site-title {
    margin: 0 0 0 20px;
  }
  .site-title-link > :lang(en) {
    font-size: min(3.5vw, 1.8rem);
    margin: 0 0 0.2em;
  }
  .site-title-link > :lang(en) + span {
    font-size: 1rem;
  }
  .nav-horizontal .nav-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: default;
    color: #171C60;
  }
  .nav-horizontal .nav-list > li:not(.nav-entry) {
    display: none;
  }
  .nav-horizontal .nav-list > li .label-wrap {
    padding: 0;
  }
  .nav-horizontal .nav-list > li .label-wrap::before {
    top: 60px;
  }
  .nav-horizontal .nav-list > li.nav-entry > .label-wrap {
    width: clamp(60px, 18vw, 250px);
    font-size: 1.2rem;
  }
  .nav-horizontal .nav-list > li.nav-entry .child-list > li {
    padding: 10px 0 0;
  }
  .nav-horizontal .nav-list .child-list {
    right: calc(-60px);
    padding: 0 10px 10px 10px;
  }
  .nav-horizontal .nav-list .child-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: 0;
    font-size: 1.2rem;
  }
  .nav-horizontal .nav-list .child-list > li:first-child:last-child {
    width: auto;
  }
  .nav-horizontal .nav-list .child-list > li > a {
    padding: 20px 0;
  }
  .nav-retractable .nav-title {
    width: 60px;
    height: 60px;
    border-radius: 60px;
  }
  .nav-retractable .nav-title::before, .nav-retractable .nav-title::after {
    width: 15px;
  }
  .nav-retractable .nav-title::before {
    height: 14px;
  }
  .nav-retractable .nav-inner {
    top: 60px;
  }
  .nav-retractable .nav-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 20px;
    width: 80%;
    padding: 30px 0;
  }
  .nav-retractable .nav-list > li {
    margin: 0;
  }
  .nav-retractable .nav-list > li .label-wrap {
    font-size: 1.6em;
    margin: 0 0 15px;
  }
  .nav-retractable .nav-list > li .label-wrap :lang(en) + span {
    font-size: 1rem;
  }
  .nav-retractable .nav-list .child-list > li {
    margin: 0 0 10px;
    font-size: 1.3rem;
  }
  .nav-retractable .nav-list .child-list > li :last-child {
    margin-bottom: 0;
  }
  .nav-retractable .nav-list .child-list > li a {
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
  }
  .nav-retractable .nav-list .nav-entry {
    display: none;
  }
  .footer {
    padding: 50px max(6vw, 23px);
  }
  .footer .pagetop-button {
    bottom: auto;
    top: 50px;
    right: 20px;
  }
  .footer .pagetop-button-link {
    width: 30px;
    height: 30px;
  }
  .footer .pagetop-button-link::after {
    width: 10px;
    height: 10px;
  }
  .footer-flex {
    display: block;
    margin: 0 0 30px;
  }
  .footer-corporate-logo {
    width: auto;
  }
  .footer-corporate-logo .image {
    width: 70px;
  }
  .footer-nav {
    display: none;
  }
  .footer .copyright {
    font-size: 1rem;
  }
}
.top-hero {
  position: relative;
  height: 75vmin;
  min-height: 550px;
  max-height: 850px;
  margin: 0 calc(max(9vw, 100px) * -1);
}
.top-hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-hero-slogan {
  position: absolute;
  z-index: 4;
  left: 6%;
  bottom: 10%;
  width: min(50vw, 800px);
}
.top-hero-slogan .image {
  width: 100%;
}

.top-news {
  padding: 50px 0 80px;
  margin-bottom: 0;
}
.top-news-heading {
  font-size: 3rem;
  margin: 0 0 10px;
}
.top-news-list {
  margin: 0;
  font-size: 1.6rem;
}
.top-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.8;
  margin: 0 0 10px;
}
.top-news-item:last-child {
  margin-bottom: 0;
}
.top-news-date {
  width: 8em;
  font-weight: 400;
}

.pickup {
  background: #F8F8F8 url("../images/bg_top.jpg");
  background-size: cover;
  background-position: 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0 !important;
}
.pickup-rentia-text {
  font-size: 11vw;
  font-style: italic;
  color: #FFF;
  letter-spacing: 0;
  line-height: 0.8;
}
.pickup-list {
  margin: -150px 0 0;
}
.pickup-item {
  position: relative;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  margin: 0 0 50px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.pickup-item .image-wrap {
  margin: 0;
  overflow: hidden;
}
.pickup-item .image-wrap .image {
  width: 100%;
}
.pickup-link {
  display: block;
}
.pickup-link[href="#"] {
  pointer-events: none;
  cursor: default;
}
.pickup-link[href="#"]::before {
  content: "Coming Soon";
  font-family: "Lexend Deca", sans-serif;
  font-size: 2.4rem;
  color: #FFF;
  font-weight: 600;
  background: rgba(190, 190, 190, 0.85);
  display: -ms-grid;
  display: grid;
  place-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.pickup-heading {
  position: absolute;
  z-index: 2;
  left: 5%;
  bottom: 5%;
}
.pickup-heading-en {
  font-size: 1.5rem;
  color: #FFF;
  font-weight: 400;
  line-height: 1.2;
  padding: 0.1em 0.3em;
  background: #74C1ED;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 10px;
}
.pickup-heading-ja {
  font-size: 4rem;
  font-weight: 400;
}
.pickup-heading-ja .tape {
  position: relative;
  color: #FFF;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
  padding: 0 0.2em 0.1em;
}
.pickup-heading-ja .tape::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #171C60 url("../common-images/bg_water-color_01.jpg");
  background-size: cover;
}
.pickup-heading-ja .tape::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #171C60;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.pickup-link:not([href="#"]):hover .pickup-heading-ja .tape::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.top-recruit {
  position: relative;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background: #0081C6 url("../common-images/bg_water-color_02.jpg");
  background-size: cover;
  text-align: center;
  color: #FFF;
}
.top-recruit::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 75%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 129, 198, 0)), to(rgb(84, 29, 186)));
  background: linear-gradient(to right, rgba(0, 129, 198, 0) 0%, rgb(84, 29, 186) 100%);
}
.top-recruit-heading {
  font-size: 3.4rem;
  line-height: 1.3;
  position: relative;
  margin: 0;
}
.top-recruit-description {
  font-size: 1.4rem;
  position: relative;
}
.top-recruit-button {
  position: relative;
  font-size: 1.6rem;
}
.top-recruit-button-link {
  color: #FFF;
  border: 1px solid;
  border-radius: 50px;
  width: 270px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5em 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-recruit-button-link::after {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 15px;
  height: 15px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 3px 0 auto;
}
.top-recruit-button-link:hover {
  color: #171C60;
}

@media screen and (max-width: 1023px) {
  .top-hero {
    height: 90vw;
    min-height: 0;
    max-height: 500px;
    margin: 0 calc(max(6vw, 23px) * -1);
  }
  .top-hero-slogan {
    left: 3%;
    bottom: 5%;
    width: min(80vw, 450px);
  }
  .top-hero-slogan .image {
    width: 100%;
  }
  .top-hero::before, .top-hero::after {
    width: 60%;
  }
  .top-news {
    padding: 30px 0 60px;
  }
  .top-news-heading {
    font-size: 2.2rem;
    margin: 0 0 10px;
  }
  .top-news-list {
    margin: 0;
    font-size: 1.4rem;
  }
  .top-news-item {
    margin: 0 0 10px;
  }
  .top-news-item:last-child {
    margin-bottom: 0;
  }
  .top-news-date {
    width: 8em;
    font-weight: 400;
  }
  .pickup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .pickup-rentia-text {
    font-size: 32vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: -30px calc(max(6vw, 23px) * -1) 0;
    opacity: 0.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .pickup-list {
    margin: -30px calc(max(6vw, 23px) * -1) 0 0;
  }
  .pickup-item {
    border-radius: 20px 0 0 20px;
    margin: 0 0 30px;
  }
  .pickup-item .image-wrap .image {
    max-width: none;
    width: 120%;
    margin: 0 -10%;
  }
  .pickup-heading {
    position: absolute;
    left: 5%;
    bottom: 2%;
  }
  .pickup-heading-en {
    font-size: 1.1rem;
    padding: 0.1em 0.3em;
    margin: 0 0 5px;
  }
  .pickup-heading-ja {
    font-size: 2.4rem;
  }
  .pickup-heading-ja .tape {
    padding: 0 0.2em 0.1em;
  }
  .top-recruit {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    margin-bottom: 0 !important;
  }
  .top-recruit::before {
    width: 75%;
  }
  .top-recruit-heading {
    font-size: 2.2rem;
  }
  .top-recruit-description {
    font-size: 1.1rem;
  }
  .top-recruit-button {
    position: relative;
    font-size: 1.4rem;
  }
  .top-recruit-button-link {
    width: 80%;
    padding: 0.5em 1em;
  }
  .top-recruit-button-link::after {
    width: 10px;
    height: 10px;
    margin: 0 3px 0 auto;
  }
  .top-recruit-button-link:hover {
    color: #171C60;
  }
}
.atfirst-section-heading {
  position: relative;
  z-index: 2;
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.atfirst-section-heading::before, .atfirst-section-heading::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -5px;
  left: -5px;
  bottom: 30px;
  right: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#74c1ed), to(#7484ed));
  background: linear-gradient(to right, #74c1ed 0%, #7484ed 100%);
  border-radius: 30px 0 0 0;
}
.atfirst-section-heading::after {
  top: 30px;
  left: 30px;
  right: -5px;
  bottom: -5px;
  border-radius: 0 0 30px 0;
}
.atfirst-section-heading-inner {
  display: block;
  text-align: center;
  background: #FFF;
  border-radius: 25px 0 25px 0;
  padding: 50px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.atfirst-section-heading-inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 100%;
  border-left: 5px solid #74A3ED;
  height: 60px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
.atfirst-section-heading + .bg-color {
  margin-top: -40px;
  padding-top: 150px;
}

.atfirst-description {
  text-align: center;
  letter-spacing: 0.15em;
}
.atfirst-description em {
  color: #0081C6;
  font-weight: 400;
}
.atfirst-description em.large {
  font-size: 2.2rem;
  line-height: 1.8;
  color: #000;
}
.atfirst-description strong {
  color: #0081C6;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.8;
  background: #F8F8F8;
}
.bg-color .atfirst-description strong {
  background: #FFF;
}

.atfirst-description.bg-color strong {
  background: #FFF;
}

.atfirst-lead {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}
.atfirst-lead em {
  color: #0081C6;
}

.wish-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wish-voice-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 270px;
  height: 270px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 5px solid #FFF;
  text-align: center;
  line-height: 1.8;
}
.wish-voice-item::before, .wish-voice-item::after {
  content: "“";
  color: #74C1ED;
  font-size: 12rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.wish-voice-item::after {
  content: "”";
  top: auto;
  left: auto;
  right: 0;
  bottom: -0.6em;
}
.wish-voice .icon-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #F8F8F8;
}
.wish-voice-heading {
  position: relative;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 0 10px;
}
.wish-voice-description {
  margin: 0;
  font-size: 1.4rem;
}

.voice-balloon-item {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: #0081C6;
  background: #FFF;
  border-radius: 80px;
  border: 1px solid #74C1ED;
  min-height: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 60px;
  text-align: center;
  line-height: 1.8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.voice-balloon-item::before {
  content: "";
  background: #FFF;
  border-radius: 120px;
  position: absolute;
  z-index: -1;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
}
.voice-balloon-item::after {
  content: "";
  background: #FFF;
  border: 1px solid #74C1ED;
  border-radius: 120px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.voice-balloon--01 {
  margin: 80px 0 -250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.voice-balloon--01 .voice-balloon-item:first-child {
  margin: 0 30% -30px;
}
.voice-balloon--01 .voice-balloon-item:nth-child(2), .voice-balloon--01 .voice-balloon-item:nth-child(3) {
  margin: 0 60px;
}
.voice-balloon--01 .voice-balloon-item:nth-child(3) {
  margin: -15px 60px 0;
}
.voice-balloon--01 .voice-balloon-item:last-child {
  margin: -30px 30% 0;
  z-index: 2;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
}
.voice-balloon--01 .voice-balloon-item:last-child span {
  content: "";
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -1px);
          transform: translate(-50%, -1px);
  width: 10px;
  height: 40px;
  border-radius: 0 0 10px 10px;
  color: #74C1ED;
  border: 1px solid;
  border-top: none;
  background: #FFF;
}
.voice-balloon--02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.voice-balloon--02 .voice-balloon-item:nth-child(2) {
  margin: 40px 0 0 -50px;
}

.rental-image-photos {
  margin-bottom: 50px;
}
.rental-image-photos-item {
  margin: 0 15px;
}
.rental-image-photos-image {
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.great-number {
  font-size: 8rem;
  line-height: 1;
  color: #74C1ED;
  text-align: center;
  background: #FFF;
  padding: 0.8em 1.5em;
  border-radius: 150px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.great-number + .atfirst-lead {
  margin-top: -1.1em;
  margin-bottom: 0;
}

.downward-arrow {
  position: relative;
  display: block;
  height: 45px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-left: 3px solid;
  color: #74C1ED;
  margin: 15px auto;
}
.downward-arrow::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: -3px;
  width: 15px;
  border-bottom: 4px solid;
  -webkit-transform: skewY(-45deg);
          transform: skewY(-45deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.atfirst-case {
  position: relative;
  z-index: 2;
  border: 1px solid #74C1ED;
  color: #0081C6;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 150px 0 0;
  margin: -160px 0 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
}
.atfirst-case::before {
  content: "";
  background: #FFF;
  border-radius: 120px;
  position: absolute;
  z-index: -1;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
}
.atfirst-case::after {
  content: "";
  background: #FFF;
  border: 1px solid #74C1ED;
  border-radius: 120px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.atfirst-case .image-wrap {
  width: 150px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 1px;
}
.atfirst-case .image-wrap .image {
  border-radius: 50%;
}
.atfirst-case p {
  -webkit-box-flex: 2;
      -ms-flex: 2 2 auto;
          flex: 2 2 auto;
  margin: 0;
}

.atfirst-total-solution {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px 0 50px;
}
.atfirst-total-solution-item {
  width: 150px;
  text-align: center;
  position: relative;
}
.atfirst-total-solution-item-wrap {
  width: 310px;
  padding: 0 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.atfirst-total-solution-item-wrap::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  bottom: -15px;
  background: #F8F8F8;
  border-radius: 30px;
}
.atfirst-total-solution .rightward-arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  color: #74C1ED;
  position: absolute;
  top: 50%;
  left: 100%;
  display: block;
  width: 30px;
  border-top: 3px solid;
  margin-left: 5px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.atfirst-total-solution .rightward-arrow::after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  bottom: 0;
  height: 10px;
  border-right: 4px solid;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.atfirst-total-solution-caption {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #0081C6;
  border-radius: 100px;
  background: #F8F8F8;
  width: 100%;
  min-height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 -10px;
}
.atfirst-total-solution-item-wrap .atfirst-total-solution-caption {
  background: #FFF;
}
.atfirst-total-solution-description {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}
.atfirst-total-solution-or {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  color: #74C1ED;
}

.atfirst-strength {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  margin: 80px 0;
}
.atfirst-strength-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.atfirst-strength-job {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 160px;
  height: 160px;
  border-radius: 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0 0;
  color: #FFF;
  font-weight: 700;
  background: #0081C6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.atfirst-strength-description {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background: #FFF;
  border: 1px solid #74C1ED;
  border-top: none;
  color: #0081C6;
  border-radius: 0 0 30px 30px;
  width: 220px;
  line-height: 1.8;
  padding: 0 0 20px;
  margin: 0 0 -10px;
}
.atfirst-strength-description::before {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 35px);
  border-left: 1px solid #FFF;
  height: 20px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.atfirst-strength .large-arrow {
  position: absolute;
  z-index: -1;
  bottom: -50px;
  left: 0;
  right: 0;
}

.purpose-detail {
  text-align: center;
}
.purpose-detail-heading {
  position: relative;
  background: rgba(116, 193, 237, 0.2);
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #0081C6;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  padding: 2em;
}
.purpose-detail-heading-en {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 5rem;
  font-weight: 600;
  color: #000;
  letter-spacing: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.purpose-detail-heading::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  border-left: 1px solid #74C1ED;
  height: 60px;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.purpose-detail-timeline {
  background: #F8F8F8;
  border-radius: 30px;
  padding: 50px;
  width: 80%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.purpose-detail-timeline-item {
  list-style: none;
  margin: 0;
  line-height: 1.8;
}
.purpose-detail-timeline em {
  font-weight: 400;
  color: #0081C6;
}
.purpose-detail-change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.purpose-detail-change-item {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #F8F8F8;
  margin: 0 -20px;
  mix-blend-mode: multiply;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.purpose-detail-change-description {
  margin-bottom: 10px;
}
.purpose-detail-change-description em {
  font-weight: 400;
  color: #0081C6;
}

.atfirst-ending {
  position: relative;
  z-index: -1;
  overflow: hidden;
  margin-top: -450px !important;
  margin-bottom: -220px !important;
  padding-top: 0 !important;
  padding-bottom: 220px !important;
}
.atfirst-ending .large-arrow {
  margin-bottom: 50px;
}

.large-arrow {
  position: relative;
  height: 500px;
  overflow: hidden;
  margin: 0 min(calc(100vw - 80vw) / -2, calc(100vw - 1000px) / -2);
}
.large-arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2000px;
  height: 2000px;
  color: #74C1ED;
  background: #FFF;
  border-right: 1.6px solid;
  border-bottom: 1.6px solid;
  -webkit-transform: translate(-50%, 570px) scale(1, 0.3) rotate(45deg);
          transform: translate(-50%, 570px) scale(1, 0.3) rotate(45deg);
}

@media screen and (max-width: 1023px) {
  .atfirst-section-heading {
    width: auto;
  }
  .atfirst-section-heading::before, .atfirst-section-heading::after {
    top: -3px;
    left: -3px;
    bottom: 20px;
    right: 20px;
    border-radius: 20px 0 0 0;
  }
  .atfirst-section-heading::after {
    top: 20px;
    left: 20px;
    right: -3px;
    bottom: -3px;
    border-radius: 0 0 20px 0;
  }
  .atfirst-section-heading-inner {
    border-radius: 17px 0 17px 0;
    padding: 25px;
  }
  .atfirst-section-heading-inner::before {
    border-left-width: 3px;
    height: 30px;
  }
  .atfirst-section-heading + .bg-color {
    margin-top: -30px;
    padding-top: 100px;
  }
  .atfirst-description {
    letter-spacing: 0.1em;
  }
  .atfirst-description em.large {
    font-size: 1.8rem;
  }
  .atfirst-description strong {
    font-size: 1.8rem;
  }
  .atfirst-lead {
    font-size: 1.5rem;
  }
  .wish-voice {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .wish-voice-item {
    width: min(70vw, 250px);
    height: min(70vw, 250px);
    border-width: 4px;
    margin: 25px 15px;
  }
  .wish-voice-item::before, .wish-voice-item::after {
    font-size: 10rem;
  }
  .wish-voice-heading {
    font-size: 1.6rem;
    margin: 0 0 10px;
  }
  .wish-voice-description {
    font-size: 1.3rem;
  }
  .voice-balloon-item {
    border-radius: 80px;
    min-height: 70px;
    padding: 10px 20px;
  }
  .voice-balloon-item::before {
    border-radius: 80px;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
  }
  .voice-balloon-item::after {
    border-radius: 80px;
  }
  .voice-balloon--01 {
    margin: 40px auto -110px;
    max-width: 500px;
  }
  .voice-balloon--01 .voice-balloon-item {
    font-size: min(2.8vw, 1.4rem);
    padding: 15px;
  }
  .voice-balloon--01 .voice-balloon-item:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 30% -10px;
  }
  .voice-balloon--01 .voice-balloon-item:nth-child(2), .voice-balloon--01 .voice-balloon-item:nth-child(3) {
    margin: 0 5px 0 0;
  }
  .voice-balloon--01 .voice-balloon-item:nth-child(3) {
    margin: -5px 0 0 5px;
  }
  .voice-balloon--01 .voice-balloon-item:last-child {
    margin: -10px 0 0;
    z-index: 2;
    font-size: 1.6rem;
  }
  .voice-balloon--01 .voice-balloon-item:last-child span {
    width: 6px;
    height: 20px;
  }
  .voice-balloon--02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .voice-balloon--02 .voice-balloon-item {
    font-size: min(2.8vw, 1.4rem);
    padding: 15px;
  }
  .voice-balloon--02 .voice-balloon-item:nth-child(2) {
    margin: 30px 0 0 -15px;
  }
  .rental-image-photos {
    margin-bottom: 50px;
  }
  .rental-image-photos-item {
    margin: 0 5px;
  }
  .rental-image-photos-image {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .great-number {
    font-size: 5rem;
    padding: 0.8em 1em;
    border-radius: 150px;
  }
  .great-number + .atfirst-lead {
    margin-top: -1.1em;
    margin-bottom: 0;
  }
  .downward-arrow {
    height: 30px;
    border-left: 2px solid;
    margin: 10px auto;
  }
  .downward-arrow::after {
    bottom: -2px;
    left: -2px;
    width: 12px;
    border-bottom: 3px solid;
  }
  .atfirst-case {
    font-size: 1.5rem;
    border-radius: 20px;
    padding: 15px;
    margin: -50px -5px 30px;
  }
  .atfirst-case::before {
    border-radius: 20px;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
  }
  .atfirst-case::after {
    border-radius: 20px;
  }
  .atfirst-case .image-wrap {
    width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 10px 0 0;
  }
  .atfirst-case .image-wrap .image {
    border-radius: 50%;
  }
  .atfirst-case p {
    -webkit-box-flex: 2;
        -ms-flex: 2 2 auto;
            flex: 2 2 auto;
    margin: 0;
  }
  .atfirst-total-solution {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 40px 0 30px;
  }
  .atfirst-total-solution-item {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 20px 0;
  }
  .atfirst-total-solution-item-wrap {
    width: auto;
    padding: 15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .atfirst-total-solution-item-wrap::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .atfirst-total-solution-item .icon-wrap {
    width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .atfirst-total-solution .rightward-arrow {
    width: 25px;
    top: 100%;
    left: 50%;
    border-top: 2px solid;
    margin: 0;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .atfirst-total-solution .rightward-arrow::after {
    right: -2px;
    bottom: 0;
    height: 8px;
    border-right: 2.7px solid;
  }
  .atfirst-total-solution-caption {
    font-size: 1.2rem;
    width: 90%;
    min-height: 50px;
    margin: 0;
  }
  .atfirst-total-solution-description {
    font-size: 1.3rem;
    width: 45%;
    margin: 0 20% 0 10px;
  }
  .atfirst-total-solution-or {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    text-align: center;
  }
  .atfirst-strength {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 40px 0;
  }
  .atfirst-strength-item {
    margin: 0 10px;
  }
  .atfirst-strength-job {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    padding: 10px 0 0;
  }
  .atfirst-strength-job .icon {
    width: 50%;
  }
  .atfirst-strength-description {
    font-size: 1.3rem;
    border-radius: 0 0 20px 20px;
    width: 160px;
    padding: 0 10px 10px;
    margin: 0 0 -10px;
  }
  .atfirst-strength-description::before {
    left: calc(50% - 20px);
    height: 10px;
  }
  .atfirst-strength .large-arrow {
    bottom: -30px;
  }
  .purpose-detail-heading {
    font-size: 1.4rem;
    margin: 0 auto 30px;
    padding: 1.5em;
  }
  .purpose-detail-heading-en {
    font-size: 3rem;
  }
  .purpose-detail-heading::after {
    bottom: 10px;
    height: 30px;
  }
  .purpose-detail-timeline {
    padding: 25px;
    width: auto;
  }
  .purpose-detail-change {
    margin-top: 30px;
  }
  .purpose-detail-change-item {
    width: min(50vw, 250px);
    height: min(50vw, 250px);
    margin: 0 -20px;
  }
  .purpose-detail-change-description {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  .atfirst-ending {
    margin-top: -450px !important;
    margin-bottom: -150px !important;
    padding-bottom: 150px !important;
  }
  .atfirst-ending .large-arrow {
    margin-bottom: 30px;
  }
  .large-arrow {
    position: relative;
    height: 500px;
    overflow: hidden;
    margin: 0 min(calc(100vw - 80vw) / -2, calc(100vw - 1000px) / -2);
  }
  .large-arrow::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2000px;
    height: 2000px;
    color: #74C1ED;
    background: #FFF;
    border-right: 1.6px solid;
    border-bottom: 1.6px solid;
    -webkit-transform: translate(-50%, 570px) scale(1, 0.3) rotate(45deg);
            transform: translate(-50%, 570px) scale(1, 0.3) rotate(45deg);
  }
}
.history-lead {
  margin-bottom: -30px !important;
  padding-bottom: 130px !important;
}

.history-heading {
  position: relative;
  z-index: 2;
  color: #FFF;
  font-size: 3.2rem;
  font-weight: 500;
  padding: 0.5em 0.8em 0.5em max(9vw, 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.history-heading::before, .history-heading::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.history-heading::before {
  background: url("../common-images/bg_water-color_02.jpg");
  background-size: cover;
}
.history-heading::after {
  z-index: -1;
  opacity: 0.3;
  background: #0081C6;
}
.history-heading.win-fit--left::before, .history-heading.win-fit--left::after {
  border-radius: 0 30px 0 0;
}
.history-heading.win-fit--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 0.5em max(9vw, 100px) 0.5em 0.8em;
}
.history-heading.win-fit--right::before, .history-heading.win-fit--right::after {
  border-radius: 30px 0 0 0;
}
.history-heading.win-fit--right .history-count {
  margin: 0 0 0 50px;
}
.history-heading.win-fit--right .history-count::before {
  -webkit-transform: rotate(45deg) translate(-50%, 0);
          transform: rotate(45deg) translate(-50%, 0);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.history-count {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  z-index: 2;
  color: #000;
  font-size: 4.5rem;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 50px 0 0;
}
.history-count-number {
  position: relative;
  z-index: -1;
  color: #FFF;
  font-size: 20rem;
  letter-spacing: 0;
  line-height: 0.5;
}
.history-count::before {
  content: "";
  position: absolute;
  top: calc(100% + 40px);
  left: 50%;
  border-left: 5px solid #74C1ED;
  height: 70px;
  -webkit-transform: rotate(-45deg) translate(-50%, 0);
          transform: rotate(-45deg) translate(-50%, 0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.history-image {
  float: left;
  margin: 0 0 20px;
}
.history-image-wrap {
  display: flow-root;
  position: relative;
  z-index: 2;
  margin-top: -120px !important;
}
.history-image-wrap.fit-left .history-image--1-2 {
  width: calc((100% - 20px) / 2) !important;
  border-radius: 0 30px 30px 0;
  margin-right: 20px;
}
.history-image-wrap.fit-left .history-image--1-1 {
  border-radius: 30px;
  margin-right: 0;
}
.history-image--2-1 {
  border-radius: 30px 0 0 30px;
}
.history-image--1-1 {
  width: calc((100% - 20px) / 2) !important;
  margin-right: 20px;
  border-radius: 30px;
}
.history-image--1-1 + .history-image--1-1 {
  margin-right: 0;
  border-radius: 30px 0 0 30px;
}

.history-summary {
  font-size: 2.4rem;
  color: #0081C6;
  line-height: 1.8;
}

@media screen and (max-width: 1023px) {
  .history-lead {
    margin-bottom: -15px !important;
    padding-bottom: 65px !important;
  }
  .history-heading {
    font-size: 2rem;
    padding: 0.5em 0.8em 30px max(6vw, 23px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .history-heading.win-fit--left::before, .history-heading.win-fit--left::after {
    border-radius: 0 20px 0 0;
  }
  .history-heading.win-fit--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0.5em max(6vw, 23px) 30px 0.8em;
  }
  .history-heading.win-fit--right::before, .history-heading.win-fit--right::after {
    border-radius: 20px 0 0 0;
  }
  .history-count {
    font-size: 1.8rem;
    margin: 0 0 20px !important;
  }
  .history-count-number {
    font-size: 8rem;
  }
  .history-count::before {
    display: none;
  }
  .history-image {
    margin: 0 0 3vw;
  }
  .history-image-wrap {
    margin-top: -75px !important;
  }
  .history-image-wrap.fit-left .history-image--1-2 {
    width: calc((100% - 3vw) / 2) !important;
    border-radius: 0 20px 20px 0;
    margin-right: 3vw;
  }
  .history-image-wrap.fit-left .history-image--1-1 {
    border-radius: 20px;
    margin-right: 0;
  }
  .history-image--2-1 {
    border-radius: 20px 0 0 20px;
  }
  .history-image--1-1 {
    width: calc((100% - 3vw) / 2) !important;
    margin-right: 3vw;
    border-radius: 20px;
  }
  .history-image--1-1 + .history-image--1-1 {
    margin-right: 0;
    border-radius: 20px 0 0 20px;
  }
  .history-summary {
    font-size: 1.6rem;
  }
}
.future-lead {
  text-align: center;
}

.future-shinka {
  background: #FFF;
  padding: 50px;
}
.future-shinka-lead {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 0;
}
.future-shinka-thought {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.future-shinka-thought-item {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #F8F8F8;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.future-shinka-thought-description {
  margin-bottom: 10px;
}
.future-shinka-thought-description em {
  font-weight: 400;
  color: #0081C6;
}
.future-shinka-thought-times {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  width: 60px;
  height: 60px;
  color: #74C1ED;
  text-indent: -100vw;
  overflow: hidden;
  margin: 0 20px;
}
.future-shinka-thought-times::before, .future-shinka-thought-times::after {
  content: "";
  border-left: 2px solid;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.future-shinka-thought-times::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.shinka-heading {
  position: relative;
  text-align: center;
  margin-bottom: 100px;
}
.shinka-heading .icon-wrap {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shinka-heading .icon-wrap .times {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  color: #74C1ED;
  text-indent: -100vw;
  overflow: hidden;
  margin: 0 15px;
}
.shinka-heading .icon-wrap .times::before, .shinka-heading .icon-wrap .times::after {
  content: "";
  border-left: 2px solid;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.shinka-heading .icon-wrap .times::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.shinka-heading::after {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  border-left: 1px solid #74C1ED;
  height: 60px;
  margin: 20px 0 0;
}

.deepening-service {
  margin: 80px 0;
  background: #F8F8F8;
}
.deepening-service .flex-left {
  margin-right: 0 !important;
}
.deepening-service .flex-image .image-wrap {
  width: 50vw;
  max-width: 1500px;
  position: relative;
  overflow: hidden;
}
.deepening-service .flex-image .image-wrap .caption {
  position: absolute;
  font-size: 8rem;
  color: #FFF;
  font-weight: 700;
  line-height: 1;
}
.deepening-service .flex-image.flex-left .image {
  border-radius: 0 30px 30px 0;
}
.deepening-service .flex-image.flex-left .image-wrap {
  margin-top: calc(-30px);
  margin-bottom: 0;
}
.deepening-service .flex-image.flex-left .image-wrap .caption {
  top: 30px;
  right: -0.1em;
}
.deepening-service .flex-image.flex-right .image {
  border-radius: 30px 0 0 30px;
}
.deepening-service .flex-image.flex-right .image-wrap {
  margin-bottom: calc(-30px);
  margin-top: 0;
}
.deepening-service .flex-image.flex-right .image-wrap .caption {
  bottom: 30px;
  left: -0.1em;
}
.deepening-service .flex-item:not(.flex-image) {
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.deepening-service-description {
  font-size: 1.8rem;
  color: #0081C6;
  margin: 0;
}

.shinka-sub-heading {
  font-size: 1.8rem;
  font-weight: 700;
}

.pm-flow {
  -ms-grid-columns: (1fr)[6] !important;
  grid-template-columns: repeat(6, 1fr) !important;
}
.pm-flow-item {
  width: min(10vw, 130px) !important;
  height: min(10vw, 130px) !important;
  font-size: 1.5rem !important;
}
.pm-flow-item:not(:last-child)::before {
  width: 30px !important;
}

.future-action-heading {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 100px;
}
.future-action-heading::after {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  border-left: 1px solid #74C1ED;
  height: 60px;
  margin: 20px 0 0;
}
.future-action-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 6%;
}
.future-action-item .image {
  border-radius: 30px;
}
.future-action-item .image-wrap {
  margin: 0 0 30px;
}
.future-action-sub-heading {
  font-weight: 700;
}

.top-message-sub-heading {
  text-align: center;
}

.president {
  font-weight: 700;
  text-align: right;
}
.president-name {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (max-width: 1023px) {
  .future-shinka {
    padding: 20px 10px;
  }
  .future-shinka-lead {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .future-shinka-thought {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .future-shinka-thought-item {
    width: min(50vw, 250px);
    height: min(50vw, 250px);
  }
  .future-shinka-thought-description {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  .future-shinka-thought-times {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 30px;
    height: 30px;
    margin: 10px 0;
  }
  .future-shinka-thought-times::before, .future-shinka-thought-times::after {
    height: 50px;
  }
  .shinka-heading {
    margin-bottom: 50px;
  }
  .shinka-heading .icon {
    width: min(15vw, 100px);
    height: min(15vw, 100px);
  }
  .shinka-heading .icon-wrap {
    margin: 0 0 10px;
  }
  .shinka-heading .icon-wrap .times {
    width: 30px;
    height: 30px;
    margin: 0 10px;
  }
  .shinka-heading .icon-wrap .times::before, .shinka-heading .icon-wrap .times::after {
    height: 50px;
  }
  .shinka-heading::after {
    height: 30px;
    margin: 10px 0 0;
  }
  .deepening-service {
    margin: 40px 0;
  }
  .deepening-service .flex-image .image-wrap {
    width: auto;
  }
  .deepening-service .flex-image .image-wrap .caption {
    font-size: min(10vw, 8rem);
  }
  .deepening-service .flex-image.flex-left {
    margin-right: 20px !important;
  }
  .deepening-service .flex-image.flex-left .image {
    border-radius: 0 20px 20px 0;
  }
  .deepening-service .flex-image.flex-left .image-wrap {
    margin-top: calc(-20px);
  }
  .deepening-service .flex-image.flex-left .image-wrap .caption {
    top: 20px;
  }
  .deepening-service .flex-image.flex-right {
    margin-left: 20px !important;
  }
  .deepening-service .flex-image.flex-right .image {
    border-radius: 20px 0 0 20px;
  }
  .deepening-service .flex-image.flex-right .image-wrap {
    margin-bottom: 0;
  }
  .deepening-service .flex-image.flex-right .image-wrap .caption {
    bottom: 20px;
  }
  .deepening-service-description {
    margin: 30px 0;
    font-size: 1.5rem;
  }
  .shinka-sub-heading {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .pm-flow-item {
    width: auto !important;
    height: auto !important;
    font-size: 1.3rem !important;
  }
  .pm-flow-item:not(:last-child)::before {
    width: 4px !important;
  }
  .future-action-heading {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
  .future-action-heading::after {
    height: 30px;
    margin: 10px 0 0;
  }
  .future-action-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 30px;
  }
  .future-action-item .image {
    border-radius: 20px;
  }
  .future-action-item .image-wrap {
    margin: 0 0 20px;
  }
  .president-name {
    font-size: 2.2rem;
  }
}
.page-header .interview-hero::before, .page-header .interview-hero::after {
  opacity: 0.2;
}
.page-header .interview-hero-image {
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}
.page-header .interview-page-title {
  margin-top: 10%;
}
.page-header .page-title-count {
  position: absolute;
  left: 100%;
  bottom: -0.1em;
  margin-left: 0.2em;
  font-size: 4rem;
  color: #74C1ED;
  line-height: 1;
  letter-spacing: 0;
}
.page-header .words-title {
  position: relative;
  z-index: 3;
  font-size: min(3vw, 3.8rem);
  font-weight: 700;
  color: #FFF;
  text-shadow: 0 0 0.8em gba(#171C60, 0.15);
  margin: 0 0 -0.5em;
}
.page-header-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-header-profile-description {
  color: #FFF;
  background: #171C60 url("../common-images/bg_water-color_01.jpg");
  background-size: cover;
  padding: 20px;
  margin: 0 0 0 -10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 220px;
  min-height: 8em;
  font-size: 1.4rem;
  line-height: 1.8;
}
.page-header-profile-name {
  font-size: 3.2rem;
  line-height: 1.2;
  padding: 0 20px 0.1em;
  margin: 0 -0.5em 0 0;
  background: #FFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.profile {
  position: relative;
  z-index: 5;
  background: #F8F8F8;
  padding-top: 0 !important;
  margin-top: -120px !important;
  display: flow-root;
  font-size: 1.4rem;
}
.profile-heading {
  font-size: 2.4rem;
  background: #F8F8F8;
  margin: -70px calc(max(9vw, 100px) * -1) 0 40%;
  padding: 30px max(9vw, 100px) 30px 50px;
}
.profile p {
  margin: 0 0 0 40%;
  padding: 0 0 0 50px;
}

.interview {
  background: #F8F8F8;
}
.interview-section {
  width: calc((100% - 40px) / 2);
  margin-bottom: 30px;
}
.interview-section:last-child {
  width: auto;
}
.interview-section .image-wrap {
  margin-top: -50px;
  margin-bottom: 0;
}
.interview-section .image-wrap.win-fit--left {
  margin-right: 50px;
}
.interview-section .image-wrap.win-fit--right {
  margin-left: 50px;
}
.interview-count {
  position: relative;
  z-index: 2;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  font-size: min(4vw, 5rem);
  letter-spacing: 0;
}
.interview-count::before {
  position: relative;
  z-index: -1;
  content: "";
  clip-path: polygon(0 100%, 100% 100%, 0 0);
  background: #FFF;
  width: 115px;
  height: 115px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 0 -65px 0 0;
}
.interview-count-number {
  color: #74C1ED;
}
.interview-count-number::before {
  content: "";
  display: inline-block;
  border-bottom: 6px solid;
  width: 72px;
  margin: 0 5px;
}
.interview-heading {
  font-size: 2.4rem;
  font-weight: 700;
}
.interview-body {
  position: relative;
  z-index: 2;
  background: #FFF;
  padding: 50px;
  border-radius: 0 30px 0 30px;
}
.interview-body > *:last-child {
  margin-bottom: 0;
}

.interview-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: calc(-120px);
}
.interview-message-heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #171C60 url("../common-images/bg_water-color_01.jpg");
  background-size: cover;
  font-size: 3rem;
  font-weight: 400;
  color: #FFF;
  line-height: 1;
  padding: 0.2em 0.1em 0.3em 0.2em;
  margin: 0;
}
.interview-message-body {
  position: relative;
  z-index: 2;
  width: 500px;
  margin-right: -300px;
}
.interview-message-body p {
  background: #FFF;
  padding: 50px;
  margin: 0;
}
.interview-message .image-wrap {
  -webkit-box-flex: 2;
      -ms-flex: 2 2 auto;
          flex: 2 2 auto;
  margin-top: 0;
  margin-bottom: 0;
}

.interview-list-item {
  position: relative;
  z-index: 2;
  margin-top: -30px;
}
.interview-list-item:not(:last-child) {
  margin-right: 20px;
}
.interview-list .image-wrap {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  border-radius: 0 0 30px 0;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.interview-list-text-wrap {
  position: relative;
  z-index: 2;
  margin: -60px 0 0 0;
}
.interview-list-heading-en {
  position: relative;
  margin-left: 20px;
}
.interview-list-count {
  position: absolute;
  left: 100%;
  bottom: -0.1em;
  margin-left: 0.2em;
  font-size: 4rem;
  color: #74C1ED;
  line-height: 1;
  letter-spacing: 0;
}
.interview-list-description {
  background: #171C60;
  color: #FFF;
  width: 210px;
  padding: 20px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 8em;
  font-size: 1.3rem;
  line-height: 1.8;
}
.interview-list-name {
  font-size: 2.4rem;
  line-height: 1.2;
  padding: 0.1em 20px 0.2em;
  margin: 0 0 0 100px;
  background: #FFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .page-header .interview-hero::before, .page-header .interview-hero::after {
    width: 30%;
  }
  .page-header .interview-hero-image {
    -o-object-position: 60% 10%;
       object-position: 60% 10%;
  }
  .page-header .interview-page-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -70px;
  }
  .page-header .page-title-count {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: absolute;
    left: 100%;
    bottom: -0.1em;
    margin-left: 0.2em;
    font-size: 4rem;
    color: #74C1ED;
    line-height: 1;
    letter-spacing: 0;
  }
  .page-header .words-title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    font-size: 2rem;
    font-weight: 500;
    color: #000;
    margin: 0;
  }
  .page-header-profile {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 0 0 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-header-profile-description {
    min-height: 0;
    padding: 15px;
    font-size: 1.3rem;
  }
  .page-header-profile-name {
    font-size: 1.8rem;
    padding: 0.2em 15px 0.3em;
    margin: 0;
    background: #F8F8F8;
  }
  .profile {
    margin-top: 0 !important;
    font-size: 1.2rem;
  }
  .profile-heading {
    font-size: 1.6rem;
    background: #F8F8F8;
    margin: -30px calc(max(6vw, 23px) * -1) 10px 0;
    padding: 15px max(6vw, 23px) 0 15px;
  }
  .profile p {
    margin: 0;
    padding: 0 0 0 15px;
  }
  .interview-section {
    width: auto;
    margin-bottom: 20px;
  }
  .interview-section .image-wrap {
    margin-top: -30px;
  }
  .interview-section .image-wrap.win-fit--left {
    margin-right: 20px;
  }
  .interview-section .image-wrap.win-fit--right {
    margin-left: 20px;
  }
  .interview-count {
    min-height: 50px;
    font-size: 3rem;
  }
  .interview-count::before {
    width: 60px;
    height: 60px;
    margin: 0 -40px 0 0;
  }
  .interview-count-number::before {
    border-bottom: 4px solid;
    width: 40px;
    margin: 0 3px;
  }
  .interview-heading {
    font-size: 1.6rem;
  }
  .interview-body {
    padding: 20px;
    border-radius: 0 20px 0 20px;
  }
  .interview-message {
    display: block;
    margin-top: calc(-60px);
  }
  .interview-message-heading {
    font-size: 1.8rem;
    padding: 0.2em 0.1em 0.3em 0.2em;
    margin-bottom: 20px;
  }
  .interview-message-body {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .interview-message-body p {
    padding: 0 calc(calc(100vw - max(6vw, 23px) * 2 - 84vw) / 2);
  }
  .interview-message .image-wrap {
    -webkit-box-flex: 2;
        -ms-flex: 2 2 auto;
            flex: 2 2 auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .interview-list {
    display: flow-root;
    padding: 0 max(6vw, 23px) 40px;
  }
  .interview-list-item {
    margin: 0 !important;
  }
  .interview-list-item:first-child {
    margin-top: 40px !important;
  }
  .interview-list-item:not(:last-child) {
    margin-bottom: 20px !important;
  }
  .interview-list .image-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    border-radius: 0 0 0 20px;
    width: min(50%, 180px);
    overflow: hidden;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .interview-list-text-wrap {
    -webkit-box-flex: 2;
        -ms-flex: 2 2 auto;
            flex: 2 2 auto;
    width: auto;
    margin: 15px 0 0 -10px;
  }
  .interview-list-count {
    right: 15px;
    font-size: 3rem;
  }
  .interview-list-description {
    width: auto;
    padding: 15px;
    font-size: 1.2rem;
  }
  .interview-list-name {
    font-size: 1.8rem;
    padding: 0.1em 15px 0.2em;
    margin-left: 0;
  }
  .interview-list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.three-business {
  position: relative;
  text-align: center;
  margin-top: 80px;
}
.three-business-heading {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 -0.8em;
}
.three-business-list {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0;
}
.three-business-item {
  position: relative;
  width: 33.3333333333%;
  margin: 0;
  list-style: none;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 700;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.three-business-item--rental {
  color: #0081C6;
}
.three-business-item--space-design {
  color: #7146C1;
}
.three-business-item--ict {
  color: #FF5252;
}
.three-business-item--product-sales {
  color: #62CD98;
}
.three-business-item:not(:last-child)::before {
  content: "";
  color: #74C1ED;
  border-left: 3px solid;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(0, -50%) rotate(30deg);
          transform: translate(0, -50%) rotate(30deg);
}

.business-heading {
  position: relative;
  z-index: 2;
  color: #FFF;
  font-size: 3.2rem;
  font-weight: 500;
  padding: 0.5em 0.8em;
}
.business-heading::before, .business-heading::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.business-heading::before {
  background: url("../common-images/bg_water-color_02.jpg");
  background-size: cover;
}
.business-heading::after {
  z-index: -1;
  opacity: 0.3;
}
.business-heading--rental::after {
  background: #0081C6;
}
.business-heading--space-design::after {
  background: #7146C1;
}
.business-heading--ict::after {
  background: #FF5252;
  opacity: 1;
  mix-blend-mode: hue;
}
.business-heading--product-sales::after {
  background: #62CD98;
}

.business-description {
  text-align: center;
}
.business-description em {
  color: #0081C6;
  font-size: 2.4rem;
  background: #F8F8F8;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
.business-description .downward-arrow {
  margin-bottom: 30px;
}

.business-feature {
  border-top: 1px solid #74C1ED;
  border-bottom: 1px solid #74C1ED;
  padding: 50px 0;
  margin: 50px 0;
}
.business-feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 0 20px;
}
.business-feature-item:last-child {
  margin-bottom: 0;
}
.business-feature-heading {
  width: 11em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0081C6;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.business-feature-heading::after {
  content: "";
  border-top: 3px dotted #74C1ED;
  width: 40px;
  margin: 0 20px 0 10px;
}

.business-comparison-heading {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: -30px !important;
}
.business-comparison-table {
  font-size: 1.4rem;
  line-height: 1.8;
  border-bottom: 1px solid #74C1ED;
}
.business-comparison-table thead th {
  color: #FFF;
  font-size: 1.8rem;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  border-bottom: 1px solid #74C1ED;
}
.business-comparison-table thead th:nth-child(n+2) {
  width: 27%;
}
.business-comparison-table thead th:nth-child(2) {
  background: #74C1ED;
}
.business-comparison-table thead th:nth-child(3) {
  background: #0081C6;
}
.business-comparison-table thead th:nth-child(4) {
  background: #171C60;
}
.business-comparison-table tbody th {
  width: auto;
  background: #F8F8F8;
  color: #0081C6;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.business-comparison-table tbody td {
  border-left: 1px solid #B5B5B5;
  vertical-align: middle;
}

.business-secret-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.business-secret-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.15em;
  margin: 0 30px 0 0;
}
.business-secret-number {
  font-size: 5rem;
  letter-spacing: 0;
  font-weight: 600;
  color: #74C1ED;
}
.business-secret .downward-arrow {
  margin-top: 50px;
  margin-bottom: 50px;
}

.business-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.business-field-item {
  position: relative;
  width: 30%;
}
.business-field-item .image {
  border-radius: 30px;
}
.business-field-item .image-wrap {
  margin: 0;
}
.business-field-category {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

.business-lineup {
  display: -ms-grid;
  display: grid;
  place-items: center;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.business-lineup-item {
  width: 180px;
  height: 180px;
  border-radius: 180px;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.business-lineup-item .image-wrap {
  margin: 35px 0 0;
}
.business-lineup-category {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #0081C6;
  font-weight: 700;
  margin-top: auto;
}

.affiliated-company {
  margin: 80px 0;
  border-top: 1px solid #B5B5B5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 50px 0 0;
}
.affiliated-company-heading {
  font-weight: 700;
  margin: 0 20px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.affiliated-company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.affiliated-company-item {
  position: relative;
  font-size: 1.6rem;
  list-style: none;
  margin: 0 0 10px 20px;
}
.affiliated-company-link {
  color: #0081C6;
  border: 1px solid;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5em 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.affiliated-company-link::after {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: translate(3px, 0) rotate(45deg);
          transform: translate(3px, 0) rotate(45deg);
  margin: 0 3px 0 auto;
}
.affiliated-company-link:hover {
  color: #74C1ED;
}

.other-business-heading {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 80px;
}
.other-business .image {
  border-radius: 0 0 30px 0;
}
.other-business .flex-image {
  margin-top: calc(-80px - 2.5em);
}
.other-business .business-summary {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (max-width: 1023px) {
  .three-business {
    margin-top: 40px;
  }
  .three-business-heading {
    font-size: 1.8rem;
    margin: 0 0 -0.8em;
  }
  .three-business-list {
    padding: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .three-business-item {
    width: auto;
    margin: 0;
    padding: 20px 0;
    font-size: 1.4rem;
    display: -ms-grid;
    display: grid;
    place-items: center;
  }
  .three-business-item br {
    display: none;
  }
  .three-business-item:not(:last-child)::before {
    border-left: 2px solid;
    height: 20px;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .business-heading {
    font-size: 2rem;
    padding: 0.5em 0.8em;
    margin-bottom: 40px !important;
  }
  .business-description em {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .business-description .downward-arrow {
    margin-bottom: 20px;
  }
  .business-feature {
    padding: 30px 0;
    margin: 30px 0;
  }
  .business-feature-item {
    display: block;
    margin: 0 0 20px;
    font-size: 1.3rem;
  }
  .business-feature-item:last-child {
    margin-bottom: 0;
  }
  .business-feature-heading {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.5rem;
    margin: 0 0 10px;
  }
  .business-feature-heading::after {
    content: "";
    border-top: 2px dotted #74C1ED;
    width: 20px;
    margin: 0 0 0 10px;
  }
  .business-comparison-heading {
    font-size: 1.8rem;
    margin-bottom: -30px !important;
  }
  .business-comparison-table {
    font-size: 1.1rem;
  }
  .business-comparison-table thead th {
    color: #FFF;
    font-size: 1.3rem;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    border-bottom: 1px solid #74C1ED;
  }
  .business-comparison-table thead th:nth-child(n+2) {
    width: 30%;
  }
  .business-comparison-table thead th:nth-child(2) {
    background: #74C1ED;
  }
  .business-comparison-table thead th:nth-child(3) {
    background: #0081C6;
  }
  .business-comparison-table thead th:nth-child(4) {
    background: #171C60;
  }
  .business-comparison-table tbody th {
    width: auto;
    background: #F8F8F8;
    color: #0081C6;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    font-size: 1.1rem;
  }
  .business-comparison-table tbody th p {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    white-space: nowrap;
    width: 100%;
    display: -ms-grid;
    display: grid;
    place-items: center;
  }
  .business-comparison-table tbody td {
    padding: 10px 5px;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .business-comparison-table tbody td > * {
    margin-bottom: 10px;
  }
  .business-secret-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.3rem;
  }
  .business-secret-count {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin: 0 10px 0 0;
    white-space: nowrap;
  }
  .business-secret-number {
    font-size: 3rem;
  }
  .business-secret .downward-arrow {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .business-field-item {
    width: 32%;
  }
  .business-field-item .image {
    border-radius: 20px;
  }
  .business-field-category {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -ms-grid;
    display: grid;
    place-items: center;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    margin: 0;
  }
  .business-lineup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .business-lineup-item {
    width: min(30vw, 200px);
    height: min(30vw, 200px);
    border-radius: 180px;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 5px;
  }
  .business-lineup-item .image {
    width: 50%;
  }
  .business-lineup-item .image-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 2;
        -ms-flex: 2 2 auto;
            flex: 2 2 auto;
    margin: 25px 0 0;
  }
  .business-lineup-category {
    font-size: 1.2rem;
  }
  .affiliated-company {
    margin: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0 0;
  }
  .affiliated-company-heading {
    margin: 0 0 10px;
  }
  .affiliated-company-list {
    display: block;
  }
  .affiliated-company-item {
    font-size: 1.2rem;
    margin: 0 0 5px;
  }
  .affiliated-company-link {
    padding: 0.3em 0.8em;
  }
  .affiliated-company-link::after {
    width: 8px;
    height: 8px;
    -webkit-transform: translate(3px, 0) rotate(45deg);
            transform: translate(3px, 0) rotate(45deg);
    margin: 0 3px 0 auto;
  }
  .other-business-heading {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .other-business .image {
    border-radius: 0 0 20px 0;
  }
  .other-business .flex-image {
    margin-top: calc(-40px - 4em);
    margin-right: 20px !important;
  }
  .other-business .business-summary {
    font-size: 1.6rem;
  }
}
.works-category {
  position: relative;
  background: #FFF;
}
.section-heading + .works-category {
  margin-top: -30px;
}
.works-category-item {
  padding: 60px;
  font-size: 1.5rem;
  line-height: 2;
}
.works-category-heading {
  font-size: 2.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.works-category-heading:not(:first-child) {
  margin-bottom: 10px;
}
.works-category-count {
  font-size: 5rem;
  color: #74C1ED;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 10px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.works-category-summary {
  font-size: 1.8rem;
  color: #0081C6;
  line-height: 1.8;
}
.works-category-description > *:last-child {
  margin-bottom: 0;
}
.works-category-child-description:last-child > *:last-child {
  margin-bottom: 0;
}
.works-category .flex-image {
  width: 45%;
}
.works-category .flex-image .image-wrap {
  margin-bottom: 0;
}
.works-category--field .slick-dots::before {
  content: "FIELD";
}
.works-category--job .slick-dots::before {
  content: "JOB";
}
.works-category .slick-dots {
  margin: 0;
  list-style-type: none;
  background: #FFF;
  padding: 0 30px;
  position: absolute;
  bottom: 100%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}
.works-category .slick-dots::before {
  font-family: "Lexend Deca", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  letter-spacing: 0;
  margin: 0 20px;
}
.works-category .slick-dots li {
  visibility: hidden;
  margin: 20px 0;
}
.works-category .slick-dots li button {
  visibility: visible;
  font-family: "Lexend Deca", sans-serif;
  font-size: 2.2rem;
  color: #74C1ED;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  padding: 0.2em 0.5em;
  border-radius: 50px;
}
.works-category .slick-dots li button:nth-child(-n+9)::before {
  content: "0";
}
.works-category .slick-dots li:first-child:last-child {
  display: none;
}
.works-category .slick-dots li.slick-active button {
  color: #FFF;
  background: #74C1ED;
}
.works-category .slick-arrow {
  position: absolute;
  z-index: 5;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #171C60;
  text-indent: -100vw;
  overflow: hidden;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.works-category .slick-arrow:hover {
  background: #74C1ED;
}
.works-category .slick-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  color: #FFF;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  margin: 0 0 0 -3px;
}
.works-category .slick-arrow.slick-prev {
  left: auto;
  right: 100%;
  -webkit-transform: translate(50%, -50%) scale(-1, 1);
          transform: translate(50%, -50%) scale(-1, 1);
}

@media screen and (max-width: 1023px) {
  .section-heading + .works-category {
    margin-top: -10px;
  }
  .works-category-item {
    padding: 20px 15px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .works-category-heading {
    font-size: 1.6rem;
  }
  .works-category-heading:not(:first-child) {
    margin-bottom: 5px;
  }
  .works-category-count {
    font-size: 3rem;
    margin: 0 10px 0 0;
  }
  .works-category-summary {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .works-category .flex-image {
    width: 80%;
    margin: 0 auto;
  }
  .works-category .slick-dots {
    padding: 0 10px;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
  }
  .works-category .slick-dots::before {
    font-size: 1.2rem;
    margin: 0 10px;
  }
  .works-category .slick-dots li {
    margin: 10px 0;
  }
  .works-category .slick-dots li button {
    font-size: 1.2rem;
    padding: 0.1em 0.4em;
  }
  .works-category .slick-arrow {
    width: 30px;
    height: 30px;
    margin: 0 0 0 5px;
  }
  .works-category .slick-arrow::after {
    pointer-events: none;
    width: 8px;
    height: 8px;
    margin: 0 0 0 -2px;
  }
  .works-category .slick-arrow.slick-prev {
    margin: 0 5px 0 0;
  }
}
.roll-models {
  position: relative;
  z-index: 5;
  background: #F8F8F8;
  padding: 30px 0 0;
  margin-top: -170px;
}
.roll-models-heading {
  font-size: 2.2rem;
  text-align: center;
}
.roll-models-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 30px;
}
.roll-models-list-item {
  position: relative;
}
.roll-models .image-wrap {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  border-radius: 30px 0 0 0;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.roll-models-text-wrap {
  position: relative;
  z-index: 2;
  width: 230px;
  margin: -20px 0 0 20px;
}
.roll-models-count {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 4rem;
  letter-spacing: 0;
  color: #74C1ED;
  line-height: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.roll-models-description {
  background: #FFF;
  padding: 20px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 8em;
  font-size: 1.3rem;
  line-height: 1.8;
}
.roll-models-name {
  font-size: 2.4rem;
  line-height: 1.2;
  padding: 0.1em 20px;
  margin: 0;
  background: #FFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.roll-models-link::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: #F8F8F8;
}
.roll-models-link::after {
  content: "";
  display: block;
  color: #171C60;
  width: 12px;
  height: 12px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 30px auto 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.roll-models-link:hover::after {
  color: #74C1ED;
}
.career-header {
  position: relative;
  display: flow-root;
  margin: 0;
}
.career-header-hero {
  margin: 0 calc(max(9vw, 100px) * -1);
  position: relative;
}
.career-header-hero-image {
  width: 100%;
  height: auto;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}
.career-header-hero-image.position-left {
  -o-object-position: 0 50%;
     object-position: 0 50%;
}
.career-header-hero-image.position-right {
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}
.career-header-count {
  position: absolute;
  z-index: 3;
  top: -0.2em;
  right: -0.04em;
  margin-right: calc(max(9vw, 100px) * -1);
  font-size: min(13vw, 20rem);
  color: #FFF;
  letter-spacing: 0;
  line-height: 1;
  font-style: italic;
}
.career-header-words-title {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  bottom: 0;
  font-size: min(3vw, 3.8rem);
  font-weight: 700;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: 0 0 0.8em gba(#171C60, 0.15);
}
.career-header-profile {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.career-header-profile-description {
  color: #FFF;
  background: #171C60 url("../common-images/bg_water-color_01.jpg");
  background-size: cover;
  padding: 20px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 250px;
  min-height: 8em;
  font-size: 1.4rem;
  line-height: 1.8;
}
.career-header-profile-name {
  font-size: 3.2rem;
  line-height: 1.2;
  padding: 0 20px 0.1em;
  margin: 0 -0.5em 0 0;
  background: #FFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.career-outline {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  margin: -80px 0 120px calc(max(9vw, 100px) * -1);
  padding: 0 50px 0 max(9vw, 100px);
  height: 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.career-outline-heading {
  font-size: 2rem;
  margin: 0 30px 0 0;
}
.career-outline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.career-outline-list-item {
  width: min(11vw, 150px);
  height: min(11vw, 150px);
  font-size: min(0.95vw, 1.2rem);
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.career-outline-list-item:not(:last-child) {
  margin-right: 40px;
}
.career-outline-list-item:not(:last-child)::before {
  width: 30px;
}
.career-outline-period {
  color: #000;
  font-size: min(0.95vw, 1.2rem);
  margin: 15px 0 auto;
}
.career-outline-period + br {
  display: none;
}
.career-outline-position {
  margin: -15px 0 auto;
}

.career-step-item {
  background: #F8F8F8;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px 0 !important;
}
.career-step-item--prospect {
  background: #E3F2FC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 150px !important;
}
.career-step-item--prospect .image {
  width: 45%;
  border-radius: 30px;
  margin: 0 1%;
}
.career-step-item--prospect .image-wrap {
  margin-bottom: -100px;
}
.career-step-item--prospect .career-step-body::after {
  background: #FFF;
  bottom: 0;
}
.career-step-status {
  width: 30%;
  text-align: center;
  line-height: 1.8;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 50px;
}
.career-step-period {
  font-size: 1.8rem;
}
.career-step-position {
  font-size: 1.8rem;
  color: #0081C6;
  margin: 0;
}
.career-step-prospect {
  font-size: 2rem;
  color: #0081C6;
  font-weight: 700;
}
.career-step-body {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 70%;
  padding-left: 60px;
}
.career-step-body > *:last-child {
  margin-bottom: 0;
}
.career-step-body::before, .career-step-body::after {
  position: absolute;
  left: 0;
  top: 0.8em;
  content: "";
  border-radius: 5px;
  width: 10px;
}
.career-step-body::before {
  z-index: 2;
  height: 10px;
  background: #171C60;
}
.career-step-body::after {
  background: #74C1ED;
  bottom: -140px;
}
.career-step-heading {
  font-size: 2.2rem;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .roll-models {
    padding: 20px;
    margin-top: -85px;
  }
  .roll-models-heading {
    font-size: 1.8rem;
  }
  .roll-models-list {
    display: block;
    padding: 0 0 0 20px;
  }
  .roll-models-list-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .roll-models .image-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    border-radius: 20px 0 0 0;
    width: 30%;
  }
  .roll-models-text-wrap {
    -webkit-box-flex: 2;
        -ms-flex: 2 2 auto;
            flex: 2 2 auto;
    width: auto;
    margin: 15px 0 0 -10px;
  }
  .roll-models-count {
    right: 15px;
    font-size: 3rem;
  }
  .roll-models-description {
    padding: 15px;
    font-size: 1.2rem;
  }
  .roll-models-name {
    font-size: 1.8rem;
    padding: 0.1em 15px;
  }
  .roll-models-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .roll-models-link::before {
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 30px;
    height: 40px;
  }
  .roll-models-link::after {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 8px;
    height: 8px;
    margin: 0 0 0 20px;
  }
  .career-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .career-header-hero {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 calc(max(6vw, 23px) * -1);
  }
  .career-header-hero::before, .career-header-hero::after {
    width: 30%;
  }
  .career-header-hero-image {
    height: 80vw;
    min-height: 0;
  }
  .career-header-count {
    top: -0.2em;
    right: -0.05em;
    margin-right: calc(max(6vw, 23px) * -1);
    font-size: min(20vw, 20rem);
    color: #FFF;
    letter-spacing: 0;
    line-height: 1;
    font-style: italic;
  }
  .career-header-title-wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-shadow: none;
  }
  .career-header-words-title {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    font-size: 2rem;
    font-weight: 500;
    color: #000;
    margin: 0;
  }
  .career-header-profile {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    margin: -50px 0 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .career-header-profile-description {
    min-height: 0;
    padding: 15px;
    font-size: 1.3rem;
  }
  .career-header-profile-name {
    font-size: 1.8rem;
    padding: 0.2em 15px 0.3em;
    margin: 0;
    background: #F8F8F8;
  }
  .career-outline {
    display: block;
    margin: 0 0 60px;
    padding: 0;
    height: auto;
    width: auto;
  }
  .career-outline-heading {
    font-size: 1.6rem;
    margin: 0 0 10px;
  }
  .career-outline-list {
    display: block;
  }
  .career-outline-list-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: auto;
    font-size: 1.4rem;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 25px;
  }
  .career-outline-list-item:last-child {
    margin-bottom: 0;
  }
  .career-outline-list-item br {
    display: none;
  }
  .career-outline-list-item:not(:last-child)::before {
    width: 4px;
    height: 20px;
    border-right: none;
    border-left: 2px solid;
    border-bottom: 3px solid;
    -webkit-transform: skewY(-45deg) translate(-50%, 0);
            transform: skewY(-45deg) translate(-50%, 0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    top: 100%;
    left: 50%;
    margin: -3px 0 0;
  }
  .career-outline-period {
    font-size: 1.2rem;
    margin: 0;
  }
  .career-outline-period + br {
    display: none;
  }
  .career-outline-position {
    margin: 0;
  }
  .career-step-item {
    padding: 20px;
    display: block;
    margin: 20px 0 !important;
  }
  .career-step-item--prospect {
    margin-bottom: 80px !important;
  }
  .career-step-item--prospect .image {
    width: 100%;
    border-radius: 20px;
    margin: 0 0 10px;
  }
  .career-step-item--prospect .image-wrap {
    margin-bottom: -50px;
  }
  .career-step-status {
    width: auto;
    text-align: left;
    padding-right: 0;
    margin: 10px 0 20px;
  }
  .career-step-period {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .career-step-position {
    font-size: 1.4rem;
  }
  .career-step-prospect {
    font-size: 1.5rem;
  }
  .career-step-body {
    width: auto;
    padding-left: 26px;
  }
  .career-step-body::before, .career-step-body::after {
    top: 0.8em;
    border-radius: 5px;
    width: 6px;
  }
  .career-step-body::before {
    height: 6px;
  }
  .career-step-body::after {
    bottom: -50px;
  }
  .career-step-heading {
    font-size: 1.6rem;
  }
}
.recruit-tab {
  position: relative;
  z-index: 5;
  margin: -180px 0 120px;
}
.recruit-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  margin: 0;
}
.recruit-tab-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.recruit-tab-link {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: #F8F8F8;
  color: #0081C6;
}
.recruit-tab-link.is-current {
  background: #74C1ED;
  color: #FFF;
}

.job-category-tab-section {
  padding-top: 120px;
}
.job-category-tab-list {
  background: #74C1ED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.job-category-tab-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  margin: 0 10px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.6;
  list-style: none;
}
.job-category-tab-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  border-radius: 80px;
  height: 80px;
  position: relative;
}
.job-category-tab-link.is-current {
  background: #171C60;
  color: #FFF;
}
.job-category-tab-link.is-current::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  color: #FFF;
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 20px;
  height: 10px;
}

.selection-flow {
  display: -ms-grid;
  display: grid;
  place-items: center;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  counter-reset: selection-flow 0;
}
.selection-flow-item {
  position: relative;
  counter-increment: selection-flow 1;
  list-style: none;
  width: min(15vw, 200px);
  height: min(15vw, 200px);
  border: 1px solid #74C1ED;
  border-radius: 200px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  text-align: center;
  color: #0081C6;
  font-size: 1.6rem;
  line-height: min(2vw, 1.6em);
  margin: 0;
  background: #FFF;
}
.selection-flow-item:not(:last-child)::before {
  content: "";
  width: 40px;
  height: 8px;
  color: #74C1ED;
  border-right: 4px solid;
  border-bottom: 3px solid;
  -webkit-transform: skewX(45deg) translate(0, -50%);
          transform: skewX(45deg) translate(0, -50%);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 100%;
}
.selection-flow-count {
  position: absolute;
  left: 50%;
  top: 0;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #FFF;
  padding: 0 0.5em;
}
.selection-flow-count::before {
  content: counter(selection-flow, decimal-leading-zero);
  color: #74C1ED;
  font-size: 4rem;
  line-height: 1;
  font-weight: 600;
}

.faq {
  padding-top: 120px;
}
.faq-item {
  position: relative;
  padding: 0 0 0 70px;
}
.faq-question {
  color: #000 !important;
  font-weight: 700;
}
.faq-q {
  position: absolute;
  top: -0.4em;
  left: 0;
  font-size: 5rem;
  line-height: 1;
  color: #74C1ED;
}
.faq-course {
  padding: 30px;
  background: #F8F8F8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.faq-course-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
}
.faq-course-item:last-child {
  margin-bottom: 0;
}
.faq-course-name {
  font-weight: 700;
  width: 9em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (max-width: 1023px) {
  .recruit-tab {
    margin: -100px 0 60px;
  }
  .recruit-tab-list {
    height: 70px;
  }
  .recruit-tab-item {
    font-size: 1.6rem;
  }
  .job-category-tab-section {
    padding-top: 60px;
  }
  .job-category-tab-list {
    padding: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .job-category-tab-item {
    -webkit-box-flex: 2;
        -ms-flex: 2 2 auto;
            flex: 2 2 auto;
    width: calc((100% - 20px) / 2);
    margin: 5px;
    font-size: 1.3rem;
    height: 40px;
  }
  .job-category-tab-link {
    border-radius: 20px;
    height: 100%;
  }
  .job-category-tab-link.is-current::before {
    left: 15px;
    width: 15px;
    height: 5px;
  }
  .selection-flow {
    display: block;
  }
  .selection-flow-item {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    height: auto;
    font-size: 1.4rem;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 40px;
  }
  .selection-flow-item:last-child {
    margin-bottom: 0;
  }
  .selection-flow-item br {
    display: none;
  }
  .selection-flow-item:not(:last-child)::before {
    width: 4px;
    height: 20px;
    border-right: none;
    border-left: 2px solid;
    border-bottom: 3px solid;
    -webkit-transform: skewY(-45deg) translate(-50%, 0);
            transform: skewY(-45deg) translate(-50%, 0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    top: 100%;
    left: 50%;
    margin: -3px 0 0;
  }
  .selection-flow-count {
    position: absolute;
    left: 50%;
    top: 0;
  }
  .selection-flow-count::before {
    font-size: 2rem;
  }
  .faq {
    padding-top: 60px;
  }
  .faq-item {
    padding: 0 0 0 40px;
  }
  .faq-question {
    font-size: 1.4rem !important;
  }
  .faq-q {
    top: -0.4em;
    font-size: 3rem;
  }
  .faq-course {
    padding: 15px;
  }
  .faq-course-item {
    display: block;
    margin: 0 0 20px;
  }
  .faq-course-item:last-child {
    margin-bottom: 0;
  }
  .faq-course-name {
    width: auto;
    margin-bottom: 10px;
  }
}
.training-flow, .childcare-leave {
  display: flow-root;
  background: #F8F8F8;
  margin: 80px 0;
  padding: 0 50px 50px;
}
.training-flow-heading, .childcare-leave-heading {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin: -0.8em 0 50px;
}
.training-flow-list {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.training-flow-list-item {
  position: relative;
  color: #0081C6;
  list-style: none;
  padding: 8px 10px;
  margin: 0;
  line-height: 1.8;
  background: #FFF;
  border: 1px solid #74C1ED;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 60px;
}
.training-flow-list-item:not(:last-child) {
  margin: 0 0 50px;
}
.training-flow-list-item .downward-arrow {
  position: absolute;
  height: 40px;
  top: 100%;
  margin: 0;
}
.training-flow-addition {
  font-size: 1.4rem;
}

.training-detail {
  padding: 50px;
  background: #F8F8F8;
}
.training-detail-heading {
  font-size: 1.6rem;
  font-weight: 700;
}
.training-detail > *:last-child {
  margin-bottom: 0;
}

.childcare-leave .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.childcare-leave-sub-heading {
  font-size: 2rem;
  font-weight: 400;
  color: #0081C6;
}
.childcare-leave-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.childcare-leave-count-wrap {
  background: #FFF;
  border-radius: 30px;
  padding: 30px;
  margin: 0 50px;
}
.childcare-leave-count-item {
  margin: 0 20px;
  list-style: none;
  text-align: center;
  color: #0081C6;
}
.childcare-leave-count-item .number {
  font-size: 4rem;
  color: #74C1ED;
  line-height: 1;
}
.childcare-leave-count-item:last-child {
  border-left: 2px dotted;
  padding: 0 0 0 40px;
  margin-left: 20px;
}
.childcare-leave-year {
  font-size: 1.4rem;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 1023px) {
  .training-flow, .childcare-leave {
    margin: 40px 0;
    padding: 0 20px 20px;
  }
  .training-flow-heading, .childcare-leave-heading {
    font-size: 1.6rem;
    margin: -0.8em 0 20px;
  }
  .training-flow-list-item {
    padding: 5px 10px;
    border-radius: 20px;
    min-height: 50px;
  }
  .training-flow-list-item:not(:last-child) {
    margin: 0 0 40px;
  }
  .training-flow-list-item .downward-arrow {
    height: 30px;
  }
  .training-flow-addition {
    font-size: 1.2rem;
  }
  .training-detail {
    padding: 20px;
  }
  .training-detail-heading {
    font-size: 1.4rem;
  }
  .childcare-leave .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .childcare-leave-sub-heading {
    font-size: 1.5rem;
  }
  .childcare-leave-count {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
  .childcare-leave-count-wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 20px;
    padding: 20px 4vw;
    margin: 0 0 20px;
  }
  .childcare-leave-count-item {
    margin: 0 2vw;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .childcare-leave-count-item .number {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
  .childcare-leave-count-item:last-child {
    padding: 0 0 0 4vw;
    margin: 0 0 0 2vw;
  }
  .childcare-leave-count-item .icon {
    width: min(15vw, 80px);
  }
  .childcare-leave-count-item .icon-wrap {
    display: inline-block;
    margin-bottom: 5px;
  }
  .childcare-leave-year {
    font-size: 1.4rem;
    text-align: center;
    margin: 0;
  }
  .childcare-leave-summary {
    text-align: center;
    margin: 0;
  }
  .childcare-leave-summary br {
    display: none;
  }
}