@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img {
  border: none;
}

ol, ul {
  list-style: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

figure {
  margin: 0;
}

cite {
  font-style: normal;
}

hr {
  border: none;
  width: 0;
}

img {
  max-width: 100%;
  height: auto;
}

/*
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
*/
.main-color {
  color: #17294c;
}

.sub-color {
  color: #365fb1;
}

.accent-color {
  color: #365fb1;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.2;
  color: #1a1a1a;
  width: 100%;
}
@media only screen and (max-width:767px) {
  body {
    font-weight: 300;
  }
}

a {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
a:link {
  color: #17294c;
  text-decoration: none;
}
a:hover {
  color: #365fb1;
  text-decoration: none;
}
a:visited {
  color: #365fb1;
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* 端末別のbrタグ */
.br--pc {
  display: inline;
}
@media only screen and (max-width:767px) {
  .br--pc {
    display: none;
  }
}

.br--sp {
  display: inline;
}
@media only screen and (min-width:1441px) {
  .br--sp {
    display: none;
  }
}
@media only screen and (min-width:1280px) and (max-width:1440px) {
  .br--sp {
    display: none;
  }
}
@media only screen and (min-width:768px) and (max-width:1279px) {
  .br--sp {
    display: none;
  }
}

/* Chromeの青枠対策 */
*:focus {
  outline: none;
}

/* Chromeの画像ボケ対策 */
img {
  image-rendering: -webkit-optimize-contrast;
}

/* Safariの独自スタイル対策 */
input, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #ffffff;
  color: #000000;
}

/* M+フォントを使用した場合、brタグが視覚化されてしまうバグの対策 */
br {
  color: rgba(0, 0, 0, 0);
}

#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 9999;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}

#loading.loaded {
  /* margin-top: -100vh; */
  opacity: 0;
  visibility: hidden;
}

.loading__logo {
  width: 150px;
  height: auto;
}
.loading__logo img {
  display: block;
}

.spinner {
  margin: 15px auto;
  width: 150px;
  height: 10px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #ffffff;
  height: 100%;
  width: 25px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.2);
  }
  20% {
    -webkit-transform: scaleY(1);
    background-color: #17294c;
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.2);
    transform: scaleY(0.2);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    background-color: #17294c;
  }
}
#header {
  position: fixed;
  width: 100%;
  height: auto;
  margin: 0;
  right: 0;
  z-index: 1001;
}
#header .header__container {
  position: relative;
  width: 100%;
  height: auto;
  background: #ffffff;
  box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width:767px) {
  #header .header__container {
    background: none;
    box-shadow: none;
  }
}

.header__logo {
  position: relative;
  width: 15vw;
  height: 7.5vw;
  z-index: 1001;
}
@media only screen and (max-width:767px) {
  .header__logo {
    width: 40vw;
    height: 40vw;
    background: #ffffff;
    box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, 0.05);
  }
}
.header__logo img {
  display: block;
  position: absolute;
  width: 75%;
  height: auto;
  top: 50%;
  left: 67.5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width:767px) {
  .header__logo img {
    left: 50%;
  }
}

.header__nav {
  position: absolute;
  width: 50vw;
  height: 7.5vw;
  top: 0;
  right: 0;
  white-space: nowrap;
  border-top: 10px solid #17294c;
}
@media only screen and (max-width:767px) {
  .header__nav {
    border-top: none;
    background: #17294c;
  }
}
.header__nav ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  text-align: center;
}
.header__nav ul li {
  text-align: center;
  display: inline-block;
  padding: 0 1.5vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.1vw;
  line-height: 1.4;
  color: #1a1a1a;
}
@media only screen and (min-width:1441px) {
  .header__nav ul li {
    font-size: 18px;
  }
}
.header__nav ul li a {
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header__nav ul li a:link {
  color: #1a1a1a;
  text-decoration: none;
}
.header__nav ul li a:hover {
  color: #365fb1 !important;
  text-decoration: none;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.header__nav ul li a:visited {
  color: #1a1a1a;
  text-decoration: none;
}
@media only screen and (max-width:767px) {
  .header__nav {
    display: none;
  }
}

#nav-toggle {
  display: none;
  position: absolute;
}
@media only screen and (max-width:767px) {
  #nav-toggle {
    display: block;
    width: 70px;
    height: auto;
    top: 0;
    right: 0;
    padding: 22.5px 17.5px;
    background: #17294c;
    z-index: 1000;
    cursor: pointer;
  }
}
#nav-toggle {
  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
