/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/* * What follows is the result of much research on cross-browser styling.
 * * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * * Kroc Camen, and the H5BP dev community and team. */
/* ==========================================================================
 * * Base styles: opinionated defaults
 * * ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/* * Remove text-shadow in selection highlight:
 * * https://twitter.com/miketaylr/status/12228805301
 * *
 * * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * * https://stackoverflow.com/a/16982510/7133471
 * *
 * * Customize the background color to match your design. */
::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* * A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* * Remove the gap between audio, canvas, iframes,
 * * images, videos and the bottom of their containers:
 * * https://github.com/h5bp/html5-boilerplate/issues/440 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/* * Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* * Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}

/* ==========================================================================
 * * Browser Upgrade Prompt
 * * ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
 * * Author's custom styles
 * * ========================================================================== */
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  padding: 0;
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
body * {
  box-sizing: border-box;
}
body *::before, body *::after {
  box-sizing: border-box;
}

a {
  color: #0381D1;
  text-decoration: none;
  opacity: 1;
}
a:hover {
  opacity: 1;
}

input[type=submit], input[type=reset], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
  opacity: 1;
}

button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 300ms ease-in;
}
button:hover {
  opacity: 1;
}
button::-webkit-search-decoration {
  display: none;
}
button::focus {
  outline-offset: -2px;
}

input[type=submit]::-webkit-search-decoration, input[type=reset]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=reset]::focus, input[type=button]::focus {
  outline-offset: -2px;
}

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

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.05em;
  font-weight: 400;
}

p:empty {
  margin: 0;
}

:focus {
  outline: none;
}

.lato {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.inter {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.content {
  width: 1260px;
  max-width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.content.w {
  width: 1340px;
}
.content.n {
  width: 1240px;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.image-scroll .swiper-wrapper {
  transition-timing-function: linear;
}
.image-scroll .swiper-wrapper .swiper-slide {
  padding: 0 0.75%;
}
.image-scroll .swiper-wrapper .swiper-slide.even {
  padding-top: 2.5%;
}

.view-more {
  display: inline-block;
  align-items: center;
  color: #1A1A1A;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}
.view-more::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-left: 12px;
  vertical-align: middle;
  background: url(../img/part-link-arrow-circle-part-link-arrow-view-more.png) 50% 50% no-repeat;
  background-size: contain;
}
.view-more:hover::after {
  background-image: url(../img/part-link-arrow-circle-part-link-arrow-view-more-hover.png);
}
.view-more.v2::after {
  background-image: url(../img/part-link-arrow-circle-part-link-arrow-view-more-v2.png);
}
.view-more.v2:hover::after {
  background-image: url(../img/part-link-arrow-circle-part-link-arrow-view-more-v2.png);
}

.image-link {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.image-link::after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 42px;
  height: 42px;
  background: url(../img/part-link-arrow-circle-image.png) 50% 50% no-repeat;
  background-size: contain;
}
.image-link > img {
  display: block;
  transition: all 300ms ease;
}
.image-link p {
  margin: 0;
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.image-link p span {
  display: block;
  font-weight: 600;
  line-height: 1;
}
.image-link p span:nth-of-type(1) {
  font-size: 1.4rem;
}
.image-link p span:nth-of-type(2) {
  margin-top: 12px;
  font-size: 2rem;
}
.image-link:hover > img {
  transform: scale(1.1);
}
.image-link.v2 p {
  left: 60px;
  top: 45px;
  bottom: auto;
}
.image-link.v2 p span:nth-of-type(1) {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.image-link.v2 p span:nth-of-type(1)::before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  margin-right: 8px;
  border-radius: 1px;
  background: #ffffff;
}
.image-link.v2 p span:nth-of-type(2) {
  margin-top: 12px;
  font-size: 2.2rem;
}

.text-link {
  display: block;
  position: relative;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: solid 1px #ffffff;
}
.text-link::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  width: 12px;
  height: 8px;
  background: url(../img/part-link-arrow.png) 50% 50% no-repeat;
  background-size: contain;
}
.text-link span {
  display: block;
  font-weight: 600;
  line-height: 1;
}
.text-link span:nth-of-type(1) {
  font-size: 1.2rem;
}
.text-link span:nth-of-type(2) {
  margin-top: 15px;
  font-size: 1.8rem;
}
.text-link.external::after {
  width: 13px;
  height: 13px;
  background-image: url(../img/part-link-arrow-external.png);
}

.button-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 400px;
  max-width: 100%;
  height: 76px;
  padding: 0 40px 0 60px;
  border: solid 1px #ffffff;
  border-radius: 38px;
  background: #ffffff;
  box-shadow: 4.24px 4.24px 14px rgba(0, 114, 186, 0.3);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}
.button-link::after {
  content: "";
  width: 11px;
  height: 11px;
  background: url(../img/parts-link-arrow-button.png) 50% 50% no-repeat;
  background-size: contain;
}
.button-link:hover {
  background: transparent;
  color: #ffffff;
}
.button-link:hover::after {
  background-image: url(../img/parts-link-arrow-button-hover.png);
}
.button-link.v2 {
  border-color: #0381D1;
  background: #0381D1;
  color: #ffffff;
}
.button-link.v2::after {
  width: 13px;
  height: 13px;
  background-image: url(../img/part-link-arrow-external.png);
}
.button-link.v2:hover {
  background: transparent;
  color: #0381D1;
}
.button-link.v2:hover::after {
  background-image: url(../img/part-link-arrow-external-hover.png);
}
.button-link.v2.disabled {
  pointer-events: none;
  border-color: #ccc;
  background: #ccc;
  box-shadow: none;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 30px 40px;
  color: #ffffff;
}
#header h1 {
  display: flex;
  align-items: center;
  height: 48px;
  color: #ffffff;
  margin: 0;
}
#header h1 a {
  display: flex;
  align-items: center;
  color: #ffffff;
}
#header h1 a img {
  display: block;
}
#header h1 a img:nth-of-type(2) {
  display: none;
}
#header h1 a span {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 900;
}
#header h1 a span::before {
  content: "";
  display: block;
  height: 18px;
  width: 1px;
  margin: 0 20px;
  background: #ffffff;
}
#header #nav > ul {
  list-style: none;
  display: flex;
  height: 48px;
  margin: 0;
  padding: 0;
}
#header #nav > ul > li {
  margin: 0 18px;
  display: flex;
  align-items: center;
}
#header #nav > ul > li > a {
  display: block;
  color: #ffffff;
  font-weight: 600;
}
#header #nav > ul > li > div {
  position: absolute;
  left: 0;
  top: -212px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 212px;
  border-top: solid 1px #EBEBEB;
  background: #fff;
  color: #1A1A1A;
}
#header #nav > ul > li > div > .content > div {
  display: flex;
  align-items: center;
  color: #1A1A1A;
}
#header #nav > ul > li > div > .content > div p {
  width: 25%;
  margin: 0;
  font-size: 2.4rem;
  font-weight: 500;
}
#header #nav > ul > li > div > .content > div p span {
  display: block;
}
#header #nav > ul > li > div > .content > div p span.lato {
  color: #0381D1;
  font-size: 1.4rem;
  font-weight: 900;
}
#header #nav > ul > li > div > .content > div ul {
  list-style: none;
  flex: 1;
  display: flex;
  margin: 0;
  padding: 0 0 0 0;
}
#header #nav > ul > li > div > .content > div ul::before {
  content: "";
  display: block;
  width: 1px;
  height: 52px;
  margin-right: 2.5%;
  background: #EBEBEB;
}
#header #nav > ul > li > div > .content > div ul li {
  display: flex;
  align-items: center;
  margin-left: 7.5%;
}
#header #nav > ul > li > div > .content > div ul li a {
  display: flex;
  align-items: center;
  color: #1A1A1A;
  font-size: 1.5rem;
  font-weight: 600;
}
#header #nav > ul > li > div > .content > div ul li a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url(../img/part-link-arrow-menu.png) 50% 50% no-repeat;
  background-size: contain;
}
#header #nav > ul > li > div > .content > div ul li a:hover::after {
  background-image: url(../img/part-link-arrow-menu-hover.png);
}
#header #nav > ul > li.has-child {
  margin-right: 30px;
}
#header #nav > ul > li.has-child > a {
  position: relative;
}
#header #nav > ul > li.has-child > a::after, #header #nav > ul > li.has-child > a::before {
  content: "";
  position: absolute;
  right: -14px;
  top: 50%;
  width: 8px;
  height: 2px;
  background: #ffffff;
  transform: translate(0, -50%);
}
#header #nav > ul > li.has-child > a::before {
  right: -11px;
  top: 50%;
  width: 2px;
  height: 8px;
}
#header #nav > ul > li.has-child.opened > a {
  color: #0381D1;
}
#header #nav > ul > li.has-child.opened > a::before {
  display: none;
}
#header #nav > ul > li.has-child.opened > a::after {
  background: #0381D1;
}
#header #nav > ul > li.has-child.opened > div {
  top: 108px;
}
#header #nav > ul > li.recruit {
  margin-right: 0;
}
#header #nav > ul > li.recruit > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 188px;
  padding: 0;
  border-radius: 24px;
  background: #49AEEF;
  background: linear-gradient(90deg, #49aeef 0%, #41a3e2 100%, #43aef2 30%);
}
#header #nav > ul > li.recruit > a::after {
  content: "";
  width: 9px;
  height: 8px;
  margin-left: 18px;
  background: url(../img/parts-link-arrow-button-hover.png) 50% 50% no-repeat;
  background-size: contain;
}
#header #nav > ul > li.recruit > a:hover {
  background: transparent;
  border: solid 1px #ffffff;
}
#header #nav > ul > li.recruit.graduate > a {
  background: #0D99F2;
  background: linear-gradient(90deg, #0d99f2 0%, #0280d0 100%, #0d99f2 30%);
}
#header #nav > ul > li.recruit.graduate > a:hover {
  background: transparent;
  border: solid 1px #ffffff;
}
#header.child-opened, #header.reversed, #header.active {
  background: #ffffff;
}
#header.child-opened h1 a, #header.reversed h1 a, #header.active h1 a {
  color: #1A1A1A;
}
#header.child-opened h1 a img:nth-of-type(1), #header.reversed h1 a img:nth-of-type(1), #header.active h1 a img:nth-of-type(1) {
  display: none;
}
#header.child-opened h1 a img:nth-of-type(2), #header.reversed h1 a img:nth-of-type(2), #header.active h1 a img:nth-of-type(2) {
  display: block;
}
#header.child-opened h1 a span::before, #header.reversed h1 a span::before, #header.active h1 a span::before {
  background: #EBEBEB;
}
#header.child-opened #nav > ul > li > a, #header.reversed #nav > ul > li > a, #header.active #nav > ul > li > a {
  color: #1A1A1A;
}
#header.child-opened #nav > ul > li.recruit > a, #header.reversed #nav > ul > li.recruit > a, #header.active #nav > ul > li.recruit > a {
  color: #ffffff;
}
#header.child-opened #nav > ul > li.recruit > a:hover, #header.reversed #nav > ul > li.recruit > a:hover, #header.active #nav > ul > li.recruit > a:hover {
  border-color: #49AEEF;
  color: #49AEEF;
}
#header.child-opened #nav > ul > li.recruit > a:hover::after, #header.reversed #nav > ul > li.recruit > a:hover::after, #header.active #nav > ul > li.recruit > a:hover::after {
  background-image: url(../img/parts-link-arrow-button.png);
}
#header.child-opened #nav > ul > li.recruit.graduate > a:hover, #header.reversed #nav > ul > li.recruit.graduate > a:hover, #header.active #nav > ul > li.recruit.graduate > a:hover {
  border-color: #0D99F2;
  color: #0D99F2;
}
#header.child-opened #nav > ul > li.has-child > a::after, #header.child-opened #nav > ul > li.has-child > a::before, #header.reversed #nav > ul > li.has-child > a::after, #header.reversed #nav > ul > li.has-child > a::before, #header.active #nav > ul > li.has-child > a::after, #header.active #nav > ul > li.has-child > a::before {
  background: #1A1A1A;
}
#header #nav-btn {
  display: none;
}