#nav-toggle .nav-toggle__icon {
  display: block;
  position: relative;
  height: 1px;
  width: 35px;
  background: #ffffff;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
#nav-toggle .nav-toggle__icon:nth-child(1) {
  top: 0;
}
#nav-toggle .nav-toggle__icon:nth-child(2) {
  margin: 12px 0;
}
#nav-toggle .nav-toggle__icon:nth-child(3) {
  top: 0;
}
#nav-toggle {
  /* OPEN時の動き */
}
#nav-toggle .nav-toggle__icon.open:nth-child(1) {
  top: 13px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffffff;
}
#nav-toggle .nav-toggle__icon.open:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
#nav-toggle .nav-toggle__icon.open:nth-child(3) {
  top: -13px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #ffffff;
}

.cover__nav {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 100vw;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.cover__nav .main-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.cover__nav .main-nav li {
  display: block;
  padding-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.8;
}
.cover__nav .main-nav li span {
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 12px;
}
.cover__nav .main-nav li a {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.cover__nav .main-nav li a:link {
  color: #1a1a1a;
  text-decoration: none;
}
.cover__nav .main-nav li a:hover {
  color: #365fb1 !important;
  text-decoration: none;
}
.cover__nav .main-nav li a:visited {
  color: #1a1a1a;
  text-decoration: none;
}
.cover__nav .main-nav li:first-child {
  padding-top: 0;
}
.cover__nav .main-nav li:last-child {
  padding-bottom: 25px;
}

.cover__nav.open {
  left: 0;
  opacity: 1;
}

#keyvisual {
  width: 100vw;
  height: auto;
  padding: 7.5vw 5.625vw 0;
  background: #ffffff url(../img/common/bcg-keyvisual_pc.png) repeat-y left top;
  background-size: 100%;
  border-bottom: 1vw solid #17294c;
}
@media only screen and (max-width:767px) {
  #keyvisual {
    padding: 0;
    background: #203969;
    background-size: 100%;
    border-bottom: 3vw solid #17294c;
  }
}
#keyvisual .keyvisual__container {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:767px) {
  #keyvisual .keyvisual__container {
    flex-direction: column-reverse;
    padding-top: 0;
  }
}

.keyvisual__title {
  position: relative;
  width: 50%;
  padding: 10vw 5vw 0;
}
@media only screen and (max-width:767px) {
  .keyvisual__title {
    width: 100%;
    padding: 20vw 20vw;
    background: #ffffff;
  }
}
.keyvisual__title .title__container {
  position: relative;
  width: auto;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease 1s;
  transition: all 0.5s ease 1s;
}
@media only screen and (max-width:767px) {
  .keyvisual__title .title__container {
    text-align: center;
    opacity: 1;
  }
}
.keyvisual__title .title__container.is-active {
  opacity: 1;
}
.keyvisual__title .title__container h2 {
  font-family: "Jost", sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
  color: #17294c;
}
@media only screen and (max-width:767px) {
  .keyvisual__title .title__container h2 {
    font-size: 5vw;
  }
}
.keyvisual__title .title__container h2::after {
  content: " ";
  display: block;
  width: 15vw;
  margin: 2vw 0;
  border-bottom: 4px solid #17294c;
}
@media only screen and (max-width:767px) {
  .keyvisual__title .title__container h2::after {
    width: 100%;
    margin: 5vw 0;
    border-bottom: 2px solid #17294c;
  }
}
.keyvisual__title .title__container h1 {
  margin: 1.5vw 0;
  font-size: 2.5vw;
  font-weight: 300;
  color: #1a1a1a;
}
@media only screen and (max-width:767px) {
  .keyvisual__title .title__container h1 {
    font-size: 6.5vw;
  }
}
.keyvisual__title .title__container p {
  font-size: 1.75vw;
  font-weight: 300;
}
@media only screen and (max-width:767px) {
  .keyvisual__title .title__container p {
    font-size: 4.5vw;
  }
}
.keyvisual__title:hover .brackets {
  width: 80%;
  height: 80%;
}
@media only screen and (max-width:767px) {
  .keyvisual__title:hover .brackets {
    width: 90%;
    height: 90%;
  }
}