#footer {
  padding: 90px 0;
  background: #2E2E2E;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer .nav {
  display: flex;
  justify-content: space-between;
}
#footer .nav > div:nth-of-type(1) h1 {
  display: flex;
  align-items: center;
  height: 48px;
  margin: 0;
  color: #ffffff;
}
#footer .nav > div:nth-of-type(1) a {
  display: flex;
  align-items: center;
  color: #ffffff;
}
#footer .nav > div:nth-of-type(1) a img {
  display: block;
}
#footer .nav > div:nth-of-type(1) a img:nth-of-type(2) {
  display: none;
}
#footer .nav > div:nth-of-type(1) a span {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 900;
}
#footer .nav > div:nth-of-type(1) a span::before {
  content: "";
  display: block;
  height: 18px;
  width: 1px;
  margin: 0 20px;
  background: #ffffff;
}
#footer .nav > div:nth-of-type(1) h2 {
  margin: 30px 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  overflow: hidden;
}
#footer .nav > div:nth-of-type(1) p {
  margin: 10px 0 0;
  font-size: 1.3rem;
  font-weight: 500;
}
#footer .nav > div:nth-of-type(1) > a {
  margin: 20px 0 0;
  font-size: 1.3rem;
  font-weight: 500;
}
#footer .nav > div:nth-of-type(1) > a::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-left: 6px;
  background: url(../img/part-link-arrow-external.png) 50% 50% no-repeat;
  background-size: contain;
}
#footer .nav > div:nth-of-type(2) > nav {
  display: flex;
}
#footer .nav > div:nth-of-type(2) > nav > ul {
  list-style: none;
  margin: 0 0 0 80px;
  padding: 0;
}
#footer .nav > div:nth-of-type(2) > nav > ul > li {
  margin-top: 8px;
}
#footer .nav > div:nth-of-type(2) > nav > ul > li:nth-child(1) {
  margin-top: 0;
}
#footer .nav > div:nth-of-type(2) > nav > ul > li > a {
  font-size: 1.5rem;
  font-weight: 600;
}
#footer .nav > div:nth-of-type(2) > nav > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .nav > div:nth-of-type(2) > nav > ul > li > ul > li {
  margin-top: 6px;
}
#footer .nav > div:nth-of-type(2) > nav > ul > li > ul > li:nth-child(1) {
  margin-top: 8px;
}
#footer .nav > div:nth-of-type(2) > nav > ul > li > ul > li > a {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
}
#footer .nav > div:nth-of-type(2) > nav > ul > li > ul > li > a::before {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  margin-right: 8px;
  background: url(../img/footer-icon-submenu.png) 50% 50% no-repeat;
  background-size: contain;
}
#footer .info p {
  margin: 0;
  color: #CBCBCB;
  text-align: right;
  font-size: 1.1rem;
  font-weight: 500;
}
#footer .float {
  position: fixed;
  left: 0;
  bottom: -60px;
  z-index: 900;
  width: 100%;
  transition: all 300ms ease;
}
#footer .float ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 10px 0;
}
#footer .float ul li {
  padding: 0 8px;
}
#footer .float ul li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 158px;
  padding: 0;
  border-radius: 24px;
  background: #49AEEF;
  background: linear-gradient(90deg, #49aeef 0%, #41a3e2 100%, #43aef2 30%);
  font-size: 1.2rem;
}
#footer .float ul li > a::after {
  content: "";
  width: 9px;
  height: 8px;
  margin-left: 18px;
  background: url(../img/parts-link-arrow-button-hover.png) 50% 50% no-repeat;
  background-size: contain;
}
#footer .float ul li.graduate > a {
  background: #0D99F2;
  background: linear-gradient(90deg, #0d99f2 0%, #0280d0 100%, #0d99f2 30%);
}
#footer .float.active {
  bottom: 0;
}

#mv {
  position: relative;
}
#mv .catch {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 108px;
  color: #fff;
}
#mv .catch h2 {
  margin: 0;
  overflow: hidden;
}
#mv .catch h2 span {
  display: block;
  transform: translate(0, 4vw);
  transition: all 150ms linear 1000ms;
}
#mv .catch h2 span img {
  width: 29vw;
  max-width: 557px;
}
#mv .catch h3 {
  margin: 40px 0 0;
  font-size: 2.08vw;
  font-weight: 600;
  overflow: hidden;
}
#mv .catch h3 span {
  display: block;
  transform: translate(0, 3vw);
  transition: all 150ms linear 1000ms;
}
#mv .catch p {
  margin: 30px 0 0;
  font-size: 0.78vw;
  font-weight: 600;
  overflow: hidden;
}
#mv .catch p span {
  display: block;
  transform: translate(0, 5vw);
  transition: all 150ms ease-in 1000ms;
}
#mv .mv-wrap {
  overflow: hidden;
}
#mv .mv-wrap .swiper-slide-active img,
#mv .mv-wrap .swiper-slide-duplicate-active img,
#mv .mv-wrap .swiper-slide-prev img {
  animation: zoomUp 7s linear 0s normal both;
}
#mv.started .catch h2 span {
  transform: translate(0, 0);
}
#mv.started .catch h3 span {
  transform: translate(0, 0);
}
#mv.started .catch p span {
  transform: translate(0, 0);
}

#content > section {
  padding: 130px 0;
}
#content > section.no-mv {
  padding-top: 108px !important;
}
#content > section .row2 {
  display: flex;
}
#content > section .row2 > div {
  width: 50%;
}
#content > section .row3 {
  display: flex;
}
#content > section .row3 > div {
  width: 33%;
}
#content > section .row3 > div:nth-of-type(2) {
  width: 34%;
}
#content > section .interview-list .item {
  width: 340px;
}
#content > section .interview-list .item a {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
#content > section .interview-list .item a > div {
  transition: opacity 300ms ease;
}
#content > section .interview-list .item a > div p {
  color: #ffffff;
}
#content > section .interview-list .item a > div:nth-of-type(2) {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  background: linear-gradient(0deg, rgba(3, 129, 209, 0.8) 0%, rgba(3, 129, 209, 0) 65%);
}
#content > section .interview-list .item a > div:nth-of-type(2) > p {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
}
#content > section .interview-list .item a > div:nth-of-type(2) > p:nth-of-type(2) {
  margin-top: 12px;
  font-size: 1.2rem;
}
#content > section .interview-list .item a > div:nth-of-type(3) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 65px 40px 20px;
  background: linear-gradient(90deg, rgba(77, 211, 255, 0.85) 0%, rgba(0, 147, 240, 0.85) 100%);
  opacity: 0;
}
#content > section .interview-list .item a > div:nth-of-type(3) > p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
}
#content > section .interview-list .item a > div:nth-of-type(3) > p:nth-of-type(1) {
  text-align: center;
}
#content > section .interview-list .item a > div:nth-of-type(3) > p:nth-of-type(1)::after {
  content: "";
  display: block;
  width: 122px;
  height: 6px;
  margin: 10px auto;
  background: url(../img/interview-line.png) 50% 50% no-repeat;
  background-size: contain;
}
#content > section .interview-list .item a > div:nth-of-type(3) > p:nth-of-type(1) > span {
  display: block;
}
#content > section .interview-list .item a > div:nth-of-type(3) > p:nth-of-type(1) > span:nth-of-type(1) {
  font-size: 1.2rem;
}
#content > section .interview-list .item a > div:nth-of-type(3) > p:nth-of-type(2) {
  margin-top: 40px;
  font-size: 2.2rem;
}
#content > section h2 {
  margin: 0 0 40px;
  font-size: 6rem;
  font-weight: 600;
}
#content > section h2 span {
  display: block;
  line-height: 1.5;
}
#content > section h2 span:nth-of-type(1) {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
}
#content > section h2 span:nth-of-type(1)::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  margin-right: 12px;
  border-radius: 2px;
  background: #0381D1;
}
#content > section h2 span:nth-of-type(2) {
  color: #0381D1;
  font-weight: 600;
}
#content > section h2 + p:not(.catch) {
  margin-top: -20px;
}
#content > section p {
  margin: 5px 0 0;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4;
}
#content > section p.catch {
  margin: 0 0 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.6;
}
#content > section h3 {
  margin: 0 0 40px;
  font-size: 2.4rem;
  font-weight: 500;
}
#content > section h3 span {
  display: block;
  line-height: 1.5;
}
#content > section h3 span:nth-of-type(1) {
  color: #0381D1;
  font-size: 1.4rem;
  font-weight: 600;
}
#content > section#message {
  margin-top: 40px;
  padding-top: 90px;
  background: url(../img/home-message.png) 50% 0 no-repeat;
  background-size: 100%;
}
#content > section#message .image-scroll {
  margin: 120px 0 0;
}
#content > section#about {
  padding-top: 0;
}
#content > section#about .blue {
  color: #ffffff;
  padding: 120px 20px;
  border-radius: 80px 80px 0 0;
  background: #2FA4F0;
  background: linear-gradient(180deg, #2fa4f0 0%, #1a6ab2 100%);
}
#content > section#about .blue h2 span:nth-of-type(1)::before {
  background: #ffffff;
}
#content > section#about .blue h2 span:nth-of-type(2) {
  color: #ffffff;
}
#content > section#about .blue a {
  color: #fff;
}
#content > section#about .blue .view-more {
  margin: 40px 0 0;
}
#content > section#about .blue .row2:nth-of-type(2) {
  justify-content: space-between;
  margin-top: 60px;
}
#content > section#about .blue .row2:nth-of-type(2) > div {
  width: 47.5%;
}
#content > section#about .blue .row2:nth-of-type(3) {
  justify-content: center;
  margin-top: 60px;
}
#content > section#about .blue .row2:nth-of-type(3) > div {
  width: 26.7%;
  margin: 0 2.951%;
}
#content > section#about #data {
  margin-top: 100px;
  padding: 90px 0 100px;
  border-radius: 20px;
  background: #ffffff;
}
#content > section#about #data h3 {
  color: #1A1A1A;
}
#content > section#about #data .row2 {
  justify-content: space-between;
  margin-top: 60px;
}
#content > section#about #data .row2 > div {
  width: 47.5%;
}
#content > section#about #interview {
  padding: 100px 0 0;
}
#content > section#about #interview > .content {
  position: relative;
}
#content > section#about #interview .view-more-box {
  position: absolute;
  right: 0;
  top: 30px;
}
#content > section#about #interview .interview-wrap {
  margin-top: 60px;
  overflow: hidden;
}
#content > section#about #interview .interview-wrap .swiper-slide {
  margin-left: 20px;
}
#content > section#movie {
  margin: 20px 0 100px;
  padding: 100px 0;
  background: #F5F8FA;
}
#content > section#movie .row2 > div:nth-of-type(1) {
  width: 35%;
}
#content > section#movie .row2 > div:nth-of-type(2) {
  flex: 1;
  width: auto;
}
#content > section#movie .movie-wrap .movie-list {
  display: flex;
  margin-top: -40px;
  flex-wrap: wrap;
}
#content > section#movie .movie-wrap .movie-list .item {
  width: 50%;
  margin-top: 40px;
}
#content > section#movie .movie-wrap .movie-list .item a {
  display: block;
}
#content > section#movie .movie-wrap .movie-list .item a p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  color: #1A1A1A;
  line-height: 1.6;
}
#content > section#movie .movie-wrap .movie-list .item a p::after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 5px;
  background: url(../img/part-link-arrow-movie.png) 50% 50% no-repeat;
  background-size: contain;
}
#content > section#movie .movie-wrap .movie-list .item a:hover p::after {
  background-image: url(../img/part-link-arrow-movie-hover.png);
}
#content > section#movie .movie-wrap .movie-list .item:nth-of-type(odd) {
  padding-right: 3.847%;
}
#content > section#movie .movie-wrap .movie-list .item:nth-of-type(even) {
  padding-left: 3.847%;
}
#content > section#entry {
  margin: 0 20px 130px;
  border-radius: 40px;
  background: url(../img/entry.png), linear-gradient(270deg, #0d99f2 0%, #0d99f2 30%, #0280d0 100%);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
#content > section#entry h2 span {
  color: #fff;
}
#content > section#entry h2 span:nth-of-type(1)::before {
  background: #ffffff;
}
#content > section#entry p {
  color: #fff;
}
#content > section#entry .row2 {
  padding: 0 10%;
}
#content > section#entry .button-link {
  margin-top: 30px;
}