.keyvisual__image {
  width: 50%;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}
@media only screen and (max-width:767px) {
  .keyvisual__image {
    width: 100%;
    margin: 0;
  }
}
.keyvisual__image img {
  display: block;
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}
.keyvisual__image.is-active {
  opacity: 1;
}
.keyvisual__image.is-active img {
  filter: blur(0);
  -webkit-transform: scale(1);
  transform: scale(1);
}

#contents {
  width: 100vw;
  height: auto;
  padding: 10vw 5.625vw;
  background: #ffffff url(../img/common/bcg-contents_pc.png) repeat-y left top;
  background-size: 100%;
}
@media only screen and (max-width:767px) {
  #contents {
    padding: 25vw 5.625vw;
    background: #ffffff url(../img/common/bcg-contents_sp.png) repeat-y left top;
    background-size: 100%;
  }
}
#contents .contents__container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contents__sub-title {
  position: relative;
  width: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5vw;
  font-weight: 300;
  color: #1a1a1a;
  padding: 0 0 0 5vw;
  margin-bottom: 10vw;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}
.contents__sub-title.is-active {
  opacity: 1;
}
@media only screen and (max-width:767px) {
  .contents__sub-title {
    width: 100%;
    font-size: 6.5vw;
    padding: 2vw 10vw;
  }
}
.contents__sub-title::before {
  content: " ";
  display: block;
  position: absolute;
  width: 4.5vw;
  height: 0.5vw;
  top: 40%;
  left: 0;
  border-bottom: 5px solid #17294c;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width:767px) {
  .contents__sub-title::before {
    width: 7.5vw;
    height: 1vw;
    top: 45%;
    border-bottom: 2.5px solid #17294c;
  }
}

.service {
  display: flex;
  width: 85%;
  margin: 0 7.5%;
  margin-bottom: 15vw;
  background: #ffffff;
}
@media only screen and (max-width:767px) {
  .service {
    flex-direction: column;
    margin-bottom: 25vw;
  }
}
.service .service__image {
  width: 25%;
  overflow: hidden;
  opacity: 0;
  box-shadow: 0 0 0 #17294c;
  -webkit-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}