.sub #content .mv {
  position: relative;
  color: #ffffff;
}
.sub #content .mv > div:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sub #content .mv > div:nth-of-type(2) .content {
  height: 100%;
}
.sub #content .mv > div:nth-of-type(2) .content h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
.sub #content .mv > div:nth-of-type(2) .content h2 > span:nth-of-type(1) {
  font-size: 6.8rem;
  font-weight: 600;
}
.sub #content .mv > div:nth-of-type(2) .content h2 > span:nth-of-type(2) {
  margin-top: 40px;
}
.sub #content .wo-mv {
  background: #ffffff;
  color: #0381D1;
}
.sub #content .wo-mv .content {
  height: 505px;
}
.sub #content .wo-mv .content h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding-top: 200px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
.sub #content .wo-mv .content h2 > span:nth-of-type(1) {
  font-size: 6.8rem;
  font-weight: 600;
}
.sub #content .wo-mv .content h2 > span:nth-of-type(2) {
  margin-top: 40px;
}
.sub #content .next {
  padding-bottom: 80px;
}
.sub #content .next .content > p {
  display: flex;
  align-items: center;
  margin: 0;
  color: #0381D1;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
}
.sub #content .next .content > p::after {
  content: "";
  width: 50px;
  height: 1px;
  margin-left: 30px;
  background: #0381D1;
}
.sub #content .next .content > div {
  margin-top: 60px;
  border-radius: 12px;
  box-shadow: 2px 2px 10px #C6C6C6;
}
.sub #content .next .content > div a {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.sub #content .next .content > div a::after {
  content: "";
  position: absolute;
  right: 6.25%;
  top: 50%;
  width: 42px;
  height: 42px;
  background: url(../img/part-link-arrow-circle-image.png) 50% 50% no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}
.sub #content .next .content > div a img {
  display: block;
  transition: all 300ms ease;
}
.sub #content .next .content > div a:hover img {
  transform: scale(1.1);
}
.sub #content .next .content > div a p {
  position: absolute;
  left: 8.3%;
  top: 50%;
  margin: 0;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 500;
  transform: translate(0, -50%);
}
.sub #content .next .content > div a p > span {
  display: block;
}
.sub #content .next .content > div a p > span:nth-of-type(1) {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
}
.sub #content .next .content > div a p > span:nth-of-type(1)::before {
  content: "";
  width: 2px;
  height: 2px;
  margin-right: 8px;
  border-radius: 1px;
  background: #ffffff;
}
.sub #content > section {
  padding: 120px 0 80px;
}
.sub #content > section .image {
  text-align: center;
}
.sub #content > section h3.v2 {
  color: #0381D1;
  font-size: 4rem;
}
.sub #content > section h3.v2 span {
  font-weight: 600;
}
.sub #content > section h3.v2 span:nth-of-type(1) {
  display: flex;
  align-items: center;
  color: #1A1A1A;
  font-size: 1.4rem;
}
.sub #content > section h3.v2 span:nth-of-type(1)::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  margin-right: 10px;
  border-radius: 2px;
  background: #0381D1;
}
.sub #content > section#business {
  background: #F6FBFF url(../img/about-business-bg.png) 50% 120px no-repeat;
  background-size: 100%;
}
.sub #content > section#business .image {
  margin-top: 30px;
}
.sub #content > section#business ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 0;
  padding: 0;
}
.sub #content > section#business ul li {
  display: flex;
  width: 48.5%;
  margin-top: 3%;
  padding: 30px 30px 30px 10px;
  border-radius: 12px;
  box-shadow: 4.24px 4.24px 14px rgba(0, 114, 186, 0.3);
}
.sub #content > section#business ul li > div:nth-of-type(1) {
  width: 21.7%;
  border-right: solid 1px #EBEBEB;
}
.sub #content > section#business ul li > div:nth-of-type(1) > div {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.sub #content > section#business ul li > div:nth-of-type(1) > div img {
  max-width: 51px;
}
.sub #content > section#business ul li > div:nth-of-type(2) {
  flex: 1;
  padding-left: 20px;
}
.sub #content > section#business ul li > div:nth-of-type(2) h4 {
  margin: 0;
  color: #0381D1;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}