@media only screen and (max-width:767px) {
  .service .service__image {
    width: 95%;
    margin-bottom: 5.1vw;
  }
}
.service .service__image img {
  display: block;
  filter: blur(5px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}
.service .service__image.is-active {
  opacity: 1;
  box-shadow: 2vw 2vw 0 #17294c;
}
@media only screen and (max-width:767px) {
  .service .service__image.is-active {
    box-shadow: 5vw 5vw 0 #17294c;
  }
}
.service .service__image.is-active img {
  filter: blur(0);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.service .service__document {
  position: relative;
  width: 75%;
  padding: 2.5vw 5vw 0 7.5vw;
}
@media only screen and (max-width:767px) {
  .service .service__document {
    width: 100%;
    padding: 10vw 4.5vw;
    margin-bottom: 10vw;
    background: #ffffff;
  }
}
.service .service__document .brackets {
  position: absolute;
  width: 85%;
  height: 85%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
.service .service__document .brackets.is-active {
  width: 100%;
  height: 100%;
  opacity: 1;
}
@media only screen and (max-width:767px) {
  .service .service__document .brackets.is-active {
    width: 100%;
    height: 100%;
  }
}
.service .service__document .brackets::before {
  content: " ";
  position: absolute;
  width: 3.5vw;
  height: 3.5vw;
  top: 0;
  right: 0;
  border-top: 1px solid #17294c;
  border-right: 1px solid #17294c;
}
@media only screen and (max-width:767px) {
  .service .service__document .brackets::before {
    border-top: none;
    border-right: none;
    top: auto;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #17294c;
    border-left: 1px solid #17294c;
    width: 7.5vw;
    height: 7.5vw;
  }
}
.service .service__document .brackets::after {
  content: " ";
  position: absolute;
  width: 3.5vw;
  height: 3.5vw;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #17294c;
  border-right: 1px solid #17294c;
}
@media only screen and (max-width:767px) {
  .service .service__document .brackets::after {
    width: 7.5vw;
    height: 7.5vw;
  }
}
.service .service__document .document__container {
  position: relative;
  width: auto;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
.service .service__document .document__container.is-active {
  opacity: 1;
}
.service .service__document .document__container h4 {
  margin: 2.5vw 0 5vw;
  font-size: 2.5vw;
  font-weight: 300;
  text-align: center;
  color: #1a1a1a;
}
@media only screen and (max-width:767px) {
  .service .service__document .document__container h4 {
    margin: 1vw 0 5vw;
    font-size: 5vw;
  }
}
.service .service__document .document__container p {
  font-size: 1.2vw;
  font-weight: 200;
  line-height: 2;
}
@media only screen and (max-width:767px) {
  .service .service__document .document__container p {
    font-size: 3vw;
    font-weight: 300;
  }
}

.contents__working-scene {
  position: relative;
  width: 85%;
  margin: 0 7.5% 15vw;
  margin-bottom: 15vw;
}
.contents__working-scene .working-scene__base {
  width: 100%;
  padding: 0 2.5vw;
  opacity: 0;
  -webkit-transition: all 1.5s ease 0.5s;
  transition: all 1.5s ease 0.5s;
}
.contents__working-scene .working-scene__base.is-active {
  opacity: 1;
}
@media only screen and (max-width:767px) {
  .contents__working-scene .working-scene__base {
    padding: 0 5vw;
  }
}
.contents__working-scene .working-scene__container {
  display: flex;
  position: absolute;
  width: 100%;
  height: auto;
  font-size: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width:767px) {
  .contents__working-scene .working-scene__container {
    flex-direction: column;
  }
}
.contents__working-scene .working-scene__container .working-scene__01 {
  align-items: flex-start;
  width: 50%;
  padding: 0;
  opacity: 0;
  filter: blur(5px);
  -webkit-transition: all 1.5s ease 0.5s;
  transition: all 1.5s ease 0.5s;
}
@media only screen and (max-width:767px) {
  .contents__working-scene .working-scene__container .working-scene__01 {
    width: 100%;
    padding: 0 7.5vw 0 7.5vw;
  }
}
.contents__working-scene .working-scene__container .working-scene__01.is-active {
  padding: 0 0 15vw 0;
  opacity: 1;
  filter: blur(0);
}
@media only screen and (max-width:767px) {
  .contents__working-scene .working-scene__container .working-scene__01.is-active {
    padding: 0 15vw 0 0;
  }
}
.contents__working-scene .working-scene__container .working-scene__01 img {
  width: 100%;
  height: auto;
}
.contents__working-scene .working-scene__container .working-scene__02 {
  align-items: flex-end;
  width: 50%;
  padding: 0;
  opacity: 0;
  filter: blur(5px);
  -webkit-transition: all 1.5s ease 0.5s;
  transition: all 1.5s ease 0.5s;
}
@media only screen and (max-width:767px) {
  .contents__working-scene .working-scene__container .working-scene__02 {
    width: 100%;
    padding: 0 7.5vw 0 7.5vw;
  }
}
.contents__working-scene .working-scene__container .working-scene__02.is-active {
  padding: 15vw 0 0 0;
  opacity: 1;
  filter: blur(0);
}
@media only screen and (max-width:767px) {
  .contents__working-scene .working-scene__container .working-scene__02.is-active {
    padding: 0 0 0 15vw;
  }
}
.contents__working-scene .working-scene__container .working-scene__02 img {
  width: 100%;
  height: auto;
}

.working-result {
  display: block;
  width: 85%;
  margin: 0 7.5%;
  margin-bottom: 15vw;
  background: #ffffff;
}
@media only screen and (max-width:767px) {
  .working-result {
    margin-bottom: 25vw;
  }
}
.working-result .working-result__document {
  position: relative;
  width: 100%;
  padding: 5vw 10vw;
}
@media only screen and (max-width:767px) {
  .working-result .working-result__document {
    width: 100%;
    padding: 10vw 5vw;
    margin-bottom: 10vw;
    background: #ffffff;
  }
}
.working-result .working-result__document .brackets {
  position: absolute;
  width: 85%;
  height: 85%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
.working-result .working-result__document .brackets.is-active {
  width: 100%;
  height: 100%;
  opacity: 1;
}
@media only screen and (max-width:767px) {
  .working-result .working-result__document .brackets.is-active {
    width: 100%;
    height: 100%;
  }
}
.working-result .working-result__document .brackets::before {
  content: " ";
  position: absolute;
  width: 3.5vw;
  height: 3.5vw;
  top: 0;
  left: 0;
  border-top: 1px solid #17294c;
  border-left: 1px solid #17294c;
}
@media only screen and (max-width:767px) {
  .working-result .working-result__document .brackets::before {
    width: 7.5vw;
    height: 7.5vw;
  }
}
.working-result .working-result__document .brackets::after {
  content: " ";
  position: absolute;
  width: 3.5vw;
  height: 3.5vw;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #17294c;
  border-right: 1px solid #17294c;
}
@media only screen and (max-width:767px) {
  .working-result .working-result__document .brackets::after {
    width: 7.5vw;
    height: 7.5vw;
  }
}
.working-result .working-result__document .document__container {
  position: relative;
  width: auto;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
.working-result .working-result__document .document__container.is-active {
  opacity: 1;
}
.working-result .working-result__document .document__container p {
  font-size: 1.2vw;
  font-weight: 200;
  line-height: 2;
}
@media only screen and (max-width:767px) {
  .working-result .working-result__document .document__container p {
    font-size: 3vw;
    font-weight: 300;
  }
}
.working-result .working-result__document .document__container p.active-target {
  opacity: 0;
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
.working-result .working-result__document .document__container p.active-target.is-active {
  opacity: 1;
}
.working-result .working-result__document .document__container .working-result__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5vw;
  margin: 5vw 0;
}
@media only screen and (max-width:767px) {
  .working-result .working-result__document .document__container .working-result__list {
    grid-template-columns: 1fr;
  }
}
.working-result .working-result__document .document__container .working-result__list .working-result__item {
  opacity: 0;
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
.working-result .working-result__document .document__container .working-result__list .working-result__item h4 {
  position: relative;
  padding: 0.5vw 0;
  font-size: 1.2vw;
  font-weight: 500;
  color: #ffffff;
  z-index: 1;
}
@media only screen and (max-width:767px) {
  .working-result .working-result__document .document__container .working-result__list .working-result__item h4 {
    padding: 2.5vw 0;
    font-size: 3vw;
  }
}
.working-result .working-result__document .document__container .working-result__list .working-result__item h4 span {
  padding: 0.5vw 1vw;
  background: #17294c;
}
@media only screen and (max-width:767px) {
  .working-result .working-result__document .document__container .working-result__list .working-result__item h4 span {
    padding: 1vw 2.5vw;
    font-size: 3vw;
  }
}
.working-result .working-result__document .document__container .working-result__list .working-result__item img {
  margin-top: -1vw;
  padding: 0 1vw;
  filter: blur(5px);
  -webkit-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}
@media only screen and (max-width:767px) {
  .working-result .working-result__document .document__container .working-result__list .working-result__item img {
    margin-top: -4vw;
    padding: 0 2.5vw;
  }
}
.working-result .working-result__document .document__container .working-result__list .working-result__item p {
  padding: 0 1vw;
  font-size: 1vw;
  line-height: 1.6;
}
@media only screen and (max-width:767px) {
  .working-result .working-result__document .document__container .working-result__list .working-result__item p {
    padding: 0 2.5vw;
    font-size: 3vw;
  }
}
.working-result .working-result__document .document__container .working-result__list .working-result__item p span {
  display: block;
  font-weight: 500;
  padding: 0.5vw 0;
}
.working-result .working-result__document .document__container .working-result__list .working-result__item.is-active {
  opacity: 1;
}
.working-result .working-result__document .document__container .working-result__list .working-result__item.is-active img {
  filter: blur(0);
}

.contents__working-software {
  display: block;
  width: 85%;
  margin: 0 7.5%;
  margin-bottom: 15vw;
  background: #ffffff;
}
@media only screen and (max-width:767px) {
  .contents__working-software {
    margin-bottom: 25vw;
  }
}
.contents__working-software .working-software__document {
  position: relative;
  width: 100%;
  padding: 5vw 10vw;
}
@media only screen and (max-width:767px) {
  .contents__working-software .working-software__document {
    width: 100%;
    padding: 10vw 5vw;
    margin-bottom: 10vw;
    background: #ffffff;
  }
}
.contents__working-software .working-software__document .brackets {
  position: absolute;
  width: 85%;
  height: 85%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
.contents__working-software .working-software__document .brackets.is-active {
  width: 100%;
  height: 100%;
  opacity: 1;
}
@media only screen and (max-width:767px) {
  .contents__working-software .working-software__document .brackets.is-active {
    width: 100%;
    height: 100%;
  }
}
.contents__working-software .working-software__document .brackets::before {
  content: " ";
  position: absolute;
  width: 3.5vw;
  height: 3.5vw;
  top: 0;
  left: 0;
  border-top: 1px solid #17294c;
  border-left: 1px solid #17294c;
}
@media only screen and (max-width:767px) {
  .contents__working-software .working-software__document .brackets::before {
    width: 7.5vw;
    height: 7.5vw;
  }
}
.contents__working-software .working-software__document .brackets::after {
  content: " ";
  position: absolute;
  width: 3.5vw;
  height: 3.5vw;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #17294c;
  border-right: 1px solid #17294c;
}
@media only screen and (max-width:767px) {
  .contents__working-software .working-software__document .brackets::after {
    width: 7.5vw;
    height: 7.5vw;
  }
}
.contents__working-software .working-software__document .document__container {
  position: relative;
  width: auto;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
.contents__working-software .working-software__document .document__container.is-active {
  opacity: 1;
}
.contents__working-software .working-software__document .document__container ul {
  list-style-type: disc;
  font-size: 1.4vw;
  line-height: 1.8;
}
@media only screen and (max-width:767px) {
  .contents__working-software .working-software__document .document__container ul {
    font-size: 2.5vw;
  }
}

.recruit-banner {
  display: flex;
  width: 85%;
  margin: 10vw 7.5% 10vw;
}
@media only screen and (max-width:767px) {
  .recruit-banner {
    width: 90%;
    margin: 25vw 5% 10vw;
  }
}
.recruit-banner .banner__title {
  position: relative;
  width: 50%;
  padding: 3.5vw 7.5vw 0;
}
@media only screen and (max-width:767px) {
  .recruit-banner .banner__title {
    padding: 10vw 5vw;
    background: #ffffff;
  }
}
.recruit-banner .banner__title .brackets {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.recruit-banner .banner__title .brackets.is-active {
  width: 95%;
  height: 95%;
  opacity: 1;
}
.recruit-banner .banner__title .brackets::before {
  content: " ";
  position: absolute;
  width: 3.5vw;
  height: 3.5vw;
  top: 0;
  right: 0;
  border-top: 1px solid #17294c;
  border-right: 1px solid #17294c;
}
@media only screen and (max-width:767px) {
  .recruit-banner .banner__title .brackets::before {
    width: 7.5vw;
    height: 7.5vw;
  }
}
.recruit-banner .banner__title .brackets::after {
  content: " ";
  position: absolute;
  width: 3.5vw;
  height: 3.5vw;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #17294c;
  border-right: 1px solid #17294c;
}
@media only screen and (max-width:767px) {
  .recruit-banner .banner__title .brackets::after {
    width: 7.5vw;
    height: 7.5vw;
  }
}
.recruit-banner .banner__title .title__container {
  position: relative;
  width: auto;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.recruit-banner .banner__title .title__container.is-active {
  opacity: 1;
}
.recruit-banner .banner__title .title__container h3 {
  font-family: "Jost", sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
  color: #17294c;
}
@media only screen and (max-width:767px) {
  .recruit-banner .banner__title .title__container h3 {
    font-size: 3.5vw;
  }
}
.recruit-banner .banner__title .title__container h3::after {
  content: " ";
  display: block;
  width: 5vw;
  margin: 1vw 0;
  border-bottom: 4px solid #17294c;
}
@media only screen and (max-width:767px) {
  .recruit-banner .banner__title .title__container h3::after {
    width: 20vw;
    margin: 3vw 0 5vw;
    border-bottom: 2px solid #17294c;
  }
}
.recruit-banner .banner__title .title__container h2 {
  margin: 1vw 0 1.5vw;
  font-size: 2vw;
  font-weight: 200;
  color: #1a1a1a;
}
@media only screen and (max-width:767px) {
  .recruit-banner .banner__title .title__container h2 {
    margin: 1vw 0 5vw;
    font-size: 5vw;
    font-weight: 300;
  }
}
.recruit-banner .banner__title .title__container p {
  font-size: 1.5vw;
  font-weight: 300;
}
@media only screen and (max-width:767px) {
  .recruit-banner .banner__title .title__container p {
    font-size: 3vw;
  }
}
.recruit-banner .banner__title:hover .brackets {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:767px) {
  .recruit-banner .banner__title:hover .brackets {
    width: 100%;
    height: 100%;
  }
}
.recruit-banner .banner__image {
  width: 50%;
  overflow: hidden;
  opacity: 0;
  box-shadow: 0 0 0 #17294c;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.recruit-banner .banner__image img {
  display: block;
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.recruit-banner .banner__image.is-active {
  opacity: 1;
  box-shadow: -2vw -2vw 0 #17294c;
}
@media only screen and (max-width:767px) {
  .recruit-banner .banner__image.is-active {
    box-shadow: -5vw -5vw 0 #17294c;
  }
}
.recruit-banner .banner__image.is-active img {
  filter: blur(0);
  -webkit-transform: scale(1);
  transform: scale(1);
}

#footer {
  position: relative;
  width: 100vw;
  height: 50vh;
  background: #17294c;
}
@media only screen and (max-width:767px) {
  #footer {
    height: 500px;
    background-size: 200px;
  }
}
#footer .footer__container {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.footer__logo {
  position: absolute;
  width: 250px;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width:767px) {
  .footer__logo {
    width: 175px;
    top: 70%;
  }
}
.footer__logo img {
  width: 100%;
}

.footer__nav {
  position: absolute;
  width: 50vw;
  height: 7.5vw;
  top: 0;
  right: 0;
  background: #18253e;
}
@media only screen and (max-width:767px) {
  .footer__nav {
    height: 60vw;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.footer__nav ul {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .footer__nav ul {
    display: block;
  }
}
.footer__nav ul li {
  text-align: center;
  display: inline-block;
  padding: 0 1.5vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.1vw;
  line-height: 1.6;
  color: #ffffff;
}
@media only screen and (max-width:767px) {
  .footer__nav ul li {
    display: block;
    padding: 0;
    line-height: 2.4;
    font-size: 14px;
  }
}
.footer__nav ul li a {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer__nav ul li a:link {
  color: #ffffff;
  text-decoration: none;
}
.footer__nav ul li a:hover {
  color: #365fb1 !important;
  text-decoration: none;
}
.footer__nav ul li a:visited {
  color: #ffffff;
  text-decoration: none;
}
.footer__copyright {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0 auto;
  padding: 25px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1vw;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width:767px) {
  .footer__copyright {
    position: absolute;
    bottom: 0;
    font-size: 12px;
  }
}