.sub #content > section#business ul li > div:nth-of-type(2) h4 > span {
  display: block;
}
.sub #content > section#business ul li > div:nth-of-type(2) h4 > span:nth-of-type(1) {
  font-size: 1.3rem;
}
.sub #content > section#business ul li > div:nth-of-type(2) h4 > span:nth-of-type(2) {
  margin-top: 10px;
}
.sub #content > section#business ul li > div:nth-of-type(2) p {
  margin-top: 20px;
  line-height: 1.8;
  letter-spacing: 0;
}
.sub #content > section#business .image-scroll {
  margin-top: 110px;
}
.sub #content > section#company {
  padding-top: 0;
}
.sub #content > section#company .blue {
  padding: 120px 20px;
  border-radius: 80px 80px 0 0;
  background: #2FA4F0;
  background: linear-gradient(180deg, #2fa4f0 0%, #1a6ab2 100%);
  color: #ffffff;
}
.sub #content > section#company .blue h2 span:nth-of-type(1)::before {
  background: #ffffff;
}
.sub #content > section#company .blue h2 span:nth-of-type(2) {
  color: #ffffff;
}
.sub #content > section#company .blue a {
  color: #fff;
}
.sub #content > section#company .blue .photos {
  margin-top: 70px;
}
.sub #content > section#company .blue .photos .photo-wrap {
  overflow: hidden;
}
.sub #content > section#company .blue .photos .thumbnail-wrap {
  margin-top: 10px;
  overflow: hidden;
}
.sub #content > section#company .blue .photos .thumbnail-wrap .swiper-wrapper .swiper-slide {
  position: relative;
  width: 25%;
  cursor: pointer;
}
.sub #content > section#company .blue .photos .thumbnail-wrap .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: opacity 300ms ease;
}
.sub #content > section#company .blue .photos .thumbnail-wrap .swiper-wrapper .swiper-slide.swiper-slide-active::before {
  opacity: 0;
}
.sub #content > section#company .blue .photos .thumbnail-wrap .swiper-button-prev, .sub #content > section#company .blue .photos .thumbnail-wrap .swiper-rtl .swiper-button-next,
.sub #content > section#company .blue .photos .thumbnail-wrap .swiper-button-next, .sub #content > section#company .blue .photos .thumbnail-wrap .swiper-rtl .swiper-button-prev {
  width: 38px;
  height: 38px;
  border-radius: 19px;
  background: #ffffff;
}
.sub #content > section#company .blue .photos .thumbnail-wrap .swiper-button-prev::after, .sub #content > section#company .blue .photos .thumbnail-wrap .swiper-rtl .swiper-button-next::after,
.sub #content > section#company .blue .photos .thumbnail-wrap .swiper-button-next::after, .sub #content > section#company .blue .photos .thumbnail-wrap .swiper-rtl .swiper-button-prev::after {
  color: #000000;
  font-size: 1rem;
  font-weight: 800;
}
.sub #content > section#company #overview {
  margin: 100px 20px 0;
  padding: 120px 0;
  border-radius: 24px;
  background: #F5F8FA;
}
.sub #content > section#company #overview .row2 > div:nth-of-type(1) {
  width: 31.15%;
}
.sub #content > section#company #overview .row2 > div:nth-of-type(1) > div {
  margin-top: 120px;
}
.sub #content > section#company #overview .row2 > div:nth-of-type(2) {
  flex: 1;
  padding-left: 10%;
}
.sub #content > section#company #overview .row2 > div:nth-of-type(2) dl {
  display: flex;
  margin: 0;
  padding: 28px 10px;
  border-bottom: solid 1px #EBEBEB;
}
.sub #content > section#company #overview .row2 > div:nth-of-type(2) dl > dt {
  width: 100px;
  font-size: 1.5rem;
  font-weight: 500;
}
.sub #content > section#company #overview .row2 > div:nth-of-type(2) dl > dd {
  margin: 0;
  padding-left: 10%;
  font-size: 1.5rem;
  font-weight: 500;
}
.sub #content > section#company .map {
  padding: 120px 0;
  text-align: center;
}
.sub #content > section#company .map .image {
  margin-top: 90px;
}
.sub #content > section#company .map .image img {
  width: 1075px;
}
.sub #content > section#company .area {
  padding: 100px 0;
  background: #F5F8FA;
}
.sub #content > section#company .area .content > div {
  padding: 70px;
  border-radius: 12px;
  background: #ffffff;
}
.sub #content > section#company .area .content > div section {
  margin-top: 50px;
}
.sub #content > section#company .area .content > div section h4 {
  margin: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.sub #content > section#company .area .content > div section h4::after {
  content: "";
  display: block;
  height: 2px;
  margin-top: 20px;
  border-radius: 1px;
  background: #0381D1;
}
.sub #content > section#company .area .content > div section ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 0;
  padding: 0;
}
.sub #content > section#company .area .content > div section ul::before, .sub #content > section#company .area .content > div section ul::after {
  content: "";
  display: block;
  width: 21.5%;
}
.sub #content > section#company .area .content > div section ul::before {
  order: 1;
}
.sub #content > section#company .area .content > div section ul li {
  width: 21.5%;
  margin-top: 20px;
}
.sub #content > section#company .area .content > div section ul li h5 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
  text-indent: -1em;
  padding-left: 1em;
}
.sub #content > section#company .area .content > div section ul li h5::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  border-radius: 2px;
  background: #0381D1;
  transform: translate(0, -2px);
}
.sub #content > section#company .area .content > div section ul li h5 span {
  margin-left: 0.5em;
  font-size: 1.2rem;
}
.sub #content > section#company .area .content > div section ul li p {
  margin: 5px 0 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
}
.sub #content > section#company .area .content > div section:nth-of-type(1) {
  margin-top: 0;
}
.sub #content > section#data {
  background: #F9F9F9;
}
.sub #content > section#data .content .data-box {
  margin-top: 100px;
  padding: 30px;
  border-radius: 12px;
  background: #F0F0F0;
}
.sub #content > section#data .content .data-box ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -2.585% 0 0;
  padding: 0;
}
.sub #content > section#data .content .data-box ul li {
  width: 31.61%;
  margin-top: 2.585%;
  padding: 40px;
  border: solid 1px #F5F5F5;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 4.24px 4.24px 14px rgba(0, 0, 0, 0.04);
}
.sub #content > section#data .content .data-box ul li p {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
}
.sub #content > section#data .content .data-box ul li div {
  margin-top: 20px;
}
.sub #content > section#data .content .data-box ul li.x2 {
  width: 48.7075%;
}
.sub #content > section#data .content .data-box ul li.x3 {
  width: 100%;
}
.sub #content > section#data .content > p {
  font-weight: 500;
  text-align: right;
}
.sub #content > section#data + .next {
  margin-top: 80px;
}
.sub #content > section#systems {
  background: #F9F9F9;
}
.sub #content > section#systems > div {
  margin-top: 80px;
}
.sub #content > section#systems > div .system-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sub #content > section#systems > div .system-box > div {
  width: 46.5%;
}
.sub #content > section#systems > div .system-box > div:not(.image) {
  margin-top: 20px;
  padding: 35px 40px;
  border: solid 1px #F5F5F5;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 4.24px 4.24px 14px rgba(0, 0, 0, 0.04);
}
.sub #content > section#systems > div .system-box > div:not(.image) h4 {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 600;
}
.sub #content > section#systems > div .system-box > div:not(.image) ul {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
}
.sub #content > section#systems > div .system-box > div:not(.image) ul li {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
}
.sub #content > section#systems > div .system-box > div:not(.image) ul.v2 {
  margin-top: 25px;
}
.sub #content > section#systems > div .system-box > div:not(.image) ul.v2 li {
  padding: 25px 0;
  border-top: solid 1px #EBEBEB;
  display: flex;
}
.sub #content > section#systems > div .system-box > div:not(.image) ul.v2 li h5 {
  flex-shrink: 0;
  width: 140px;
  margin: 0;
  color: #0381D1;
  font-size: 1.4rem;
  font-weight: 600;
}
.sub #content > section#systems > div .system-box > div:not(.image) ul.v2 li p {
  margin: 0;
  padding-left: 11%;
  font-weight: 500;
  line-height: 1.8;
}
.sub #content > section#systems > div .system-box > div:not(.image) ul.v2 li:nth-last-child(1) {
  border-bottom: solid 1px #EBEBEB;
}
.sub #content > section#systems > div .system-box > div.image {
  margin-top: 60px;
}
.sub #content > section#systems > div .system-box > div.image.right {
  margin-left: auto;
}
.sub #content > section#systems > div:nth-of-type(1) {
  margin-top: 0;
}
.sub #content > section#systems + .next {
  margin-top: 80px;
}
.sub #content > section.jobs {
  padding-bottom: 0;
  background: #F6FBFF;
}
.sub #content > section.jobs .content > .row2 > div:nth-of-type(1) {
  flex: 1;
  width: auto;
}
.sub #content > section.jobs .content > .row2 > div:nth-of-type(2) {
  width: 57.5%;
}
.sub #content > section.jobs .content .jobs-box {
  position: relative;
  margin-top: 60px;
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(1) {
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px 0;
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(1) ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(1) ul li {
  margin-top: 8px;
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(1) ul li a {
  display: flex;
  color: #1A1A1A;
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(1) ul li a span {
  font-weight: 600;
  display: block;
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(1) ul li a span:nth-of-type(1) {
  flex-shrink: 0;
  width: 28px;
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(1) ul li a span:nth-of-type(2) {
  width: 120px;
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(1) ul li:nth-child(1) {
  margin-top: 0;
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) {
  margin-left: 200px;
  padding: 30px;
  border-radius: 12px;
  background: #F0F0F0;
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section {
  margin-top: 20px;
  padding: 60px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 4.24px 4.24px 12px rgba(0, 0, 0, 0.04);
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div h4 {
  margin: 0 0 15px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.8;
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div h4 span {
  display: block;
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div h4 span:nth-of-type(1) {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div h4 span:nth-of-type(1)::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  margin-right: 10px;
  border-radius: 2px;
  background: #0381D1;
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div p {
  line-height: 2;
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div p span {
  font-size: 1.2rem;
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div h5 {
  display: flex;
  align-items: center;
  margin: 12px 0 0;
  font-size: 1.5rem;
  font-weight: 600;
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div h5::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  margin-right: 10px;
  background: #0381D1;
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div ul li {
  margin-top: 20px;
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div ul li a {
  position: relative;
  width: 400px;
  max-width: 100%;
  display: flex;
  align-items: center;
  border: solid 1px #F0F0F0;
  border-radius: 8px;
  padding: 10px 54px 10px 10px;
  background: #F5F5F5;
  color: #1A1A1A;
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div ul li a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 34px;
  height: 34px;
  vertical-align: middle;
  background: url(../img/part-link-arrow-circle-part-link-arrow-view-more.png) 50% 50% no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div ul li a div {
  overflow: hidden;
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div ul li a div img {
  width: 120px;
  transition: all 300ms ease;
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div ul li a div p {
  font-size: 1.5rem;
  line-height: 1;
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div ul li a div p:nth-of-type(2) {
  margin-top: 10px;
  font-size: 1.3rem;
  font-weight: 500;
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div ul li a div:nth-of-type(2) {
  margin-left: 20px;
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div ul li a:hover::after {
  background-image: url(../img/part-link-arrow-circle-part-link-arrow-view-more-hover.png);
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div ul li a:hover div img {
  transform: scale(1.1);
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div:nth-of-type(1) {
  flex: 1;
  width: auto;
  padding-right: 4%;
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div:nth-of-type(2) {
  width: 41.305%;
}
.sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section:nth-of-type(1) {
  margin-top: 0;
}
.sub #content > section.jobs#administrative .bg {
  padding: 120px 0 100px;
  border-radius: 80px 80px 0 0;
  background: #F5F8FA;
}
.sub #content > section.jobs#administrative .bg .content .jobs-box > div:nth-of-type(2) {
  background: #EAF0F4;
}
.sub #content > section.jobs#administrative + .next {
  margin-top: 80px;
}
.sub #content > section#interview {
  background: #F6FBFF;
}
.sub #content > section#interview .interview-wrap .interview-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -3.333%;
}
.sub #content > section#interview .interview-wrap .interview-list::before, .sub #content > section#interview .interview-wrap .interview-list::after {
  content: "";
  display: block;
  width: 22.5%;
}
.sub #content > section#interview .interview-wrap .interview-list::before {
  order: 1;
}
.sub #content > section#interview .interview-wrap .interview-list .item {
  width: 22.5%;
  margin-top: 3.333%;
}
.sub #content > section#interview .interview-wrap .interview-list .item a > div:nth-of-type(2) > p:nth-of-type(1) {
  font-size: 1.7rem;
}
.sub #content > section#interview .interview-wrap .interview-list .item a > div:nth-of-type(3) {
  padding: 50px 30px 20px;
}
.sub #content > section#interview .interview-wrap .interview-list .item a > div:nth-of-type(3) > p:nth-of-type(2) {
  margin-top: 30px;
  font-size: 2rem;
}
.sub #content > section#interview + .next {
  margin-top: 80px;
}
.sub #content > section#interview.detail .interview-wrap {
  margin-top: 80px;
}
.sub #content > section#interview-detail {
  background: #F6FBFF;
}
.sub #content > section#interview-detail .head {
  position: relative;
}
.sub #content > section#interview-detail .head div h2 span {
  font-size: 1.8rem;
  font-weight: 600;
}
.sub #content > section#interview-detail .head div h2 span:nth-of-type(1) {
  color: #0381D1;
  font-size: 6rem;
}
.sub #content > section#interview-detail .head div h2 span:nth-of-type(1)::before {
  display: none;
}
.sub #content > section#interview-detail .head div h2 span:nth-of-type(2) {
  margin-top: 20px;
}
.sub #content > section#interview-detail .head div p {
  margin-top: 80px;
}
.sub #content > section#interview-detail .head div p span {
  display: block;
  line-height: 1;
}
.sub #content > section#interview-detail .head div p span:nth-of-type(1) {
  color: #0381D1;
  font-weight: 600;
}
.sub #content > section#interview-detail .head div p span:nth-of-type(2) {
  margin-top: 10px;
  font-weight: 500;
}
.sub #content > section#interview-detail .head div p span:nth-of-type(3) {
  margin-top: 20px;
  font-size: 2rem;
}
.sub #content > section#interview-detail .head div p.catch {
  font-size: 3.6rem;
  line-height: 1.8;
}
.sub #content > section#interview-detail .head div:nth-of-type(1) {
  position: absolute;
  display: flex;
  padding-bottom: 80px;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.sub #content > section#interview-detail .head div:nth-of-type(2) {
  position: relative;
  text-align: right;
}
.sub #content > section#interview-detail .head div:nth-of-type(2) img {
  width: 720px;
}
.sub #content > section#interview-detail .body {
  margin-top: 110px;
}
.sub #content > section#interview-detail .body > div {
  margin-top: 60px;
}
.sub #content > section#interview-detail .body > div .row2 {
  justify-content: space-between;
}
.sub #content > section#interview-detail .body > div .row2 > div {
  width: 46%;
}
.sub #content > section#interview-detail .body > div .row2 > div > div {
  margin-top: 50px;
}
.sub #content > section#interview-detail .body > div .row2 > div > div p {
  font-size: 1.6rem;
}
.sub #content > section#interview-detail .body > div .row2 > div > div p.title {
  margin-bottom: 15px;
  font-size: 2.2rem;
  line-height: 1;
}
.sub #content > section#interview-detail .body > div .row2 > div > div p.title span {
  display: block;
}
.sub #content > section#interview-detail .body > div .row2 > div > div p.title span:nth-of-type(1) {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
}
.sub #content > section#interview-detail .body > div .row2 > div > div p.title span:nth-of-type(1)::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  margin-right: 10px;
  border-radius: 2px;
  background: #0381D1;
}
.sub #content > section#interview-detail .body > div .row2 > div > div p.title span:nth-of-type(2) {
  margin-top: 10px;
}
.sub #content > section#interview-detail .body > div .row2 > div > div:nth-of-type(1) {
  margin-top: 0;
}
.sub #content > section#interview-detail .body > div .image {
  margin-top: 110px;
}
.sub #content > section#interview-detail .body > div:nth-of-type(1) {
  margin-top: 0;
}
.sub #content > section#interview-detail .body > div:nth-of-type(odd) .row2 > div:nth-of-type(1) {
  order: 1;
}
.sub #content > section#schedule {
  margin-top: 30px;
  padding: 120px 20px;
  border-radius: 80px 80px 0 0;
  background: #2FA4F0;
  background: linear-gradient(180deg, #2fa4f0 0%, #1a6ab2 100%);
  color: #ffffff;
}
.sub #content > section#schedule h3 span {
  color: #ffffff;
}
.sub #content > section#schedule h3 span:nth-of-type(1)::before {
  background: #ffffff;
}
.sub #content > section#schedule h3 span:nth-of-type(2) {
  color: #ffffff;
}
.sub #content > section#schedule .row2 {
  margin-top: 60px;
  border-radius: 12px;
  padding: 50px;
  background: #ffffff;
  color: #1A1A1A;
}
.sub #content > section#schedule .row2 > div dl {
  display: flex;
  margin: 0;
}
.sub #content > section#schedule .row2 > div dl dt, .sub #content > section#schedule .row2 > div dl dd {
  padding-top: 20px;
}
.sub #content > section#schedule .row2 > div dl dt {
  flex-shrink: 0;
  width: 85px;
  padding-right: 20px;
  border-right: solid 2px #0381D1;
  color: #0381D1;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: right;
  line-height: 1;
}
.sub #content > section#schedule .row2 > div dl dd {
  margin-left: 0;
  padding-left: 20px;
}
.sub #content > section#schedule .row2 > div dl dd span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}
.sub #content > section#schedule .row2 > div dl dd span:nth-of-type(1) {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}
.sub #content > section#schedule .row2 > div dl dd span:nth-of-type(1)::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  margin-right: 10px;
  border-radius: 2px;
  background: #0381D1;
}
.sub #content > section#schedule .row2 > div dl dd span:nth-of-type(2) {
  min-height: 28px;
  margin-top: 10px;
}
.sub #content > section#schedule .row2 > div dl:nth-of-type(1) dt, .sub #content > section#schedule .row2 > div dl:nth-of-type(1) dd {
  padding-top: 5px;
}
.sub #content > section#faq {
  background: #F6FBFF;
}
.sub #content > section#faq section {
  margin-top: 80px;
}
.sub #content > section#faq section .faq-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sub #content > section#faq section .faq-box > div {
  width: 46.5%;
  margin-top: 20px;
  padding: 35px 40px;
  border: solid 1px #F5F5F5;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 4.24px 4.24px 12px rgba(0, 0, 0, 0.04);
}
.sub #content > section#faq section .faq-box > div h4 {
  display: flex;
  align-items: center;
  margin: 0;
  color: #0381D1;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
}
.sub #content > section#faq section .faq-box > div h4 span {
  display: flex;
  align-items: center;
  margin-right: 30px;
  font-size: 4rem;
  font-weight: 500;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  line-height: 1;
}
.sub #content > section#faq section .faq-box > div h4 span::after {
  content: "";
  display: block;
  width: 1px;
  height: 44px;
  margin-left: 30px;
  background: #EBEBEB;
}
.sub #content > section#faq section .faq-box > div p {
  display: flex;
  margin: 15px 0 0;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
}
.sub #content > section#faq section .faq-box > div p span {
  display: block;
}
.sub #content > section#faq section .faq-box > div p span:nth-of-type(1) {
  margin-right: 19px;
  color: #0381D1;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  transform: translate(0, -4px);
}
.sub #content > section#faq section:nth-of-type(1) {
  margin-top: 0;
}
.sub #content > section#faq + .next {
  margin-top: 80px;
}
.sub #content > section#new-graduates {
  padding-bottom: 130px;
  background: #F6FBFF;
}
.sub #content > section#new-graduates .button {
  display: flex;
  margin-top: 70px;
  justify-content: center;
}
.sub #content > section#new-graduates section {
  margin-top: 80px;
}
.sub #content > section#new-graduates section#flow {
  margin-top: 0;
}
.sub #content > section#new-graduates section#flow ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.sub #content > section#new-graduates section#flow ul li {
  position: relative;
  display: flex;
  align-items: center;
  width: 16.394%;
  padding: 18px 1.8%;
  border-radius: 16px;
  background: #0381D1;
  box-shadow: 4.24px 4.24px 14px rgba(0, 114, 186, 0.3);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}
.sub #content > section#new-graduates section#flow ul li .arrow {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 20%;
  height: 3px;
  background: #0381D1;
  transform: translate(0, -50%);
}
.sub #content > section#new-graduates section#flow ul li .arrow::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 9px;
  height: 3px;
  background: #0381D1;
  transform-origin: right center;
  transform: rotate(46deg);
}
.sub #content > section#new-graduates section#flow ul li .arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 9px;
  height: 3px;
  background: #0381D1;
  transform-origin: right center;
  transform: rotate(-46deg);
}
.sub #content > section#new-graduates section#flow ul li span {
  display: flex;
  align-items: center;
}
.sub #content > section#new-graduates section#flow ul li span:nth-of-type(1)::after {
  content: "";
  display: block;
  width: 1px;
  height: 52px;
  margin: 0 12px;
  background: rgba(255, 255, 255, 0.15);
}
.sub #content > section#new-graduates section#flow ul li:nth-last-child(1) .arrow {
  display: none;
}
.sub #content > section#new-graduates section#information .information-box {
  padding: 50px;
  background: #ffffff;
}
.sub #content > section#new-graduates section#information .information-box dl {
  display: flex;
  margin: 0;
  padding: 30px 10px;
  border-top: solid 1px #EBEBEB;
}
.sub #content > section#new-graduates section#information .information-box dl dt {
  flex-shrink: 0;
  width: 126px;
  color: #0381D1;
  font-weight: 500;
}
.sub #content > section#new-graduates section#information .information-box dl dd {
  margin: 0;
  padding-left: 40px;
  font-weight: 500;
}
.sub #content > section#new-graduates section#information .information-box dl:nth-last-of-type(1) {
  border-bottom: solid 1px #EBEBEB;
}
.sub #content > section#new-graduates section#internship {
  margin-top: 130px;
  padding-bottom: 0;
}
.sub #content > section#career {
  padding-bottom: 130px;
  background: #F6FBFF;
}
.sub #content > section#career section#recruitment h4 {
  margin: 50px 0 0;
  font-size: 1.4rem;
  font-weight: 600;
}
.sub #content > section#career section#recruitment h4::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 10px;
  border-radius: 2px;
  background: #0381D1;
  transform: translate(0, -3px);
}
.sub #content > section#career section#recruitment ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -10px 0 0;
  padding: 0;
}
.sub #content > section#career section#recruitment ul::after {
  content: "";
  display: block;
  width: 30.2%;
}
.sub #content > section#career section#recruitment ul li {
  position: relative;
  width: 30.2%;
  margin-top: 40px;
  padding: 28px 30px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 4.24px 4.24px 14px rgba(0, 114, 186, 0.3);
}
.sub #content > section#career section#recruitment ul li a {
  display: block;
  padding-right: 50px;
}
.sub #content > section#career section#recruitment ul li a::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-left: 5px;
  background: url(../img/part-link-arrow-movie.png) 50% 50% no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}
.sub #content > section#career section#recruitment ul li a:hover::after {
  background-image: url(../img/part-link-arrow-movie-hover.png);
}
.sub #content > section#career section#recruitment ul li a span {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
.sub #content > section#career section#recruitment ul li a span:nth-of-type(2) {
  margin-top: 14px;
  color: #1A1A1A;
  font-size: 1.4rem;
  line-height: 1.8;
}
.sub #content > section.contact {
  padding-bottom: 130px;
  background: #F6FBFF;
}
.sub #content > section.contact .form-box .form form ul {
  list-style: none;
  margin: 0;
  padding: 50px;
  border-radius: 12px;
  background: #ffffff;
}
.sub #content > section.contact .form-box .form form ul li {
  display: flex;
  padding: 20px 10px;
  border-top: solid 1px #EBEBEB;
}
.sub #content > section.contact .form-box .form form ul li > p {
  flex-shrink: 0;
  width: 168px;
  padding-right: 14px;
  color: #0381D1;
  font-weight: 500;
  line-height: 1.6;
}
.sub #content > section.contact .form-box .form form ul li > p span {
  display: inline-block;
  padding: 4px 7px;
  background: #0381D1;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}
.sub #content > section.contact .form-box .form form ul li > div {
  flex: 1;
}
.sub #content > section.contact .form-box .form form ul li > div input, .sub #content > section.contact .form-box .form form ul li > div textarea {
  display: block;
  width: 480px;
  max-width: 100%;
  height: 48px;
  padding: 0 18px;
  border: solid 1px #0381D1;
  border-radius: 8px;
  font-size: 1.8rem;
}
.sub #content > section.contact .form-box .form form ul li > div input::placeholder, .sub #content > section.contact .form-box .form form ul li > div textarea::placeholder {
  color: #BFBFBF;
}
.sub #content > section.contact .form-box .form form ul li > div textarea {
  height: 200px;
  padding: 18px;
}
.sub #content > section.contact .form-box .form form ul li > div.l input, .sub #content > section.contact .form-box .form form ul li > div.l textarea {
  width: 800px;
}
.sub #content > section.contact .form-box .form form ul li > div.ll input, .sub #content > section.contact .form-box .form form ul li > div.ll textarea {
  width: 100%;
}
.sub #content > section.contact .form-box .form form ul li:nth-last-child(1) {
  border-bottom: solid 1px #EBEBEB;
}
.sub #content > section.contact .form-box .form form .privacy {
  margin-top: 48px;
  font-weight: 500;
}
.sub #content > section.contact .form-box .form form .privacy .wpcf7-list-item {
  display: block;
}
.sub #content > section.contact .form-box .form form .privacy a {
  color: #0381D1;
}
.sub #content > section.contact .form-box .form form .privacy label label {
  display: flex;
  justify-content: center;
}
.sub #content > section.contact .form-box .form form .privacy label label input[type=checkbox] {
  margin-right: 10px;
}
.sub #content > section.contact .form-box .form form .turnstile {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.sub #content > section.contact .form-box .form form .submit {
  margin-top: 50px;
}
.sub #content > section.contact .form-box .form form .submit .btn-wrap input[type=submit] {
  display: block;
  width: 400px;
  max-width: 100%;
  height: 76px;
  margin: 0 auto;
  border: solid 1px #0381D1;
  border-radius: 38px;
  background: #0381D1;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 74px;
  cursor: pointer;
}
.sub #content > section.contact .form-box .form form .submit .btn-wrap input[type=submit]:disabled {
  border-color: #ccc;
  background: #ccc;
  cursor: default;
}
.sub #content > section.contact .form-box .form form .submit .btn-wrap input[type=submit]:hover {
  background: transparent;
  color: #0381D1;
}
.sub #content > section.contact .form-box .form form .submit .btn-wrap input[type=submit]:hover:disabled {
  border-color: #ccc;
  background: #ccc;
  color: #ffffff;
}
.sub #content > section#privacy {
  padding-bottom: 130px;
  background: #F6FBFF;
}
.sub #content > section#privacy .privacy-box p {
  margin: 20px 0 0;
  font-weight: 500;
  letter-spacing: 0;
}
.sub #content > section#privacy .privacy-box p:nth-of-type(1) {
  margin-top: 0;
}
.sub #content > section#privacy .privacy-box p.indent {
  text-indent: -1em;
  padding-left: 1em;
}
.sub #content > section#privacy .privacy-box h3 {
  margin: 50px 0 20px;
  color: #0381D1;
  font-size: 1.8rem;
  font-weight: 600;
  text-indent: -1em;
  padding-left: 1em;
}
.sub #content > section#privacy .privacy-box ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub #content > section#privacy .privacy-box ol li {
  text-indent: -1em;
  padding-left: 1em;
}

/* ==========================================================================
 * * Helper classes
 * * ========================================================================== */
/* * Hide visually and from screen readers */
.hidden {
  display: none !important;
}

/* * Hide only visually, but have it available for screen readers:
 * * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 * *
 * * 1. For long content, line feeds are not interpreted as spaces and small width
 * *    causes content to wrap 1 word per line:
 * *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/* * Extends the .visuallyhidden class to allow the element
 * * to be focusable when navigated to via the keyboard:
 * * https://www.drupal.org/node/897638 */
/* * Hide visually and from screen readers, but maintain layout */
.invisible {
  visibility: hidden;
}

/* * Clearfix: contain floats
 * *
 * * For modern browsers
 * * 1. The space content is one way to avoid an Opera bug when the
 * *    `contenteditable` attribute is included anywhere else in the document.
 * *    Otherwise it causes space to appear at the top and bottom of elements
 * *    that receive the `clearfix` class.
 * * 2. The use of `table` rather than `block` is only necessary if using
 * *    `:before` to contain the top-margins of child elements. */
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
 * * EXAMPLE Media Queries for Responsive Design.
 * * These examples override the primary ('mobile first') styles.
 * * Modify as content requires.
 * * ========================================================================== */
@media only screen and (min-width: 815px) {
  .sp-only {
    display: none !important;
  }

  #header #nav > ul > li > a > span {
    display: none;
  }

  #content > section .interview-list .item a:hover > div:nth-of-type(2) {
    opacity: 0;
  }
  #content > section .interview-list .item a:hover > div:nth-of-type(3) {
    opacity: 1;
  }

  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(1) ul li.active a {
    color: #0381D1;
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(1) ul li.active a span:nth-of-type(1) {
    width: 40px;
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(1) ul li.active a span:nth-of-type(1)::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 8px;
    border-radius: 2px;
    background: #0381D1;
    transform: translate(0, -3px);
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(1).fixed {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(1).fixed.end {
    position: absolute;
    top: auto;
    bottom: 0;
    transform: none;
  }
}
@media only screen and (max-width: 1386px) {
  #header #nav {
    padding-right: 56px;
  }
  #header #nav > ul > li:not(.recruit) {
    display: none;
  }
  #header #nav-btn {
    position: absolute;
    display: block;
    right: 40px;
    top: 30px;
    z-index: 10;
    margin-left: 20px;
  }
  #header #nav-btn a {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin-top: 4px;
  }
  #header #nav-btn a span {
    position: absolute;
    top: 10px;
    left: 5px;
    width: 30px;
    height: 2px;
    background: #ffffff;
    transition: transform 300ms ease-in-out;
    transform-origin: 0 0;
  }
  #header #nav-btn a span:nth-of-type(2) {
    top: 19px;
  }
  #header #nav-btn a span:nth-of-type(3) {
    top: 29px;
    transform-origin: 0 100%;
  }
  #header #nav-btn a.active span {
    background: #0381D1;
  }
  #header #nav-btn a.active span:nth-of-type(1) {
    width: 28px;
    transform: rotate(45deg);
  }
  #header #nav-btn a.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header #nav-btn a.active span:nth-of-type(3) {
    width: 28px;
    transform: rotate(-45deg);
  }
  #header.reversed #nav-btn a span {
    background: #1A1A1A;
  }
  #header.reversed.active #nav-btn a span {
    background: #0381D1;
  }
  #header.active #nav {
    position: absolute;
    right: 0;
    top: 108px;
    background: #fff;
    width: 100%;
    height: calc(100vh - 108px);
    padding-right: 0;
    overflow-y: auto;
  }
  #header.active #nav > ul {
    display: block;
    width: 480px;
    height: auto;
    max-width: 100%;
    padding: 0 30px 30px;
  }
  #header.active #nav > ul > li {
    display: block;
    margin: 0;
  }
  #header.active #nav > ul > li > a {
    font-size: 1.5rem;
  }
  #header.active #nav > ul > li > a > span {
    display: block;
    color: #0381D1;
    font-size: 1.1rem;
    font-weight: 600;
  }
  #header.active #nav > ul > li.has-child {
    display: block;
  }
  #header.active #nav > ul > li.has-child > a::before, #header.active #nav > ul > li.has-child > a::after {
    display: none;
  }
  #header.active #nav > ul > li.has-child > div {
    display: block;
    position: static;
    height: auto;
    margin-bottom: 30px;
    border-top: none;
  }
  #header.active #nav > ul > li.has-child > div > .content {
    width: auto;
    padding: 0;
  }
  #header.active #nav > ul > li.has-child > div > .content > div {
    display: block;
  }
  #header.active #nav > ul > li.has-child > div > .content > div > p {
    display: none;
  }
  #header.active #nav > ul > li.has-child > div > .content > div > ul {
    display: block;
  }
  #header.active #nav > ul > li.has-child > div > .content > div > ul::before {
    display: none;
  }
  #header.active #nav > ul > li.has-child > div > .content > div > ul > li {
    margin-top: 5px;
    margin-left: 15px;
  }
  #header.active #nav > ul > li.has-child > div > .content > div > ul > li > a::after {
    margin-left: 20px;
  }
  #header.active #nav > ul > li:not(.recruit) {
    border-bottom: solid 1px #EBEBEB;
  }
  #header.active #nav > ul > li:not(.recruit) > a {
    display: block;
    position: relative;
    padding: 20px 0;
  }
  #header.active #nav > ul > li:not(.recruit) > a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 11px;
    height: 11px;
    background: url(../img/parts-link-arrow-button.png) 50% 50% no-repeat;
    background-size: contain;
  }
  #header.active #nav > ul > li.recruit {
    margin-top: 30px;
  }
  #header.active #nav > ul > li.recruit > a {
    justify-content: space-between;
    width: 240px;
    margin: 0 auto;
    padding: 0 20px 0 35px;
  }
  #header.active #nav > ul > li.recruit.graduate {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 814px) {
  .pc-only {
    display: none !important;
  }

  .image-scroll .swiper-wrapper .swiper-slide {
    padding: 0 2%;
  }
  .image-scroll .swiper-wrapper .swiper-slide.even {
    padding-top: 6.5%;
  }

  .view-more {
    font-size: 1.2rem;
  }
  .view-more::after {
    width: 26px;
    height: 26px;
    margin-left: 12px;
  }

  .image-link {
    border-radius: 8px;
  }
  .image-link::after {
    right: 20px;
    bottom: 20px;
    width: 26px;
    height: 26px;
  }
  .image-link p {
    left: 20px;
    bottom: 20px;
  }
  .image-link p span:nth-of-type(1) {
    font-size: 1.2rem;
  }
  .image-link p span:nth-of-type(2) {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .image-link.v2::after {
    bottom: 35px;
  }
  .image-link.v2 p {
    left: 20px;
    top: 25px;
    bottom: auto;
  }
  .image-link.v2 p span:nth-of-type(1) {
    font-size: 1.1rem;
  }
  .image-link.v2 p span:nth-of-type(2) {
    margin-top: 10px;
    font-size: 1.6rem;
  }

  .text-link::after {
    right: 0;
    width: 12px;
    height: 8px;
  }
  .text-link span:nth-of-type(1) {
    font-size: 1.2rem;
  }
  .text-link span:nth-of-type(2) {
    margin-top: 10px;
    font-size: 1.6rem;
  }

  .button-link {
    width: 295px;
    height: 54px;
    padding: 0 20px 0 40px;
    border-radius: 27px;
    font-size: 1.4rem;
  }

  .accordion {
    position: relative;
  }
  .accordion::before {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    width: 9px;
    height: 6px;
    background: url(../img/part-icon-arrow-gray.png) 50% 50% no-repeat;
    background-size: contain;
    transition: all 300ms ease;
  }
  .accordion.opened::before {
    transform: rotate(180deg);
  }
  .accordion.big::before {
    top: 15px;
    width: 16px;
    height: 10px;
    background-image: url(../img/part-icon-arrow-black.png);
  }

  #header {
    height: 75px;
    padding: 20px 10px 0;
  }
  #header h1 {
    display: block;
    height: auto;
  }
  #header h1 a {
    display: block;
  }
  #header h1 a img {
    width: 126px;
  }
  #header h1 a span {
    font-size: 1rem;
  }
  #header h1 a span::before {
    display: none;
  }
  #header #nav {
    padding-right: 56px;
  }
  #header #nav > ul > li.recruit {
    display: none;
  }
  #header #nav-btn {
    right: 10px;
    top: 10px;
    margin-left: 0;
  }
  #header #nav-btn a {
    margin-top: 0;
  }
  #header #nav-btn a span {
    position: absolute;
    top: 14px;
    left: 13px;
    width: 14px;
    height: 1px;
  }
  #header #nav-btn a span:nth-of-type(2) {
    top: 19px;
  }
  #header #nav-btn a span:nth-of-type(3) {
    top: 24px;
  }
  #header #nav-btn a.active span {
    background: #0381D1;
  }
  #header #nav-btn a.active span:nth-of-type(1) {
    width: 14px;
  }
  #header #nav-btn a.active span:nth-of-type(3) {
    width: 14px;
  }
  #header.active #nav {
    top: 75px;
    height: calc(100vh - 75px);
  }
  #header.active #nav > ul > li.recruit {
    display: block;
  }

  #footer {
    padding: 40px 0 80px;
  }
  #footer .nav {
    display: block;
  }
  #footer .nav > div:nth-of-type(1) h1 {
    display: block;
    height: auto;
  }
  #footer .nav > div:nth-of-type(1) h1 a {
    display: block;
  }
  #footer .nav > div:nth-of-type(1) h1 a img {
    width: 126px;
  }
  #footer .nav > div:nth-of-type(1) h1 a span {
    font-size: 1rem;
  }
  #footer .nav > div:nth-of-type(1) h1 a span::before {
    display: none;
  }
  #footer .nav > div:nth-of-type(1) h2 {
    margin: 20px 0 0;
    font-size: 1.6rem;
    font-weight: 500;
    overflow: hidden;
  }
  #footer .nav > div:nth-of-type(1) > a {
    margin: 10px 0 0;
  }
  #footer .nav > div:nth-of-type(2) {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
  }
  #footer .nav > div:nth-of-type(2) > nav > ul {
    width: 50%;
    margin: 0;
  }
  #footer .nav > div:nth-of-type(2) > nav > ul > li > a {
    font-size: 1.3rem;
  }
  #footer .nav > div:nth-of-type(2) > nav > ul > li > ul > li > a {
    font-size: 1.2rem;
  }
  #footer .info {
    margin-top: 40px;
    padding-top: 30px;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
  }
  #footer .info p {
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
  }

  #mv .catch {
    padding-top: 50vw;
  }
  #mv .catch .content {
    padding-right: 8vw;
    padding-left: 8vw;
  }
  #mv .catch h2 span {
    transform: translate(0, 10vw);
  }
  #mv .catch h2 span img {
    width: 68vw;
    max-width: initial;
  }
  #mv .catch h3 {
    margin-top: 4.8vw;
    font-size: 6.4vw;
  }
  #mv .catch h3 span {
    display: block;
    transform: translate(0, 9vw);
  }
  #mv .catch p {
    margin-top: 4.8vw;
    font-size: 3.2vw;
    font-weight: 600;
    overflow: hidden;
  }
  #mv .catch p span {
    display: block;
    transform: translate(0, 20vw);
    transition: all 150ms ease-in 1000ms;
  }

  #content > section {
    padding: 50px 0;
  }
  #content > section.no-mv {
    padding-top: 75px !important;
  }
  #content > section .row2 {
    display: block;
  }
  #content > section .row2 > div {
    width: auto;
  }
  #content > section .row3 {
    display: block;
  }
  #content > section .row3 > div {
    width: auto;
  }
  #content > section .row3 > div:nth-of-type(2) {
    width: auto;
  }
  #content > section .interview-list .item {
    width: 240px;
  }
  #content > section .interview-list .item a > div:nth-of-type(2) {
    padding: 20px 20px 25px;
  }
  #content > section .interview-list .item a > div:nth-of-type(2) > p {
    font-size: 1.6rem;
  }
  #content > section .interview-list .item a > div:nth-of-type(2):nth-of-type(2) {
    margin-top: 10px;
    font-size: 1.1rem;
  }
  #content > section .interview-list .item a > div:nth-of-type(3) {
    padding: 35px 28px 20px;
  }
  #content > section .interview-list .item a > div:nth-of-type(3) > p {
    font-size: 1.4rem;
  }
  #content > section .interview-list .item a > div:nth-of-type(3) > p:nth-of-type(1)::after {
    width: 106px;
  }
  #content > section .interview-list .item a > div:nth-of-type(3) > p:nth-of-type(1) > span:nth-of-type(1) {
    font-size: 1.1rem;
  }
  #content > section .interview-list .item a > div:nth-of-type(3) > p:nth-of-type(2) {
    margin-top: 25px;
    font-size: 1.6rem;
  }
  #content > section .interview-list .item a > div:nth-of-type(3)::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 26px;
    height: 26px;
    background: url(../img/part-link-arrow-circle-image.png) 50% 50% no-repeat;
    background-size: contain;
  }
  #content > section .interview-list .item a.hover > div:nth-of-type(2) {
    opacity: 0;
  }
  #content > section .interview-list .item a.hover > div:nth-of-type(3) {
    opacity: 1;
  }
  #content > section h2 {
    margin: 0 0 30px;
    font-size: 2rem;
  }
  #content > section h2 span:nth-of-type(1) {
    font-size: 1.2rem;
  }
  #content > section h2 + p:not(.catch) {
    margin-top: 0;
  }
  #content > section p {
    margin: 0;
    font-size: 1.3rem;
    line-height: 2;
  }
  #content > section p.catch {
    font-size: 2rem;
  }
  #content > section h3 {
    margin: 0 0 30px;
    font-size: 1.6rem;
  }
  #content > section h3 span:nth-of-type(1) {
    font-size: 1.1rem;
  }
  #content > section#message {
    margin-top: 50px;
    padding-top: 0;
    background-image: url(../img/sp-home-message.png);
  }
  #content > section#message .image-scroll {
    margin: 50px 0 0;
  }
  #content > section#about .blue {
    padding: 50px 0;
    border-radius: 30px 30px 0 0;
    background: #2FA4F0;
    background: linear-gradient(180deg, #2fa4f0 0%, #1a6ab2 100%);
  }
  #content > section#about .blue .view-more {
    margin: 20px 0 0;
  }
  #content > section#about .blue .row2:nth-of-type(1) > div:nth-of-type(2) {
    margin: -10px -20px 0;
  }
  #content > section#about .blue .row2:nth-of-type(2) {
    margin-top: 10px;
  }
  #content > section#about .blue .row2:nth-of-type(2) > div {
    width: auto;
  }
  #content > section#about .blue .row2:nth-of-type(2) > div:nth-of-type(2) {
    margin-top: 15px;
  }
  #content > section#about .blue .row2:nth-of-type(3) {
    margin-top: 40px;
  }
  #content > section#about .blue .row2:nth-of-type(3) > div {
    width: auto;
    margin: 20px 0;
    padding: 0 20px;
  }
  #content > section#about #data {
    margin: 50px 10px 0;
    padding: 40px 0;
  }
  #content > section#about #data .row2 {
    margin-top: 0;
  }
  #content > section#about #data .row2 > div {
    width: auto;
  }
  #content > section#about #data .row2 > div:nth-of-type(2) {
    margin: 10px 0 0;
  }
  #content > section#about #interview {
    padding: 50px 0 0;
  }
  #content > section#about #interview .view-more-box {
    right: 20px;
    top: 15px;
  }
  #content > section#about #interview .interview-wrap {
    margin-top: 60px;
    overflow: hidden;
  }
  #content > section#about #interview .interview-wrap .swiper-slide {
    margin-left: 20px;
  }
  #content > section#movie {
    margin: 20px 0 40px;
    padding: 50px 0;
    background: #F5F8FA;
  }
  #content > section#movie .row2 > div:nth-of-type(1) {
    width: auto;
  }
  #content > section#movie .movie-wrap .movie-list {
    margin-top: 0;
    display: block;
  }
  #content > section#movie .movie-wrap .movie-list .item {
    width: auto;
    margin-top: 30px;
  }
  #content > section#movie .movie-wrap .movie-list .item a p {
    margin-top: 10px;
  }
  #content > section#movie .movie-wrap .movie-list .item a p::after {
    width: 26px;
    height: 26px;
  }
  #content > section#movie .movie-wrap .movie-list .item:nth-of-type(odd) {
    padding-right: 0;
  }
  #content > section#movie .movie-wrap .movie-list .item:nth-of-type(even) {
    padding-left: 0;
  }
  #content > section#entry {
    margin: 0 10px 50px;
    border-radius: 12px;
    background: url(../img/sp-entry.png), linear-gradient(270deg, #0d99f2 0%, #0d99f2 30%, #0280d0 100%);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #content > section#entry h2 span {
    color: #fff;
  }
  #content > section#entry h2 span:nth-of-type(1)::before {
    background: #ffffff;
  }
  #content > section#entry .row2 {
    padding: 0;
  }
  #content > section#entry .row2 > div:nth-of-type(2) {
    margin-top: 30px;
  }
  #content > section#entry .button-link {
    margin: 15px auto 0;
  }

  .sub #content .mv > div:nth-of-type(2) .content h2 {
    font-size: 1.4rem;
  }
  .sub #content .mv > div:nth-of-type(2) .content h2 > span:nth-of-type(1) {
    font-size: 3.6rem;
  }
  .sub #content .mv > div:nth-of-type(2) .content h2 > span:nth-of-type(2) {
    margin-top: 18px;
  }
  .sub #content .wo-mv .content {
    height: 263px;
  }
  .sub #content .wo-mv .content h2 {
    padding-top: 100px;
    font-size: 1.4rem;
  }
  .sub #content .wo-mv .content h2 > span:nth-of-type(1) {
    font-size: 3.6rem;
  }
  .sub #content .wo-mv .content h2 > span:nth-of-type(2) {
    margin-top: 18px;
  }
  .sub #content .next {
    margin: 0 -10px 0;
    padding-bottom: 40px;
  }
  .sub #content .next .content > p {
    font-size: 1.6rem;
  }
  .sub #content .next .content > p::after {
    width: 20px;
    margin-left: 12px;
  }
  .sub #content .next .content > div {
    margin-top: 20px;
  }
  .sub #content .next .content > div a::after {
    right: 20px;
    width: 30px;
    height: 30px;
  }
  .sub #content .next .content > div a p {
    left: 20px;
    top: 50%;
    font-size: 1.6rem;
  }
  .sub #content .next .content > div a p > span:nth-of-type(1) {
    font-size: 1.1rem;
  }
  .sub #content > section {
    padding: 50px 0;
  }
  .sub #content > section h3.v2 {
    font-size: 2.2rem;
  }
  .sub #content > section h3.v2 span:nth-of-type(1) {
    font-size: 1.2rem;
  }
  .sub #content > section#business {
    background-image: url(../img/sp-about-business-bg.png);
  }
  .sub #content > section#business .image {
    margin: 0 -20px 0;
  }
  .sub #content > section#business ul {
    margin: 15px -10px 0;
  }
  .sub #content > section#business ul li {
    position: relative;
    width: auto;
    margin-top: 20px;
    padding: 20px;
  }
  .sub #content > section#business ul li > div:nth-of-type(1) {
    position: absolute;
    left: 35px;
    top: 22px;
    width: 38px;
    border-right: none;
  }
  .sub #content > section#business ul li > div:nth-of-type(1) > div img:nth-of-type(1) {
    width: 36px;
  }
  .sub #content > section#business ul li > div:nth-of-type(1) > div img:nth-of-type(2) {
    width: 33px;
  }
  .sub #content > section#business ul li > div:nth-of-type(1) > div img:nth-of-type(4) {
    width: 34px;
  }
  .sub #content > section#business ul li > div:nth-of-type(1) > div img:nth-of-type(5) {
    width: 30px;
  }
  .sub #content > section#business ul li > div:nth-of-type(2) {
    padding-left: 0;
  }
  .sub #content > section#business ul li > div:nth-of-type(2) h4 {
    padding-left: 65px;
    font-size: 1.6rem;
  }
  .sub #content > section#business ul li > div:nth-of-type(2) h4 > span:nth-of-type(1) {
    font-size: 1.1rem;
  }
  .sub #content > section#business ul li > div:nth-of-type(2) h4 > span:nth-of-type(2) {
    margin-top: 5px;
  }
  .sub #content > section#business ul li > div:nth-of-type(2) p {
    margin-top: 20px;
    padding-top: 18px;
    border-top: solid 1px #EBEBEB;
    font-size: 1.3rem;
  }
  .sub #content > section#business .image-scroll {
    margin-top: 50px;
  }
  .sub #content > section#company .blue {
    padding: 50px 0;
    border-radius: 30px 30px 0 0;
  }
  .sub #content > section#company .blue .photos {
    margin-top: 30px;
  }
  .sub #content > section#company .blue .photos .photo-wrap {
    margin: 0 -20px;
  }
  .sub #content > section#company .blue .photos .thumbnail-wrap {
    overflow: visible;
  }
  .sub #content > section#company .blue .photos .thumbnail-wrap .swiper-wrapper {
    padding: 0 20px;
  }
  .sub #content > section#company .blue .photos .thumbnail-wrap .swiper-wrapper .swiper-slide {
    width: 45%;
  }
  .sub #content > section#company .blue .photos .thumbnail-wrap .swiper-button-prev, .sub #content > section#company .blue .photos .thumbnail-wrap .swiper-rtl .swiper-button-next,
.sub #content > section#company .blue .photos .thumbnail-wrap .swiper-button-next, .sub #content > section#company .blue .photos .thumbnail-wrap .swiper-rtl .swiper-button-prev {
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
  .sub #content > section#company .blue .photos .thumbnail-wrap .swiper-button-prev, .sub #content > section#company .blue .photos .thumbnail-wrap .swiper-rtl .swiper-button-next {
    left: -10px;
  }
  .sub #content > section#company .blue .photos .thumbnail-wrap .swiper-button-next, .sub #content > section#company .blue .photos .thumbnail-wrap .swiper-rtl .swiper-button-prev {
    right: -10px;
  }
  .sub #content > section#company #overview {
    margin: 50px 10px 0;
    padding: 50px 0;
    border-radius: 12px;
  }
  .sub #content > section#company #overview .row2 > div:nth-of-type(1) {
    width: auto;
  }
  .sub #content > section#company #overview .row2 > div:nth-of-type(1) > div {
    margin-top: 30px;
  }
  .sub #content > section#company #overview .row2 > div:nth-of-type(2) {
    padding-left: 0;
  }
  .sub #content > section#company #overview .row2 > div:nth-of-type(2) dl {
    display: block;
    margin: 15px 0 0;
    padding: 16px 0;
  }
  .sub #content > section#company #overview .row2 > div:nth-of-type(2) dl > dt {
    font-size: 1.3rem;
  }
  .sub #content > section#company #overview .row2 > div:nth-of-type(2) dl > dd {
    margin-top: 5px;
    padding-left: 0;
    font-size: 1.3rem;
  }
  .sub #content > section#company .map {
    padding: 50px 0;
    text-align: left;
  }
  .sub #content > section#company .map .image {
    margin-top: 30px;
    padding: 0 5px;
  }
  .sub #content > section#company .map .image img {
    width: 1075px;
  }
  .sub #content > section#company .area {
    padding: 40px 0;
  }
  .sub #content > section#company .area .content > div {
    padding: 0;
    background: transparent;
  }
  .sub #content > section#company .area .content > div section {
    margin-top: 10px;
    padding: 20px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
  .sub #content > section#company .area .content > div section h4 {
    font-size: 1.4rem;
  }
  .sub #content > section#company .area .content > div section h4::after {
    display: none;
  }
  .sub #content > section#company .area .content > div section h4.opened::after {
    display: block;
  }
  .sub #content > section#company .area .content > div section h4.opened + ul {
    margin-top: 20px;
    opacity: 1;
    transition: marginTop 300ms ease, opacity 300ms ease 150ms;
  }
  .sub #content > section#company .area .content > div section h4.opened + ul li {
    height: auto;
    margin-top: 10px;
    transition: all 300ms ease;
  }
  .sub #content > section#company .area .content > div section h4.opened + ul li h5 {
    line-height: 1.8;
    transition: all 300ms ease;
  }
  .sub #content > section#company .area .content > div section h4.opened + ul li p {
    line-height: 1.8;
    transition: all 300ms ease;
  }
  .sub #content > section#company .area .content > div section ul {
    display: block;
    margin-top: 0;
    opacity: 0;
  }
  .sub #content > section#company .area .content > div section ul::before, .sub #content > section#company .area .content > div section ul::after {
    display: none;
  }
  .sub #content > section#company .area .content > div section ul li {
    width: auto;
    height: 0;
    margin-top: 0;
  }
  .sub #content > section#company .area .content > div section ul li h5 {
    line-height: 0;
  }
  .sub #content > section#company .area .content > div section ul li h5::before {
    display: none;
  }
  .sub #content > section#company .area .content > div section ul li p {
    margin: 2px 0 0;
    line-height: 0;
  }
  .sub #content > section#data .content .data-box {
    margin: 50px -15px 0;
    padding: 10px 5px;
    border-radius: 12px;
  }
  .sub #content > section#data .content .data-box ul {
    display: block;
    margin-top: -10px;
  }
  .sub #content > section#data .content .data-box ul li {
    width: auto;
    margin-top: 10px;
    padding: 30px 20px;
  }
  .sub #content > section#data .content .data-box ul li p {
    font-size: 1.8rem;
  }
  .sub #content > section#data .content .data-box ul li div {
    margin-top: 10px;
  }
  .sub #content > section#data .content .data-box ul li.x2 {
    width: auto;
  }
  .sub #content > section#data .content .data-box ul li.x3 {
    width: auto;
  }
  .sub #content > section#data .content > p {
    font-size: 1.2rem;
  }
  .sub #content > section#data + .next {
    margin-top: 50px;
  }
  .sub #content > section#systems > div {
    margin-top: 50px;
  }
  .sub #content > section#systems > div h3.opened + .system-box > div:not(.image) {
    height: auto;
    margin-top: 10px;
    padding: 20px;
    border-width: 1px;
    opacity: 1;
    transition: marginTop 300ms ease, padding 300ms ease, opacity 300ms ease 150ms;
  }
  .sub #content > section#systems > div h3.opened + .system-box > div:not(.image) h4 {
    line-height: 2;
    transition: all 300ms ease;
  }
  .sub #content > section#systems > div h3.opened + .system-box > div:not(.image) ul {
    margin-top: 15px;
    transition: all 300ms ease;
  }
  .sub #content > section#systems > div h3.opened + .system-box > div:not(.image) ul li {
    line-height: 2;
    transition: all 300ms ease;
  }
  .sub #content > section#systems > div h3.opened + .system-box > div:not(.image) ul.v2 {
    margin-top: 15px;
  }
  .sub #content > section#systems > div h3.opened + .system-box > div:not(.image) ul.v2 li {
    padding: 20px 0;
  }
  .sub #content > section#systems > div h3.opened + .system-box > div.image {
    margin-top: 40px;
    transition: all 300ms ease;
  }
  .sub #content > section#systems > div .system-box {
    margin: 0 -10px;
  }
  .sub #content > section#systems > div .system-box > div {
    width: auto;
  }
  .sub #content > section#systems > div .system-box > div:not(.image) {
    height: 0;
    margin-top: 0;
    padding: 0 20px;
    border-width: 0;
    opacity: 0;
  }
  .sub #content > section#systems > div .system-box > div:not(.image) h4 {
    line-height: 0;
    font-size: 1.8rem;
  }
  .sub #content > section#systems > div .system-box > div:not(.image) ul {
    margin-top: 0;
  }
  .sub #content > section#systems > div .system-box > div:not(.image) ul li {
    line-height: 0;
  }
  .sub #content > section#systems > div .system-box > div:not(.image) ul.v2 {
    margin-top: 0;
  }
  .sub #content > section#systems > div .system-box > div:not(.image) ul.v2 li {
    display: block;
  }
  .sub #content > section#systems > div .system-box > div:not(.image) ul.v2 li h5 {
    width: auto;
  }
  .sub #content > section#systems > div .system-box > div:not(.image) ul.v2 li p {
    padding-left: 0;
  }
  .sub #content > section#systems > div .system-box > div.image {
    margin-top: 0;
  }
  .sub #content > section#systems + .next {
    margin-top: 50px;
  }
  .sub #content > section.jobs .content > .row2 > div:nth-of-type(2) {
    width: auto;
  }
  .sub #content > section.jobs .content > .row2 > div p.catch {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .sub #content > section.jobs .content .jobs-box {
    margin-top: 20px;
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(1) {
    position: static;
    padding: 0;
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(1) ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(1) ul li {
    width: 47%;
    margin-top: 10px;
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(1) ul li a {
    padding: 5px;
    border-bottom: solid 1px #EBEBEB;
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(1) ul li a span {
    font-size: 1.3rem;
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(1) ul li a span:nth-of-type(1) {
    flex-shrink: 0;
    width: 20px;
    font-size: 1.1rem;
    transform: translate(0, 2px);
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(1) ul li a span:nth-of-type(2) {
    width: auto;
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(1) ul li:nth-child(1) {
    margin-top: 10px;
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) {
    margin: 30px -15px 0;
    padding: 10px 5px;
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section {
    margin-top: 10px;
    padding: 30px 20px;
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div h4 {
    margin: 0 0 10px;
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div h4 span {
    font-size: 1.8rem;
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div h4 span:nth-of-type(1) {
    font-size: 1.2rem;
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div h4 span:nth-of-type(1)::before {
    margin-right: 8px;
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div p {
    font-size: 1.4rem;
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div h5 {
    margin: 10px 0 0;
    font-size: 1.4rem;
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div h5::before {
    width: 8px;
    margin-right: 8px;
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div ul li {
    margin-top: 10px;
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div ul li a {
    width: auto;
    padding: 10px 37px 15px 10px;
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div ul li a::after {
    position: absolute;
    right: 15px;
    width: 22px;
    height: 22px;
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div ul li a div {
    overflow: hidden;
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div ul li a div img {
    width: 100px;
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div ul li a div p {
    font-size: 1.4rem;
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div ul li a div p:nth-of-type(2) {
    font-size: 1.3rem;
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div ul li a div:nth-of-type(2) {
    margin-left: 15px;
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div:nth-of-type(1) {
    padding-right: 0;
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div:nth-of-type(1) > div {
    margin: 10px 0 20px;
  }
  .sub #content > section.jobs .content .jobs-box > div:nth-of-type(2) section .row2 > div:nth-of-type(2) {
    width: auto;
  }
  .sub #content > section.jobs#administrative .bg {
    padding: 50px 0;
    border-radius: 30px 30px 0 0;
  }
  .sub #content > section.jobs#administrative + .next {
    margin-top: 50px;
  }
  .sub #content > section#interview .interview-wrap .interview-list {
    margin-top: -4%;
  }
  .sub #content > section#interview .interview-wrap .interview-list::before, .sub #content > section#interview .interview-wrap .interview-list::after {
    width: 48%;
  }
  .sub #content > section#interview .interview-wrap .interview-list .item {
    width: 48%;
    margin-top: 4%;
  }
  .sub #content > section#interview .interview-wrap .interview-list .item a > div:nth-of-type(2) {
    padding: 10px 10px 20px;
  }
  .sub #content > section#interview .interview-wrap .interview-list .item a > div:nth-of-type(2) > p {
    letter-spacing: -0.01em;
  }
  .sub #content > section#interview .interview-wrap .interview-list .item a > div:nth-of-type(2) > p:nth-of-type(1) {
    font-size: 1.15rem;
  }
  .sub #content > section#interview .interview-wrap .interview-list .item a > div:nth-of-type(2) > p:nth-of-type(2) {
    margin-top: 6px;
    font-size: 1rem;
  }
  .sub #content > section#interview .interview-wrap .interview-list .item a > div:nth-of-type(3) {
    padding: 10px 15px 20px;
  }
  .sub #content > section#interview .interview-wrap .interview-list .item a > div:nth-of-type(3) > p {
    font-size: 1.2rem;
  }
  .sub #content > section#interview .interview-wrap .interview-list .item a > div:nth-of-type(3) > p:nth-of-type(1)::after {
    width: 91px;
  }
  .sub #content > section#interview .interview-wrap .interview-list .item a > div:nth-of-type(3) > p:nth-of-type(1) > span:nth-of-type(1) {
    font-size: 1rem;
  }
  .sub #content > section#interview .interview-wrap .interview-list .item a > div:nth-of-type(3) > p:nth-of-type(2) {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  .sub #content > section#interview .interview-wrap .interview-list .item a > div:nth-of-type(3)::after {
    right: 15px;
    bottom: 15px;
    width: 20px;
    height: 20px;
  }
  .sub #content > section#interview + .next {
    margin-top: 50px;
  }
  .sub #content > section#interview.detail .interview-wrap {
    margin-top: 50px;
  }
  .sub #content > section#interview-detail .head {
    margin: 0 -20px 0 8px;
  }
  .sub #content > section#interview-detail .head div h2 span {
    font-size: 1.4rem;
  }
  .sub #content > section#interview-detail .head div h2 span:nth-of-type(1) {
    font-size: 3.6rem;
  }
  .sub #content > section#interview-detail .head div h2 span:nth-of-type(2) {
    margin-top: 10px;
  }
  .sub #content > section#interview-detail .head div:nth-of-type(1) {
    padding-bottom: 16vw;
  }
  .sub #content > section#interview-detail .head div:nth-of-type(2) img {
    width: 65vw;
  }
  .sub #content > section#interview-detail .sp-head p {
    margin-top: 20px;
  }
  .sub #content > section#interview-detail .sp-head p span {
    display: block;
    line-height: 1;
    font-size: 1.2rem;
  }
  .sub #content > section#interview-detail .sp-head p span:nth-of-type(1) {
    color: #0381D1;
    font-weight: 600;
  }
  .sub #content > section#interview-detail .sp-head p span:nth-of-type(2) {
    margin-top: 8px;
    font-weight: 500;
  }
  .sub #content > section#interview-detail .sp-head p span:nth-of-type(3) {
    margin-top: 12px;
    font-size: 1.6rem;
  }
  .sub #content > section#interview-detail .sp-head p.catch {
    font-size: 2rem;
    line-height: 1.8;
  }
  .sub #content > section#interview-detail .body {
    margin-top: 30px;
  }
  .sub #content > section#interview-detail .body > div {
    margin-top: 40px;
  }
  .sub #content > section#interview-detail .body > div .row2 {
    display: block;
  }
  .sub #content > section#interview-detail .body > div .row2 > div {
    width: auto;
  }
  .sub #content > section#interview-detail .body > div .row2 > div > div {
    margin-top: 30px;
  }
  .sub #content > section#interview-detail .body > div .row2 > div > div p {
    font-size: 1.4rem;
  }
  .sub #content > section#interview-detail .body > div .row2 > div > div p.title {
    margin-bottom: 15px;
    font-size: 1.8rem;
    line-height: 1;
  }
  .sub #content > section#interview-detail .body > div .row2 > div > div p.title span {
    display: block;
  }
  .sub #content > section#interview-detail .body > div .row2 > div > div p.title span:nth-of-type(1) {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
  }
  .sub #content > section#interview-detail .body > div .row2 > div > div p.title span:nth-of-type(1)::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    margin-right: 10px;
    border-radius: 2px;
    background: #0381D1;
  }
  .sub #content > section#interview-detail .body > div .row2 > div > div p.title span:nth-of-type(2) {
    margin-top: 10px;
  }
  .sub #content > section#interview-detail .body > div .row2 > div > div:nth-of-type(1) {
    margin-top: 0;
  }
  .sub #content > section#interview-detail .body > div .row2 > div:nth-of-type(2) {
    margin-top: 30px;
  }
  .sub #content > section#interview-detail .body > div .image {
    margin: 40px -18vw 0;
  }
  .sub #content > section#schedule {
    margin-top: 0;
    padding: 50px 0;
    border-radius: 30px 30px 0 0;
  }
  .sub #content > section#schedule h3 span {
    font-size: 1.2rem;
  }
  .sub #content > section#schedule h3 span:nth-of-type(2) {
    font-size: 2.2rem;
  }
  .sub #content > section#schedule .row2 {
    margin-top: 30px;
    border-radius: 12px;
    padding: 20px;
    background: #ffffff;
    color: #1A1A1A;
  }
  .sub #content > section#schedule .row2 > div dl {
    display: flex;
    margin: 0;
  }
  .sub #content > section#schedule .row2 > div dl dt, .sub #content > section#schedule .row2 > div dl dd {
    padding-top: 20px;
  }
  .sub #content > section#schedule .row2 > div dl dt {
    width: 65px;
    padding-right: 10px;
    font-size: 1.6rem;
  }
  .sub #content > section#schedule .row2 > div dl dd {
    padding-left: 10px;
  }
  .sub #content > section#schedule .row2 > div dl dd span {
    font-size: 1.2rem;
  }
  .sub #content > section#schedule .row2 > div dl dd span:nth-of-type(1) {
    font-size: 1.6rem;
  }
  .sub #content > section#schedule .row2 > div dl dd span:nth-of-type(1)::before {
    margin-right: 8px;
  }
  .sub #content > section#schedule .row2 > div dl dd span:nth-of-type(2) {
    min-height: initial;
  }
  .sub #content > section#faq section {
    margin-top: 50px;
  }
  .sub #content > section#faq section h3 {
    margin-bottom: 0;
  }
  .sub #content > section#faq section h3.opened {
    margin-bottom: 30px;
  }
  .sub #content > section#faq section h3.opened + .faq-box > div {
    height: auto;
    margin-top: 10px;
    padding: 20px;
    border-width: 1px;
    opacity: 1;
    transition: marginTop 300ms ease, padding 300ms ease, opacity 300ms ease 150ms;
  }
  .sub #content > section#faq section h3.opened + .faq-box > div h4 {
    line-height: 1.6;
    transition: all 300ms ease;
  }
  .sub #content > section#faq section h3.opened + .faq-box > div p {
    margin-top: 15px;
    line-height: 1.8;
    transition: all 300ms ease;
  }
  .sub #content > section#faq section .faq-box {
    display: block;
    margin: 0 -10px;
  }
  .sub #content > section#faq section .faq-box > div {
    width: auto;
    height: 0;
    margin-top: 0;
    padding: 0 20px;
    border-width: 0;
    opacity: 0;
  }
  .sub #content > section#faq section .faq-box > div h4 {
    font-size: 1.6rem;
    line-height: 0;
  }
  .sub #content > section#faq section .faq-box > div h4 span {
    margin-right: 15px;
    font-size: 3.2rem;
  }
  .sub #content > section#faq section .faq-box > div h4 span::after {
    margin-left: 15px;
  }
  .sub #content > section#faq section .faq-box > div p {
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 0;
  }
  .sub #content > section#faq + .next {
    margin-top: 50px;
  }
  .sub #content > section#new-graduates {
    padding-bottom: 50px;
  }
  .sub #content > section#new-graduates .button {
    margin-top: 40px;
  }
  .sub #content > section#new-graduates section {
    margin-top: 60px;
  }
  .sub #content > section#new-graduates section#flow ul {
    display: block;
    width: 275px;
    margin: 0 auto;
  }
  .sub #content > section#new-graduates section#flow ul li {
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
    margin-top: 20px;
    padding: 14px 35px;
  }
  .sub #content > section#new-graduates section#flow ul li .arrow {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 3px;
    height: 14px;
    transform: translate(-50%, 0);
  }
  .sub #content > section#new-graduates section#flow ul li .arrow::before {
    top: auto;
    bottom: 0;
    width: 3px;
    height: 8px;
    transform-origin: center bottom;
  }
  .sub #content > section#new-graduates section#flow ul li .arrow::after {
    top: auto;
    bottom: 0;
    width: 3px;
    height: 8px;
    transform-origin: center bottom;
  }
  .sub #content > section#new-graduates section#flow ul li span:nth-of-type(1)::after {
    height: 20px;
    margin: 0 30px;
  }
  .sub #content > section#new-graduates section#information .information-box {
    margin: 0 -10px;
    padding: 20px;
  }
  .sub #content > section#new-graduates section#information .information-box dl {
    display: block;
    padding: 16px 0;
  }
  .sub #content > section#new-graduates section#information .information-box dl dt {
    width: auto;
  }
  .sub #content > section#new-graduates section#information .information-box dl dd {
    padding-left: 0;
  }
  .sub #content > section#new-graduates section#internship {
    margin-top: 80px;
    padding-bottom: 0;
  }
  .sub #content > section#career {
    padding-bottom: 50px;
  }
  .sub #content > section#career section#recruitment h4 {
    margin: 30px 0 0;
    font-size: 1.2rem;
  }
  .sub #content > section#career section#recruitment h4::before {
    margin-right: 8px;
  }
  .sub #content > section#career section#recruitment ul {
    display: block;
    margin: 10px -10px 0;
    padding: 0;
  }
  .sub #content > section#career section#recruitment ul::after {
    display: none;
  }
  .sub #content > section#career section#recruitment ul li {
    width: auto;
    margin-top: 10px;
    padding: 0;
  }
  .sub #content > section#career section#recruitment ul li a {
    padding: 18px 56px 18px 20px;
  }
  .sub #content > section#career section#recruitment ul li a::after {
    right: 20px;
    width: 26px;
    height: 26px;
  }
  .sub #content > section#career section#recruitment ul li a span {
    font-size: 1.6rem;
  }
  .sub #content > section#career section#recruitment ul li a span:nth-of-type(2) {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .sub #content > section.contact {
    padding-bottom: 50px;
  }
  .sub #content > section.contact .form-box .form form ul {
    margin: 0 -10px;
    padding: 30px 20px;
  }
  .sub #content > section.contact .form-box .form form ul li {
    display: block;
    padding: 18px 0;
  }
  .sub #content > section.contact .form-box .form form ul li > p {
    width: auto;
    padding-right: 0;
  }
  .sub #content > section.contact .form-box .form form ul li > p br {
    display: none;
  }
  .sub #content > section.contact .form-box .form form ul li > p span {
    margin-left: 8px;
  }
  .sub #content > section.contact .form-box .form form ul li > div {
    margin-top: 10px;
  }
  .sub #content > section.contact .form-box .form form .privacy {
    margin-top: 28px;
  }
  .sub #content > section.contact .form-box .form form .privacy label label {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .sub #content > section.contact .form-box .form form .privacy label label input[type=checkbox] {
    margin-right: 10px;
    transform: translate(0, 8px);
  }
  .sub #content > section.contact .form-box .form form .submit {
    margin-top: 40px;
  }
  .sub #content > section.contact .form-box .form form .submit .btn-wrap input[type=submit] {
    width: 295px;
    height: 56px;
    border-radius: 28px;
    line-height: 54px;
  }
  .sub #content > section#privacy {
    padding-bottom: 50px;
  }
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
 * * Print styles.
 * * Inlined to avoid the additional HTTP request:
 * * http://www.phpied.com/delay-loading-your-print-css/
 * * ========================================================================== */