/*! 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: #2E353C;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
}
body * {
  box-sizing: border-box;
}
body *::before, body *::after {
  box-sizing: border-box;
}

a {
  color: #2E353C;
  text-decoration: none;
  opacity: 1;
}
a:hover {
  opacity: 1;
}
a.no-link {
  pointer-events: none;
}

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;
  font-weight: 400;
}

p:empty {
  margin: 0;
}

:focus {
  outline: none;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

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

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.image-scroll .swiper-wrapper {
  transition-timing-function: linear;
}
.image-scroll img {
  display: block;
}

.btn {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 48px;
  border: solid 2px #2E353C;
  border-radius: 24px;
  background: #2E353C;
  color: #ffffff;
  font-weight: 600;
  transition: all 300ms ease-in;
}
.btn a:hover {
  background: #ffffff;
  color: #2E353C;
}
.btn.v2 a {
  width: 120px;
  height: 40px;
  border-color: #0D2394;
  border-radius: 20px;
  background: #0D2394;
}
.btn.v2 a:hover {
  background: none;
  color: #0D2394;
}

.link-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 0;
  padding: 0;
}
.link-list li {
  width: 50%;
}
.link-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 86px;
  padding: 0 20px 0 10px;
  border-bottom: solid 1px #DEDEDE;
  color: #0D2394;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}
.link-list li a::after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/icon-arrow-circle.png) 50% 50% no-repeat, url(../img/icon-arrow-circle-hover.png) 50% 50% no-repeat;
  background-size: contain, 0;
}
.link-list li a:hover::after {
  background-size: 0, contain;
}
.link-list li a.ex::after {
  background: url(../img/icon-ex-circle.png) 50% 50% no-repeat, url(../img/icon-ex-circle-hover.png) 50% 50% no-repeat;
  background-size: contain, 0;
}
.link-list li a.ex:hover::after {
  background-size: 0, contain;
}
.link-list li:nth-child(1) a, .link-list li:nth-child(2) a {
  border-top: solid 1px #DEDEDE;
}
.link-list li:nth-child(odd) {
  padding-right: 7.14286%;
}
.link-list li:nth-child(even) {
  padding-left: 7.14286%;
}

.movie-wrap {
  width: 100%;
}
.movie-wrap .movie-item {
  position: relative;
  padding-bottom: 56.25%;
}
.movie-wrap .movie-item iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.movie-wrap p {
  margin: 8px 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
}

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

#mask {
  position: fixed;
  left: -100vw;
  top: -100vh;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: #000000;
  opacity: 0;
  transition: opacity 300ms ease-in;
}
#mask.active {
  left: 0;
  top: 0;
  opacity: 0.3;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 24px 0;
}
#header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1400px;
  height: 100px;
  padding: 0 26px;
  border-radius: 50px;
  background: #ffffff;
}
#header h1 {
  margin: 0;
}
#header h1 a {
  display: block;
}
#header h1 a img {
  display: block;
  width: 346px;
}
#header #nav > ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
#header #nav > ul > li {
  display: flex;
  position: relative;
  padding: 0 15px;
  align-items: center;
}
#header #nav > ul > li > a {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 48px;
  padding-right: 20px;
  font-weight: 600;
  line-height: 1.4;
}
#header #nav > ul > li > a::before, #header #nav > ul > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 11px;
  height: 1px;
  background: #0D2394;
}
#header #nav > ul > li > a::after {
  transform: rotate(90deg);
  transition: all 100ms ease-in;
}
#header #nav > ul > li.member {
  margin-right: 0;
}
#header #nav > ul > li.member > a {
  width: 148px;
  padding: 0;
  border: solid 2px #0D2394;
  border-radius: 24px;
  background: #0D2394;
  color: #ffffff;
  transition: all 300ms ease-in;
}
#header #nav > ul > li.member > a::before, #header #nav > ul > li.member > a::after {
  display: none;
}
#header #nav > ul > li.member > a:hover {
  background: #ffffff;
  color: #0D2394;
}
#header #nav > ul > li > ul {
  list-style: none;
  position: absolute;
  left: calc(50% - 20px);
  top: -9999px;
  z-index: 1;
  margin: 0;
  padding-top: 55px;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: opacity 300ms ease-in;
}
#header #nav > ul > li > ul > li {
  padding: 0 55px;
  background: #ffffff;
}
#header #nav > ul > li > ul > li > a {
  display: block;
  position: relative;
  padding-right: 50px;
  line-height: 2.4;
  white-space: nowrap;
}
#header #nav > ul > li > ul > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url(../img/icon-arrow.png) 50% 50% no-repeat, url(../img/icon-arrow-blue.png) 50% 50% no-repeat;
  background-size: contain, 0;
  transform: translate(0, -50%);
  transition: transform 100ms ease-in;
}
#header #nav > ul > li > ul > li > a:hover {
  color: #0D2394;
}
#header #nav > ul > li > ul > li > a:hover::after {
  background-size: 0, contain;
  transform: translate(8px, -50%);
}
#header #nav > ul > li > ul > li:nth-of-type(1) {
  padding-top: 35px;
  border-radius: 25px 25px 0 0;
}
#header #nav > ul > li > ul > li:nth-last-of-type(1) {
  padding-bottom: 35px;
  border-radius: 0 0 25px 25px;
}
#header #nav > ul > li:hover > a {
  color: #0D2394;
}
#header #nav > ul > li:hover > a::after {
  transform: none;
}
#header #nav > ul > li:hover > ul {
  top: 50%;
  opacity: 1;
}
#header #nav-btn {
  display: none;
}

#footer {
  padding: 50px 0;
  background: #2E353C;
  color: #ffffff;
}
#footer a {
  color: #ffffff;
}
#footer .content h2 {
  margin: 0;
}
#footer .content h2 img {
  width: 346px;
}
#footer .content > div:nth-of-type(1) {
  display: flex;
  margin-top: 30px;
}
#footer .content > div:nth-of-type(1) p {
  margin: 0;
  font-size: 1.4rem;
}
#footer .content > div:nth-of-type(1) > div:nth-of-type(1) {
  width: 380px;
  flex-shrink: 0;
}
#footer .content > div:nth-of-type(1) > div.nav {
  flex: 1;
}
#footer .content > div:nth-of-type(1) > div.nav > div {
  display: flex;
  width: 100%;
}
#footer .content > div:nth-of-type(1) > div.nav > div > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .content > div:nth-of-type(1) > div.nav > div > ul > li {
  padding-left: 5%;
  font-weight: 600;
}
#footer .content > div:nth-of-type(1) > div.nav > div > ul > li.member a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 48px;
  border: solid 2px #ffffff;
  border-radius: 24px;
  background: #ffffff;
  color: #0D2394;
  font-weight: 600;
  transition: all 300ms ease-in;
}
#footer .content > div:nth-of-type(1) > div.nav > div > ul > li.member a:hover {
  border-color: #ffffff;
  background: #2E353C;
  color: #ffffff;
}
#footer .content > div:nth-of-type(1) > div.nav > div > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .content > div:nth-of-type(1) > div.nav > div > ul > li > ul > li {
  font-size: 1.4rem;
  font-weight: 400;
}
#footer .content > div:nth-of-type(1) > div.nav > div > ul:nth-of-type(1) {
  width: 67%;
  display: flex;
}
#footer .content > div:nth-of-type(1) > div.nav > div > ul:nth-of-type(1) > li {
  width: 50%;
}
#footer .content > div:nth-of-type(1) > div.nav > div > ul:nth-of-type(2) {
  flex: 1;
}
#footer .content > div:nth-of-type(1) > div.nav > div:nth-of-type(2) {
  margin-top: 30px;
}
#footer .content > div:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  width: 100%;
}
#footer .content > div:nth-of-type(2) ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
#footer .content > div:nth-of-type(2) ul li {
  font-size: 1.4rem;
  padding-right: 15%;
  white-space: nowrap;
}
#footer .content > div:nth-of-type(2) p {
  margin: 0;
  font-size: 1.2rem;
}

#mv {
  position: relative;
  padding-bottom: 6.25vw;
  background: #04A69E;
  background: linear-gradient(0deg, rgba(4, 166, 158, 0) 0%, rgba(4, 166, 158, 0.13) 10%, #04a69e 50%, #04a69e 100%);
}
#mv .catch {
  position: absolute;
  top: 31%;
  left: 0;
  z-index: 101;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translate(0, 2vw);
}
#mv .catch h2 {
  margin: 0;
  color: #ffffff;
  font-size: 4.16666vw;
  line-height: 1;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#mv .catch h3 {
  margin: 1.4em 0 0;
  font-size: 1.6666vw;
}
#mv .catch h3 span {
  padding: 0 0.5em 0.1em 1.5em;
  background: #0D2394;
  color: #ffffff;
  line-height: 1;
}
#mv .mv-slide {
  opacity: 0;
}
#mv .picture {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
}
#mv .picture > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mv .picture > ul > li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}
#mv.active .catch {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 300ms ease-in 300ms;
}
#mv.active .mv-slide {
  opacity: 1;
  transition: all 300ms ease-in;
}
#mv.active .picture > ul > li {
  opacity: 1;
  transition: all 300ms ease-in 600ms;
}
#mv.active .picture > ul > li:nth-child(2) {
  transition-delay: 800ms;
}
#mv.active .picture > ul > li:nth-child(3) {
  transition-delay: 1000ms;
}
#mv.active .picture > ul > li:nth-child(4) {
  transition-delay: 1200ms;
}
#mv.active .picture > ul > li:nth-child(5) {
  transition-delay: 1400ms;
}
#mv.active .picture > ul > li:nth-child(6) {
  transition-delay: 1600ms;
}
#mv.active .picture > ul > li:nth-child(7) {
  transition-delay: 1800ms;
}
#mv > section {
  position: absolute;
  left: 50%;
  top: 61.5%;
  z-index: 99;
  width: 1000px;
  max-width: 100%;
  padding: 30px 100px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.75);
  transform: translate(-50%, 0);
}
#mv > section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #2E353C;
}
#mv > section ul li {
  border-top: solid 1px #2E353C;
}
#mv > section ul li a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 56px 10px 20px;
}
#mv > section ul li a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url(../img/icon-arrow.png) 50% 50% no-repeat, url(../img/icon-arrow-blue.png) 50% 50% no-repeat;
  background-size: contain, 0;
  transform: translate(0, -50%);
  transition: transform 100ms ease-in;
}
#mv > section ul li a:hover {
  color: #0D2394;
}
#mv > section ul li a:hover::after {
  background-size: 0, contain;
  transform: translate(8px, -50%);
}
#mv > section ul li a span:nth-of-type(1) {
  flex-shrink: 0;
  width: 100px;
  color: #0D2394;
  font-size: 1.4rem;
  font-variant-numeric: tabular-nums;
}

#mv > section h2, #content > section h2 {
  margin: 0 0 40px;
  color: #0D2394;
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
#mv > section h2 span, #content > section h2 span {
  display: block;
  line-height: 1;
}
#mv > section h2 span:nth-of-type(2), #content > section h2 span:nth-of-type(2) {
  margin-top: 0.4em;
  font-size: 1.8rem;
}

#content > section {
  padding: 120px 0;
}
#content > section h2 {
  margin-bottom: 50px;
  text-align: left;
}
#content > section h2.animation img {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 300ms ease-in 300ms;
}
#content > section h2.animation span {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 300ms ease-in 300ms;
}
#content > section h2.animation span:nth-of-type(2) {
  transition: all 300ms ease-in 400ms;
}
#content > section h2.animation.active img {
  transform: translate(0, 0);
  opacity: 1;
}
#content > section h2.animation.active span {
  transform: translate(0, 0);
  opacity: 1;
}
#content > section .row2 {
  display: flex;
}
#content > section .row2 > div {
  width: 50%;
}
#content > section .row2 > div > *:nth-child(1) {
  margin-top: 0;
}
#content > section .row2 > div:nth-of-type(1) {
  padding-right: 3.3333%;
}
#content > section .row2 > div:nth-of-type(2) {
  padding-left: 3.3333%;
}
#content > section .row3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#content > section .row3::after {
  content: "";
  display: block;
  width: 31.6667%;
}
#content > section .row3 > div {
  width: 31.6667%;
}
#content > section#home-concrete {
  padding: 0;
}
#content > section#home-concrete .content {
  position: relative;
}
#content > section#home-concrete .content::after {
  content: "";
  position: absolute;
  left: calc(100% - 40px);
  top: 50px;
  width: 213px;
  height: 345px;
  background: url(../img/home-concrete-picture.png) 50% 50% no-repeat;
  background-size: contain;
}
#content > section#home-concrete .content > div {
  position: relative;
  padding: 60px 0;
  background: #E6E6E6;
}
#content > section#home-concrete .content > div::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 9999px;
  height: 100%;
  background: #E6E6E6;
}
#content > section#home-concrete .content > div::after {
  content: "";
  position: absolute;
  right: -100px;
  top: 0;
  width: 100px;
  height: 100%;
  border-radius: 0 80px 80px 0;
  background: #E6E6E6;
}
#content > section#home-concrete ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
#content > section#home-concrete ul li {
  width: 32.75%;
}
#content > section#home-concrete ul li:nth-child(2) {
  margin-top: -4%;
}
#content > section#home-concrete ul li a {
  position: relative;
  display: block;
  border-radius: 40px;
  overflow: hidden;
}
#content > section#home-concrete ul li a::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  background: url(../img/icon-arrow-circle.png) 50% 50% no-repeat, url(../img/icon-arrow-circle-hover.png) 50% 50% no-repeat;
  background-size: contain, 0;
}
#content > section#home-concrete ul li a:hover::after {
  background-size: 0, contain;
}
#content > section#home-concrete ul li a:hover img {
  transform: scale(1.1);
}
#content > section#home-concrete ul li a img {
  transition: all 300ms ease-in;
}
#content > section#products {
  position: relative;
}
#content > section#products::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/home-products-bg.png) 0 100% no-repeat;
  background-size: 100%;
}
#content > section#home-creations {
  position: relative;
  margin-top: -3px;
  border-radius: 18.75vw 0 0 18.75vw;
  background: #8893CB;
  background: linear-gradient(90deg, #8893cb 0%, #0d2394 90%);
}
#content > section#home-creations::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 18.75vw;
  height: 18.75vw;
  background: #04A69E;
}
#content > section#home-creations::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 5.208333vw);
  height: calc(100% - 5.208333vw);
  border-radius: 16.6666vw;
  background: url(../img/home-project-bg.jpg) 50% 0 no-repeat;
  background-size: cover;
  transform: translate(-50%, -50%);
}
#content > section#home-creations > .content {
  position: relative;
  z-index: 1;
}
#content > section#home-creations h2 {
  margin: -20px 0 0;
}
#content > section#home-creations h2 img {
  display: block;
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
}
#content > section#home-creations a p.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 48px;
  border: solid 2px #2E353C;
  border-radius: 24px;
  background: #2E353C;
  color: #ffffff;
  font-weight: 600;
  transition: all 300ms ease-in;
}
#content > section#home-creations a:hover p.btn {
  background: #ffffff;
  color: #2E353C;
}
#content > section#home-creations > section {
  position: relative;
  z-index: 1;
}
#content > section#home-creations > section::before {
  content: "";
  display: block;
  width: 90%;
  height: 2px;
  margin: 45px auto 30px;
  background: #0D2394;
}
#content > section#home-creations > section h3 {
  margin: 0;
  color: #0D2394;
  font-size: 2rem;
  font-weight: 600;
}
#content > section#home-creations > section h4 {
  margin: 5px 0 0;
  color: #2E353C;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.4;
}
#content > section#home-creations .works .btn {
  justify-content: flex-end;
}
#content > section#home-creations .works .image-scroll {
  margin: 30px 0 40px;
}
#content > section#home-creations .works .image-scroll .swiper-wrapper .swiper-slide {
  width: 17.5% !important;
  margin: 0 0.75%;
}
#content > section#home-creations .works .row2 > div:nth-of-type(1) {
  width: auto;
  flex: 1;
}
#content > section#home-creations .works .row2 > div:nth-of-type(2) {
  width: 148px;
  padding-left: 0;
}
#content > section#home-creations .mix-session .content {
  position: relative;
}
#content > section#home-creations .mix-session .title {
  position: absolute;
  left: -20px;
  top: 30px;
  z-index: 1;
  padding: 15px 30px;
  border-radius: 40px;
  background: rgba(4, 166, 158, 0.4);
}
#content > section#home-creations .mix-session .title h4 {
  color: #1A3F64;
}
#content > section#home-creations .mix-session a {
  display: block;
  overflow: hidden;
}
#content > section#home-creations .mix-session a p.btn {
  position: absolute;
  left: 50%;
  bottom: 45px;
  transform: translate(-50%, 0);
}
#content > section#home-creations .mix-session a:hover img {
  transform: scale(1.1);
}
#content > section#home-creations .mix-session a img {
  transition: all 500ms ease-in;
}
#content > section#home-creations .ready-to-build {
  width: 90%;
  margin: 0 auto;
}
#content > section#home-creations .ready-to-build a {
  position: relative;
  display: block;
  overflow: hidden;
}
#content > section#home-creations .ready-to-build a p.btn {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, 0);
}
#content > section#home-creations .ready-to-build a:hover img {
  transform: scale(1.1);
}
#content > section#home-creations .ready-to-build a img {
  transition: all 500ms ease-in;
}
#content > section#home-creations .ready-to-build h3 {
  margin-bottom: 20px;
}
#content > section#home-creations .ready-to-build h4 {
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
  text-align: center;
}
#content > section#home-creations .ready-to-build h4 span {
  display: block;
}
#content > section#home-creations .ready-to-build h4 span:nth-of-type(1) {
  color: #ffffff;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}
#content > section#home-creations .ready-to-build h4 span:nth-of-type(2) {
  margin-top: 15px;
  color: #FFA400;
  font-size: 3.2rem;
}
#content > section#movies {
  position: relative;
  padding: 0;
}
#content > section#movies::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 18.75vw;
  height: 18.75vw;
  background: #0D2394;
}
#content > section#movies::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 18.75vw;
  height: 18.75vw;
  background: #04A69E;
}
#content > section#movies > div {
  padding: 120px 0;
  border-radius: 0 18.75vw 18.75vw 0;
  background: #ffffff;
}
#content > section#movies h3 {
  color: #0D2394;
  font-size: 2rem;
  font-weight: 600;
}
#content > section#movies ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
#content > section#movies ul::after {
  content: "";
  display: block;
  width: 32.6%;
}
#content > section#movies ul li {
  width: 32.6%;
  margin-top: 30px;
}
#content > section#movies ul li h3 {
  margin: 5px 0 0;
  font-size: 1.6rem;
  line-height: 1.4;
}
#content > section#movies .row2 > div .movie-wrap .movie-item {
  padding-bottom: 80%;
}
#content > section#movies .btn {
  margin-top: 80px;
}

.sub #wrapper {
  padding-top: 148px;
  overflow: visible;
}
.sub #content .to-map a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 117px;
  height: 24px;
  margin-left: auto;
  border-radius: 12px;
  background: #000000;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
}
.sub #content table.officers {
  width: 100%;
  border-collapse: collapse;
}
.sub #content table.officers thead {
  border-top: solid 1px #DEDEDE;
}
.sub #content table.officers thead tr th {
  padding: 5px 30px;
  font-weight: 400;
  text-align: left;
}
.sub #content table.officers tbody {
  border-bottom: solid 1px #DEDEDE;
}
.sub #content table.officers tbody tr {
  border-top: solid 1px #DEDEDE;
}
.sub #content table.officers tbody tr th, .sub #content table.officers tbody tr td {
  padding: 15px 30px;
}
.sub #content table.officers tbody tr th {
  color: #0D2394;
  font-weight: 600;
  text-align: left;
}
.sub #content table.officers tbody tr th.first-col {
  background: #ffffff;
}
.sub #content table.officers tbody tr:nth-child(odd) {
  background: #F2FBFA;
}
.sub #content table.roster {
  width: 100%;
  border-collapse: collapse;
}
.sub #content table.roster thead {
  border-top: solid 1px #DEDEDE;
}
.sub #content table.roster thead tr th {
  padding: 5px 30px;
  font-weight: 400;
  text-align: left;
}
.sub #content table.roster tbody {
  border-bottom: solid 1px #DEDEDE;
}
.sub #content table.roster tbody tr {
  border-top: solid 1px #DEDEDE;
}
.sub #content table.roster tbody tr th, .sub #content table.roster tbody tr td {
  padding: 15px 30px;
}
.sub #content table.roster tbody tr th {
  color: #0D2394;
  font-weight: 600;
  text-align: left;
}
.sub #content table.roster tbody tr th.first-col {
  background: #ffffff;
  white-space: nowrap;
}
.sub #content table.roster tbody tr:nth-child(odd) {
  background: #F2FBFA;
}
.sub #content > section {
  padding-top: 0;
}
.sub #content > section:nth-last-of-type(1) {
  padding-bottom: 0;
}
.sub #content > section .title {
  padding-top: 60px;
}
.sub #content > section .title h2 {
  margin-bottom: 0;
}
.sub #content > section .title h2 span:nth-of-type(1) {
  font-size: 1.8rem;
}
.sub #content > section .title h2 span:nth-of-type(2) {
  font-size: 4rem;
}
.sub #content > section .kv {
  position: relative;
  margin-top: 100px;
}
.sub #content > section .kv h3 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin: 0;
  text-align: center;
  transform: translate(0, -50%);
}
.sub #content > section .kv h3 img {
  width: 800px;
  max-width: calc(100% - 40px);
}
.sub #content > section .body {
  margin-top: 100px;
  padding-bottom: 120px;
}
.sub #content > section .body.bg {
  background: url(../img/body-bg.png) 0 0 no-repeat;
  background-size: 100%;
}
.sub #content > section .body .content {
  display: flex;
}
.sub #content > section .body .content aside {
  width: 33%;
  padding: 20px 6.66667% 20px 0;
}
.sub #content > section .body .content aside nav {
  position: sticky;
  top: 148px;
  border-radius: 50px;
  background: #E6F6F6;
}
.sub #content > section .body .content aside nav ul {
  list-style: none;
  margin: 0;
  padding: 45px 50px;
}
.sub #content > section .body .content aside nav ul li {
  margin-top: 25px;
}
.sub #content > section .body .content aside nav ul li a {
  color: #0D2394;
  font-weight: 600;
}
.sub #content > section .body .content aside nav ul li:nth-of-type(1) {
  margin-top: 0;
}
.sub #content > section .body .content main {
  flex: 1;
}
.sub #content > section .body .content main > section {
  padding: 30px 0 80px;
  border-top: solid 2px #0D2394;
}
.sub #content > section .body .content main > section h3 {
  margin: 0 0 30px;
  color: #0D2394;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
}
.sub #content > section .body .content main > section .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.sub #content > section .body .content main > section .images .image {
  width: 47.5%;
  margin-top: 5%;
}
.sub #content > section .body .content main > section .images .image p {
  margin: 8px 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
.sub #content > section .body .content main > section:nth-of-type(1) {
  padding-top: 0;
  border-top: none;
}
.sub #content > section .body .content main > section:nth-last-of-type(1) {
  padding-bottom: 0;
}
.sub #content > section .body .content main > section.box {
  padding: 60px;
  border-top-color: #ffffff;
  background: #E6F6F6;
}
.sub #content > section .body .content main > section.box .row2 > div:nth-of-type(1) {
  padding-right: 5.5555%;
}
.sub #content > section .body .content main > section.box .row2 > div:nth-of-type(2) {
  padding-left: 5.5555%;
}
.sub #content > section .body .content main > section.box.start {
  border-radius: 50px 50px 0 0;
  border-top: none;
}
.sub #content > section .body .content main > section.box.end {
  border-radius: 0 0 50px 50px;
}
.sub #content > section .body .content main > section.box.single {
  margin-bottom: 120px;
  border-radius: 50px;
}
.sub #content > section .body .content main > section.box.sheer {
  border-top: none;
  background: rgba(255, 255, 255, 0.9);
}
.sub #content > section#profile .body .content main > section.intro p {
  margin: 30px 0 0;
}
.sub #content > section#profile .body .content main > section.intro p:nth-of-type(1) {
  margin-top: 40px;
}
.sub #content > section#profile .body .content main > section#philosophy > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 192px;
  border-radius: 40px;
  background: #E6F6F6;
}
.sub #content > section#profile .body .content main > section#philosophy > div p {
  margin: 0;
  font-size: 3.2rem;
  line-height: 1.8;
}
.sub #content > section#profile .body .content main > section#guidelines p {
  margin: 0;
  padding: 15px 0;
  border-top: solid 1px #DEDEDE;
  line-height: 1.7;
}
.sub #content > section#profile .body .content main > section#guidelines p:nth-last-of-type(1) {
  border-bottom: solid 1px #DEDEDE;
}
.sub #content > section#profile .body .content main > section#business p {
  width: 520px;
  max-width: 100%;
  margin: 0;
  padding: 15px 0 15px 1em;
  border-top: solid 1px #DEDEDE;
  text-indent: -1em;
  line-height: 1.7;
}
.sub #content > section#profile .body .content main > section#business p:nth-last-of-type(1) {
  border-bottom: solid 1px #DEDEDE;
}
.sub #content > section#profile .body .content main > section#history ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: solid #DEDEDE 1px;
}
.sub #content > section#profile .body .content main > section#history ul li {
  display: flex;
  padding: 15px 20px;
  border-top: solid #DEDEDE 1px;
  line-height: 1.7;
}
.sub #content > section#profile .body .content main > section#history ul li span:nth-of-type(1) {
  width: 136px;
  flex-shrink: 0;
  color: #0D2394;
  font-weight: 600;
}
.sub #content > section#profile .body .content main > section#history ul li span:nth-of-type(2) {
  width: 36px;
  flex-shrink: 0;
  color: #0D2394;
  font-weight: 600;
  text-align: right;
}
.sub #content > section#profile .body .content main > section#history ul li span:nth-of-type(3) {
  flex: 1;
  padding-left: 30px;
}
.sub #content > section#profile .body .content main > section#history ul li:nth-child(odd) {
  background: #F2FBFA;
}
.sub #content > section#profile .body .content main > section#location ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: solid #DEDEDE 1px;
}
.sub #content > section#profile .body .content main > section#location ul li {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-top: solid #DEDEDE 1px;
  line-height: 1.7;
}
.sub #content > section#profile .body .content main > section#location ul li span:nth-of-type(1) {
  width: 248px;
  color: #0D2394;
  font-weight: 600;
}
.sub #content > section#profile .body .content main > section#location ul li span:nth-of-type(2) {
  flex: 1;
}
.sub #content > section#profile .body .content main > section#location ul li span:nth-of-type(3) {
  width: 130px;
}
.sub #content > section#members .body .content main > section > div {
  position: relative;
}
.sub #content > section#members .body .content main > section > div > p {
  margin: 0;
  line-height: 1.7;
}
.sub #content > section#members .body .content main > section > div .to-map {
  position: absolute;
  right: 0;
  top: 10px;
}
.sub #content > section#members .body .content main > section ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 0;
  padding: 0;
}
.sub #content > section#members .body .content main > section ul li {
  width: 47.5%;
  border-bottom: solid 1px #DEDEDE;
}
.sub #content > section#members .body .content main > section ul li a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  line-height: 1.4;
}
.sub #content > section#members .body .content main > section ul li a::after {
  content: "";
  display: bloxk;
  width: 16px;
  height: 16px;
  background: url(../img/icon-arrow.png) 50% 50% no-repeat, url(../img/icon-arrow-blue.png) 50% 50% no-repeat;
  background-size: contain, 0;
  transition: transform 100ms ease-in;
}
.sub #content > section#members .body .content main > section ul li a:hover::after {
  transform: translate(10px, 0);
}
.sub #content > section#members .body .content main > section ul li:nth-child(1), .sub #content > section#members .body .content main > section ul li:nth-child(2) {
  border-top: solid 1px #DEDEDE;
}
.sub #content > section#members .body .content main > section ul li:nth-child(4n+1), .sub #content > section#members .body .content main > section ul li:nth-child(4n+2) {
  background: #F2FBFA;
}
.sub #content > section#members .body .content main > section.intro .image {
  margin-bottom: 40px;
}
.sub #content > section#factory .title .content {
  display: flex;
  align-items: flex-end;
}
.sub #content > section#factory .title .btn {
  margin: 0 0 0 60px;
}
.sub #content > section#factory .body .content main .info {
  display: flex;
  padding-bottom: 160px;
  border-bottom: solid 2px #0D2394;
}
.sub #content > section#factory .body .content main .info > div:nth-of-type(1) {
  flex: 1;
}
.sub #content > section#factory .body .content main .info > div:nth-of-type(1) ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #DEDEDE;
}
.sub #content > section#factory .body .content main .info > div:nth-of-type(1) ul li {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-top: solid 1px #DEDEDE;
}
.sub #content > section#factory .body .content main .info > div:nth-of-type(1) ul li h3 {
  flex-shrink: 0;
  width: 210px;
  margin: 0;
  color: #0D2394;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
}
.sub #content > section#factory .body .content main .info > div:nth-of-type(1) ul li > div p {
  margin: 0;
  line-height: 1.6;
}
.sub #content > section#factory .body .content main .info > div:nth-of-type(1) ul li > div .to-map a {
  margin: 10px 0 0;
}
.sub #content > section#factory .body .content main .info > div:nth-of-type(2) {
  width: 66%;
  padding-left: 3.3%;
}
.sub #content > section#factory .body .content main .btn {
  margin-top: 48px;
}
.sub #content > section#youth-division .body .content main > section h4 {
  margin: 0;
  color: #0D2394;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
}
.sub #content > section#youth-division .body .content main > section .images .image {
  margin-top: 20px;
}
.sub #content > section#youth-division .body .content main > section.intro p {
  margin: 30px 0 0;
}
.sub #content > section#youth-division .body .content main > section.intro p:nth-of-type(1) {
  margin-top: 40px;
}
.sub #content > section#youth-division .body .content main > section#activity > section {
  padding: 0 0 60px;
}
.sub #content > section#youth-division .body .content main > section#activity .banner a {
  position: relative;
  display: block;
  width: 468px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.sub #content > section#youth-division .body .content main > section#activity .banner a img {
  display: block;
}
.sub #content > section#youth-division .body .content main > section#activity .banner a img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 300ms ease-in;
}
.sub #content > section#youth-division .body .content main > section#activity .banner a:hover img:nth-of-type(2) {
  opacity: 1;
}
.sub #content > section#youth-division .body .content main > section#achievements > ul:nth-of-type(1) {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #DEDEDE;
}
.sub #content > section#youth-division .body .content main > section#achievements > ul:nth-of-type(1) li {
  transform: translate(0, 1.5px);
}
.sub #content > section#youth-division .body .content main > section#achievements > ul:nth-of-type(1) li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  border-bottom: solid 2px transparent;
  font-weight: 600;
}
.sub #content > section#youth-division .body .content main > section#achievements > ul:nth-of-type(1) li.active a {
  color: #0D2394;
  border-bottom-color: #0D2394;
}
.sub #content > section#youth-division .body .content main > section#achievements > ul:nth-of-type(2) {
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
}
.sub #content > section#youth-division .body .content main > section#achievements > ul:nth-of-type(2) > li {
  display: none;
}
.sub #content > section#youth-division .body .content main > section#achievements > ul:nth-of-type(2) > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #DEDEDE;
}
.sub #content > section#youth-division .body .content main > section#achievements > ul:nth-of-type(2) > li > ul > li {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  border-top: solid 1px #DEDEDE;
}
.sub #content > section#youth-division .body .content main > section#achievements > ul:nth-of-type(2) > li > ul > li > p {
  flex-shrink: 0;
  width: 200px;
  margin: 0;
  color: #0D2394;
  font-weight: 600;
  line-height: 1.6;
}
.sub #content > section#youth-division .body .content main > section#achievements > ul:nth-of-type(2) > li > ul > li > div {
  flex: 1;
}
.sub #content > section#youth-division .body .content main > section#achievements > ul:nth-of-type(2) > li > ul > li > div p {
  margin: 5px 0 0;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
.sub #content > section#youth-division .body .content main > section#achievements > ul:nth-of-type(2) > li > ul > li > div p:nth-of-type(1) {
  margin-top: 0;
}
.sub #content > section#youth-division .body .content main > section#achievements > ul:nth-of-type(2) > li > ul > li:nth-child(odd) {
  background: #F2FBFA;
}
.sub #content > section#youth-division .body .content main > section#achievements > ul:nth-of-type(2) > li.active {
  display: block;
}
.sub #content > section#sdgs .body .content main > section h4 {
  margin: 0;
  color: #0D2394;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
}
.sub #content > section#sdgs .body .content main > section .image p {
  margin: 8px 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
.sub #content > section#sdgs .body .content main > section.intro p {
  margin: 30px 0 0;
}
.sub #content > section#sdgs .body .content main > section.intro p:nth-of-type(1) {
  margin-top: 40px;
}
.sub #content > section#sdgs .body .content main > section#activity section {
  margin-top: 50px;
}
.sub #content > section#sdgs .body .content main > section#activity section:nth-of-type(1) {
  margin-top: 0;
}
.sub #content > section#sdgs .body .content main > section#activity .row2 > div:nth-of-type(1) {
  width: 65%;
  padding-right: 4%;
}
.sub #content > section#sdgs .body .content main > section#activity .row2 > div:nth-of-type(1) > div {
  display: flex;
  margin-top: 40px;
}
.sub #content > section#sdgs .body .content main > section#activity .row2 > div:nth-of-type(1) > div > p {
  width: 156px;
  margin: 0;
}
.sub #content > section#sdgs .body .content main > section#activity .row2 > div:nth-of-type(1) > div > ul.link-list {
  flex: 1;
  margin-top: 0;
  padding-left: 5%;
}
.sub #content > section#sdgs .body .content main > section#activity .row2 > div:nth-of-type(1) > div > ul.link-list li a {
  font-size: 1.6rem;
}
.sub #content > section#sdgs .body .content main > section#activity .row2 > div:nth-of-type(1) > div > ul.link-list li:nth-child(odd) {
  padding-right: 3%;
}
.sub #content > section#sdgs .body .content main > section#activity .row2 > div:nth-of-type(1) > div > ul.link-list li:nth-child(even) {
  padding-left: 3%;
}
.sub #content > section#sdgs .body .content main > section#activity .row2 > div:nth-of-type(2) {
  width: 35%;
  padding-left: 0;
}
.sub #content > section.products .body .content main section .image p {
  margin: 8px 0 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
.sub #content > section.products .body .content main section .caption {
  margin: 30px 0 8px 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
.sub #content > section.products .body .content main section#technology ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin: 40px 0 0;
  padding: 0;
}
.sub #content > section.products .body .content main section#technology ul li {
  text-align: center;
}
.sub #content > section.products .body .content main section#technology ul li div img {
  width: 140px;
}
.sub #content > section.products .body .content main section#technology ul li h4 {
  margin: 10px 0 0;
  color: #0D2394;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
}
.sub #content > section.products .body .content main section#technology ul li h4 span {
  display: block;
  font-size: 2.4rem;
}
.sub #content > section.products .body .content main section#technology ul li p {
  margin: 8px 0 0;
  line-height: 1.6;
}
.sub #content > section.products .body .content main section#achievements .row2 > div:nth-of-type(1) {
  width: 65%;
  padding-right: 4%;
}
.sub #content > section.products .body .content main section#achievements .row2 > div:nth-of-type(1) > div {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.sub #content > section.products .body .content main section#achievements .row2 > div:nth-of-type(1) > div > div {
  width: 45%;
}
.sub #content > section.products .body .content main section#achievements .row2 > div:nth-of-type(1) .link-list {
  display: block;
  margin-top: 50px;
}
.sub #content > section.products .body .content main section#achievements .row2 > div:nth-of-type(1) .link-list li {
  width: auto;
}
.sub #content > section.products .body .content main section#achievements .row2 > div:nth-of-type(1) .link-list li a {
  font-size: 1.6rem;
}
.sub #content > section.products .body .content main section#achievements .row2 > div:nth-of-type(1) .link-list li:nth-child(odd) {
  padding-right: 0;
}
.sub #content > section.products .body .content main section#achievements .row2 > div:nth-of-type(1) .link-list li:nth-child(even) {
  padding-left: 0;
}
.sub #content > section.products .body .content main section#achievements .row2 > div:nth-of-type(2) {
  width: 35%;
  padding-left: 0;
}
.sub #content > section.products .body .content main section#achievements .row2 > div:nth-of-type(2) .image {
  margin-top: 20px;
}
.sub #content > section.products .body .content main section#achievements .row2 > div:nth-of-type(2) .image:nth-of-type(1) {
  margin-top: 0;
}
.sub #content > section.products .body .content main section#achievements .row3 {
  margin-top: 60px;
}
.sub #content > section.products .body .content main section#reference .link-list {
  display: block;
  margin-top: 0;
}
.sub #content > section.products .body .content main section#reference .link-list li {
  width: auto;
}
.sub #content > section.products .body .content main section#reference .link-list li a {
  font-size: 1.6rem;
}
.sub #content > section.products .body .content main section#reference .link-list li:nth-child(odd) {
  padding-right: 0;
}
.sub #content > section.products .body .content main section#reference .link-list li:nth-child(even) {
  padding-left: 0;
}
.sub #content > section.products .body .content main section.porous-concrete .row3 + .row3 {
  margin-top: 30px;
}
.sub #content > section.products .body .content main section#merit p {
  margin: 0;
  padding: 15px 0;
  border-top: solid 1px #DEDEDE;
  line-height: 1.7;
}
.sub #content > section.products .body .content main section#merit p:nth-last-of-type(1) {
  border-bottom: solid 1px #DEDEDE;
}
.sub #content > section#quality-technical .body .content main section .image p {
  margin: 8px 0 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
.sub #content > section#quality-technical .body .content main section > section {
  padding: 60px 0 0;
}
.sub #content > section#quality-technical .body .content main section > section h4 {
  margin: 0 0 20px;
  color: #0D2394;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
}
.sub #content > section#quality-technical .body .content main section#system .movie-wrap {
  margin-top: 40px;
}
.sub #content > section#quality-technical .body .content main section#certified > section {
  padding-top: 40px;
}
.sub #content > section#quality-technical .body .content main section#certified > section:nth-of-type(1) {
  padding-top: 0;
}
.sub #content > section#quality-technical .body .content main section#certified ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 0;
  padding: 0;
}
.sub #content > section#quality-technical .body .content main section#certified ul li {
  display: flex;
  align-items: center;
  width: 47.5%;
  height: 60px;
  padding: 0 20px;
  border-bottom: solid 1px #DEDEDE;
  line-height: 1.4;
}
.sub #content > section#quality-technical .body .content main section#certified ul li:nth-child(1), .sub #content > section#quality-technical .body .content main section#certified ul li:nth-child(2) {
  border-top: solid 1px #DEDEDE;
}
.sub #content > section#quality-technical .body .content main section#certified ul li:nth-child(4n+1), .sub #content > section#quality-technical .body .content main section#certified ul li:nth-child(4n+2) {
  background: #F2FBFA;
}
.sub #content > section#quality-technical .body .content main section#technical ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 0;
  padding: 0;
}
.sub #content > section#quality-technical .body .content main section#technical ul li {
  width: 47.5%;
  border-bottom: solid 1px #DEDEDE;
}
.sub #content > section#quality-technical .body .content main section#technical ul li a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  line-height: 1.4;
}
.sub #content > section#quality-technical .body .content main section#technical ul li a::after {
  content: "";
  display: bloxk;
  width: 16px;
  height: 16px;
  background: url(../img/icon-arrow.png) 50% 50% no-repeat, url(../img/icon-arrow-blue.png) 50% 50% no-repeat;
  background-size: contain, 0;
  transition: transform 100ms ease-in;
}
.sub #content > section#quality-technical .body .content main section#technical ul li a:hover::after {
  transform: translate(10px, 0);
}
.sub #content > section#quality-technical .body .content main section#technical ul li:nth-child(1), .sub #content > section#quality-technical .body .content main section#technical ul li:nth-child(2) {
  border-top: solid 1px #DEDEDE;
}
.sub #content > section#quality-technical .body .content main section#technical ul li:nth-child(4n+1), .sub #content > section#quality-technical .body .content main section#technical ul li:nth-child(4n+2) {
  background: #F2FBFA;
}
.sub #content > section#concrete .body .content main section h4 {
  margin: 30px 0 15px;
  color: #0D2394;
  font-size: 1.8rem;
  font-weight: 600;
}
.sub #content > section#concrete .body .content main section table {
  border-collapse: collapse;
  width: 100%;
  background: #ffffff;
}
.sub #content > section#concrete .body .content main section table thead tr th {
  padding: 12px 10px;
  border: solid 1px #DEDEDE;
  background: #04A69E;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.3;
}
.sub #content > section#concrete .body .content main section table thead tr th[rowspan="2"] {
  text-align: left;
}
.sub #content > section#concrete .body .content main section table thead tr:nth-child(2) th {
  padding: 2px 5px;
  background: #96DAD7;
  color: #2E353C;
  font-weight: 400;
}
.sub #content > section#concrete .body .content main section table tbody tr th {
  padding: 14px 10px;
  border: solid 1px #DEDEDE;
  background: #96DAD7;
  font-weight: 600;
  line-height: 1;
  text-align: left;
}
.sub #content > section#concrete .body .content main section table tbody tr td {
  padding: 14px 10px;
  border: solid 1px #DEDEDE;
  line-height: 1;
  text-align: center;
}
.sub #content > section#concrete .body .content main section table tbody tr td:nth-of-type(1), .sub #content > section#concrete .body .content main section table tbody tr td:nth-of-type(2) {
  text-align: left;
}
.sub #content > section#concrete .body .content main section p.notice {
  margin: 8px 0 0;
  padding-left: 1em;
  font-size: 1.4rem;
  text-indent: -1em;
  line-height: 1.4;
}
.sub #content > section#concrete .body .content main section .link-list li a {
  font-size: 1.6rem;
}
.sub #content > section#process .body .content main section h4 {
  margin: 30px 0 15px;
  color: #0D2394;
  font-size: 1.8rem;
  font-weight: 600;
}
.sub #content > section#process .body .content main section.step {
  position: relative;
}
.sub #content > section#process .body .content main section.step::before {
  content: "";
  position: absolute;
  left: 116px;
  top: 0;
  width: 8px;
  height: 100%;
  background-color: transparent;
  background-image: radial-gradient(circle, #0d2394 4px, transparent 4px);
  background-position: 0 0;
  background-size: 8px 16px;
}
.sub #content > section#process .body .content main section.step .num {
  position: absolute;
  left: 60px;
  top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin: 0;
  border-radius: 60px;
  background: #0D2394;
  color: #ffffff;
}
.sub #content > section#process .body .content main section.step .num span {
  line-height: 1;
}
.sub #content > section#process .body .content main section.step .num span.s {
  font-size: 1.8rem;
}
.sub #content > section#process .body .content main section.step .num span.l {
  font-size: 4.8rem;
}
.sub #content > section#process .body .content main section.step .num span:nth-last-of-type(1) {
  margin-top: 5px;
}
.sub #content > section#process .body .content main section.step .row2 {
  margin-left: 200px;
}
.sub #content > section#process .body .content main section.step h5 {
  display: inline-block;
  margin: 40px 0 0;
  padding: 0 10px;
  background: #04A69E;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
}
.sub #content > section#process .body .content main section.step ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.sub #content > section#process .body .content main section.step ul li {
  margin: 15px 0 0 45px;
}
.sub #content > section#process .body .content main section.step ul li img {
  width: 48px;
}
.sub #content > section#process .body .content main section.step ul li span {
  margin-left: 10px;
  color: #04A69E;
  font-weight: 600;
}
.sub #content > section#process .body .content main section.step ul li:nth-child(1) {
  margin-left: 0;
}
.sub #content > section#process .body .content main section.start::before {
  top: 68px;
}
.sub #content > section#process .body .content main section.end::before {
  height: 80px;
}
.sub #content > section#history .body .content main section .images {
  width: 70.37%;
}
.sub #content > section#history .body .content main section .image p {
  margin: 8px 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
.sub #content > section#creations .body .content main section ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.sub #content > section#creations .body .content main section ul li {
  width: 45%;
  margin-top: 120px;
  background: #EBE8E5;
}
.sub #content > section#creations .body .content main section ul li p {
  margin: 0;
  padding: 10px 20px;
  line-height: 1.6;
}
.sub #content > section#creations .body .content main section ul li p span {
  display: block;
}
.sub #content > section#creations .body .content main section ul li p span:nth-of-type(1) {
  color: #0D2394;
  font-size: 1.8rem;
  font-weight: 600;
}
.sub #content > section#creations .body .content main section ul li p span:nth-of-type(2) {
  margin-top: 5px;
}
.sub #content > section#creations .body .content main section ul li p span:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 18px;
  margin-right: 7px;
  background: url(../img/creations-icon.png) 50% 50% no-repeat;
  background-size: cover;
  transform: translate(0, 2px);
}
.sub #content > section#creations .body .content main section ul li:nth-child(1), .sub #content > section#creations .body .content main section ul li:nth-child(2) {
  margin-top: 0;
}
.sub #content > section#creations .body .content main section.box {
  padding: 30px 50px;
}
.sub #content > section#creations .body .content main section.box p {
  margin: 0;
  font-size: 1.8rem;
  text-align: center;
}
.sub #content > section#creations .body .content main section:not(.box) {
  padding-top: 0;
  border-top: none;
}
.sub #content > section#mix-session .body .content main section h3 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
}
.sub #content > section#mix-session .body .content main section h3 > span:nth-of-type(1) {
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  background: #0D2394;
  color: #ffffff;
  line-height: 40px;
}
.sub #content > section#mix-session .body .content main section h3.center {
  text-align: center;
}
.sub #content > section#mix-session .body .content main section .member {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.sub #content > section#mix-session .body .content main section .member li {
  width: 300px;
  margin: 54px 27px 0;
  padding: 0 20px 30px 20px;
  background: #EBE8E5;
}
.sub #content > section#mix-session .body .content main section .member li .image {
  margin: 0 -20px 0;
}
.sub #content > section#mix-session .body .content main section .member li p {
  margin: 0;
  line-height: 1.5;
}
.sub #content > section#mix-session .body .content main section .member li p:nth-of-type(1) {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  border-radius: 20px;
  background: #04A69E;
  color: #ffffff;
  transform: translate(0, -20px);
}
.sub #content > section#mix-session .body .content main section .member li p:nth-of-type(1) span:nth-of-type(2) {
  margin-left: 20px;
  font-size: 2rem;
  font-weight: 600;
}
.sub #content > section#mix-session .body .content main section .member li p:nth-of-type(2) {
  margin-top: -10px;
  color: #0D2394;
  font-size: 1.8rem;
  font-weight: 600;
}
.sub #content > section#mix-session .body .content main section .member li p:nth-of-type(3) {
  margin-top: 5px;
  font-weight: 600;
}
.sub #content > section#mix-session .body .content main section .member li p:nth-of-type(4) {
  margin-top: 8px;
}
.sub #content > section#mix-session .body .content main section .session {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub #content > section#mix-session .body .content main section .session li {
  position: relative;
  margin-top: 80px;
}
.sub #content > section#mix-session .body .content main section .session li > div:nth-of-type(1) {
  position: absolute;
  right: 75.5%;
  top: 0;
  width: 35.42vw;
}
.sub #content > section#mix-session .body .content main section .session li > div:nth-of-type(2) {
  padding-left: 35%;
}
.sub #content > section#mix-session .body .content main section .session li > div:nth-of-type(2) h3 {
  margin-bottom: 30px;
  font-size: 2.4rem;
}
.sub #content > section#mix-session .body .content main section .session li > div:nth-of-type(2) h3 > span:nth-of-type(1) {
  margin-right: 10px;
  padding: 0 12px;
}
.sub #content > section#mix-session .body .content main section .session li > div:nth-of-type(2) h3 > span:nth-of-type(1) > span:nth-of-type(1) {
  font-size: 1.6rem;
}
.sub #content > section#mix-session .body .content main section .session li > div:nth-of-type(2) h3 > span:nth-of-type(1) > span:nth-of-type(2) {
  margin-left: 10px;
}
.sub #content > section#mix-session .body .content main section .session li > div:nth-of-type(2) dl {
  display: flex;
  margin: 30px 0 0;
}
.sub #content > section#mix-session .body .content main section .session li > div:nth-of-type(2) dl dt {
  flex-shrink: 0;
  width: 75px;
  color: #0D2394;
  font-weight: 600;
}
.sub #content > section#mix-session .body .content main section .session li > div:nth-of-type(2) dl dd {
  flex: 1;
  margin: 0;
}
.sub #content > section#mix-session .body .content main section .session li:nth-child(1) {
  margin-top: 0;
}
.sub #content > section#mix-session .body .content main section .session li.r > div:nth-of-type(1) {
  left: 75.5%;
  right: auto;
}
.sub #content > section#mix-session .body .content main section .session li.r > div:nth-of-type(2) {
  padding-right: 35%;
  padding-left: 0;
}
.sub #content > section#mix-session .body .content main section.box:not(.sheer) {
  background: #EAE8E5;
}
.sub #content > section#mix-session .body .content main section.box.sheer > p {
  margin: 0 0 50px;
  font-size: 1.8rem;
  text-align: center;
}
.sub #content > section#ready-to-build .body.bg {
  margin-top: 0;
  padding-top: 120px;
  background: #01030D;
  background: linear-gradient(162deg, #01030d 0%, #0d2394 25%, #0d2394 100%);
  color: #ffffff;
}
.sub #content > section#ready-to-build .body #interview-list > .image {
  margin: 70px 0;
}
.sub #content > section#ready-to-build .body #interview-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub #content > section#ready-to-build .body #interview-list ul li {
  margin-top: 1.0416vw;
}
.sub #content > section#ready-to-build .body #interview-list ul li a {
  position: relative;
  display: block;
  width: 68.75%;
}
.sub #content > section#ready-to-build .body #interview-list ul li a .image {
  position: relative;
}
.sub #content > section#ready-to-build .body #interview-list ul li a .image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 72.8%;
  height: 100%;
  background: linear-gradient(-90deg, rgba(47, 53, 60, 0.01) 0%, #2f353c 36%, #2f353c 100%);
}
.sub #content > section#ready-to-build .body #interview-list ul li a .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  left: 25%;
  top: 0;
  z-index: 2;
  height: 100%;
  padding: 2vw 0;
}
.sub #content > section#ready-to-build .body #interview-list ul li a .text p {
  margin: 0;
  color: #ffffff;
  font-size: 1.458vw;
  font-weight: 600;
  line-height: 1.5;
}
.sub #content > section#ready-to-build .body #interview-list ul li a .text p:nth-of-type(2) {
  display: flex;
  align-items: center;
}
.sub #content > section#ready-to-build .body #interview-list ul li a .text p:nth-of-type(2) > span {
  color: #FFA400;
  line-height: 1;
}
.sub #content > section#ready-to-build .body #interview-list ul li a .text p:nth-of-type(2) > span:nth-of-type(1) {
  padding: 0.5208vw;
  background: #FFA400;
  color: #ffffff;
  font-size: 1.25vw;
  font-weight: 600;
}
.sub #content > section#ready-to-build .body #interview-list ul li a .text p:nth-of-type(2) > span:nth-of-type(2) {
  display: flex;
  align-items: center;
  margin-left: 1.25vw;
}
.sub #content > section#ready-to-build .body #interview-list ul li a .text p:nth-of-type(2) > span:nth-of-type(2) > span:nth-of-type(1) {
  font-size: 0.8333vw;
}
.sub #content > section#ready-to-build .body #interview-list ul li a .text p:nth-of-type(2) > span:nth-of-type(2) > span:nth-of-type(2) {
  margin-left: 1.25vw;
  font-size: 1.6666vw;
}
.sub #content > section#ready-to-build .body #interview-list ul li a .text p:nth-of-type(2)::after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 2.08vw;
  height: 2.08vw;
  margin-left: 2.25vw;
  background: url(../img/icon-arrow-circle-orange.png) 50% 50% no-repeat, url(../img/icon-arrow-circle-orange-hover.png) 50% 50% no-repeat;
  background-size: contain, 0;
}
.sub #content > section#ready-to-build .body #interview-list ul li a .text p:nth-of-type(2):hover::after {
  background-size: 0, contain;
}
.sub #content > section#ready-to-build .body #interview-list ul li:nth-of-type(even) a {
  margin-left: auto;
}
.sub #content > section#ready-to-build .body #interview-list ul li:nth-of-type(even) a .image::before {
  left: auto;
  right: 0;
  background: linear-gradient(90deg, rgba(47, 53, 60, 0.01) 0%, #2f353c 36%, #2f353c 100%);
}
.sub #content > section#ready-to-build .body #interview-list ul li:nth-of-type(even) a .text {
  left: 29%;
}
.sub #content > section#ready-to-build .body .content main section.intro p {
  margin: 0;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}
.sub #content > section#ready-to-build .body .content main section#career-path {
  margin-top: 120px;
}
.sub #content > section#ready-to-build .body .content main section#career-path h3 {
  margin: 0;
  color: #FFA400;
  font-size: 6rem;
  text-align: center;
  font-weight: 700;
}
.sub #content > section#ready-to-build .body .content main section#career-path h3 + p {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div {
  margin-top: 60px;
  padding: 50px 60px;
  border-radius: 50px;
  background: #EAE8E5;
  color: #2E353C;
  overflow: hidden;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div {
  position: relative;
  display: flex;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div > p {
  position: relative;
  z-index: 2;
  width: 40px;
  margin: 40px 0 0;
  padding: 20px 0;
  background: #7588E5;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div > p::before, .sub #content > section#ready-to-build .body .content main section#career-path > div > div > p::after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: 21px;
  height: 21px;
  background: #EAE8E5;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div > p::before {
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div > p::after {
  left: auto;
  right: -1px;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div ul {
  list-style: none;
  position: relative;
  flex: 1;
  margin: 0;
  padding: 0 40% 0 20px;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div ul li {
  position: relative;
  display: flex;
  padding: 42px 0 30px;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div ul li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 9999px;
  height: 2px;
  background: #ffffff;
  transform: translate(-50%, 0);
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div ul li::after {
  content: "";
  position: absolute;
  left: 56px;
  top: 0;
  width: 8px;
  height: 100%;
  background-color: transparent;
  background-image: radial-gradient(circle, #0d2394 4px, transparent 4px);
  background-position: 0 0;
  background-size: 8px 16px;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div ul li .num {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  margin: 0;
  border-radius: 60px;
  background: #7588E4;
  color: #ffffff;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div ul li .num span {
  font-weight: 600;
  line-height: 1;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div ul li .num span.s {
  font-size: 1.8rem;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div ul li .num span.l {
  font-size: 4.8rem;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div ul li .num span:nth-last-of-type(1) {
  margin-top: 5px;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div ul li div {
  padding-left: 13.606%;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div ul li div h4 {
  margin: 0 0 15px;
  color: #0D2394;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div ul li div p {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div ul li div p + h4 {
  margin-top: 30px;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div > div {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 36.1125%;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div > div .image {
  text-align: right;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div > div .image.m img {
  width: 87.179%;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div > div .image.s img {
  width: 61.538%;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div > div .image.bs {
  margin-top: 40px;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div > div .image.bm {
  margin-top: 60px;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div > div .image.bl {
  margin-top: 80px;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div:nth-of-type(1) > p {
  margin-top: 0;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div:nth-of-type(1) ul:nth-of-type(1) li:nth-of-type(1) {
  padding-top: 0;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div:nth-of-type(1) ul:nth-of-type(1) li:nth-of-type(1)::before {
  display: none;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div:nth-of-type(2) ul li div h4, .sub #content > section#ready-to-build .body .content main section#career-path > div > div:nth-of-type(3) ul li div h4 {
  display: inline-block;
  padding: 5px 10px;
  background: #04A69E;
  color: #ffffff;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div:nth-of-type(2) > p {
  background: #4256B5;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div:nth-of-type(2) ul li .num {
  background: #4256B5;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div:nth-of-type(3) > p {
  background: #0D2394;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div:nth-of-type(3) ul li .num {
  background: #0D2394;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div:nth-last-of-type(1) ul:nth-last-of-type(1) li:nth-last-of-type(1) {
  padding-bottom: 0;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div > div:nth-last-of-type(1) ul:nth-last-of-type(1) li:nth-last-of-type(1)::after {
  height: 100px;
}
.sub #content > section#ready-to-build .body .content main section#career-path > div + p {
  margin: 14px 0 0;
  padding-left: 1em;
  font-size: 1.4rem;
  text-indent: -1em;
  line-height: 1.6;
}
.sub #content > section#information .body .content main #informationList {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: solid 1px #DEDEDE;
}
.sub #content > section#information .body .content main #informationList li {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: solid 1px #DEDEDE;
}
.sub #content > section#information .body .content main #informationList li p {
  margin: 0;
  color: #0D2394;
}
.sub #content > section#information .body .content main #informationList li p.category {
  flex-shrink: 0;
  width: 150px;
}
.sub #content > section#information .body .content main #informationList li p.category span {
  height: 24px;
  padding: 0 15px;
  border: solid 1px #0D2394;
  border-radius: 12px;
  font-size: 1.4rem;
  line-height: 22px;
}
.sub #content > section#information .body .content main #informationList li p.date {
  flex-shrink: 0;
  width: 180px;
  font-variant-numeric: tabular-nums;
}
.sub #content > section#information .body .content main #informationList li h3 {
  flex: 1;
  margin: 0;
  font-size: 1.6rem;
}
.sub #content > section#information .body .content main #informationList li h3 a {
  color: #0D2394;
}
.sub #content > section#information .body .content main .btn {
  margin-top: 80px;
}
.sub #content > section#information .body .content main .btn #loadMoreBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 48px;
  border: solid 2px #2E353C;
  border-radius: 24px;
  background: #2E353C;
  color: #ffffff;
  font-weight: 600;
  transition: all 300ms ease-in;
}
.sub #content > section#information .body .content main .btn #loadMoreBtn:hover {
  background: #ffffff;
  color: #2E353C;
}
.sub #content > section#information.detail .body {
  margin-top: 30px;
}
.sub #content > section#information.detail .body .content main p {
  display: inline-block;
  margin: 0;
  color: #0D2394;
}
.sub #content > section#information.detail .body .content main p.category span {
  height: 24px;
  padding: 0 15px;
  border: solid 1px #0D2394;
  border-radius: 12px;
  font-size: 1.4rem;
  line-height: 22px;
}
.sub #content > section#information.detail .body .content main p.date {
  margin-left: 10px;
  font-variant-numeric: tabular-nums;
}
.sub #content > section#information.detail .body .content main .text {
  margin-top: 60px;
}
.sub #content > section#information.detail .body .content main .text a {
  color: #0D2394;
  text-decoration: underline;
}
.sub #content > section#information.detail .body .content main .pager {
  list-style: none;
  margin: 80px 0 0;
  padding: 0;
}
.sub #content > section#information.detail .body .content main .pager a {
  color: #0D2394;
  font-weight: 600;
}
.sub.interview #wrapper {
  padding-top: 0;
}
.sub.interview #wrapper #content section#interview .interview-kv {
  position: relative;
  padding-bottom: 160px;
}
.sub.interview #wrapper #content section#interview .interview-kv::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 600px;
  background: linear-gradient(90deg, #01030d 0%, #01030d 50%, #0d2394 75%, #0d2394 100%);
}
.sub.interview #wrapper #content section#interview .interview-kv > div {
  position: relative;
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
}
.sub.interview #wrapper #content section#interview .interview-kv > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 64.75%;
  height: 100%;
  background: linear-gradient(90deg, #2f353c 0%, #2f353c 25%, rgba(116, 120, 124, 0.01) 100%);
  opacity: 0.5;
}
.sub.interview #wrapper #content section#interview .interview-kv > div > div {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 14.1666vw);
  padding: 20px 70px;
}
.sub.interview #wrapper #content section#interview .interview-kv > div > div p {
  margin: 0;
}
.sub.interview #wrapper #content section#interview .interview-kv > div > div p > span {
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
}
.sub.interview #wrapper #content section#interview .interview-kv > div > div p > span:nth-of-type(1) {
  padding: 10px 20px;
  background: #FFA400;
  font-size: 1.8rem;
}
.sub.interview #wrapper #content section#interview .interview-kv > div > div p > span:nth-of-type(2) {
  margin-top: 20px;
}
.sub.interview #wrapper #content section#interview .interview-kv > div > div p > span:nth-of-type(2) > span {
  display: inline-block;
}
.sub.interview #wrapper #content section#interview .interview-kv > div > div p > span:nth-of-type(2) > span:nth-of-type(2) {
  margin-top: 20px;
  font-size: 3.2rem;
}
.sub.interview #wrapper #content section#interview .interview-kv > div > div > div h2 {
  margin: 0 0 0 -14px;
  line-height: 1;
}
.sub.interview #wrapper #content section#interview .interview-kv > div > div > div h2 img {
  width: 496px;
}
.sub.interview #wrapper #content section#interview .interview-kv > div > div > div h2 span {
  margin: 15px 0 0 10px;
  color: #FFA400;
  font-size: 1.8rem;
}
.sub.interview #wrapper #content section#interview .interview-kv > div > div > div h3 {
  min-height: 180px;
  margin: 20px 0 0;
  color: #ffffff;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
}
.sub.interview #wrapper #content section#interview .body {
  padding-bottom: 0;
}
.sub.interview #wrapper #content section#interview .body .content main section {
  padding: 70px 0 0;
  border-top: none;
}
.sub.interview #wrapper #content section#interview .body .content main section .image {
  margin-top: 40px;
}
.sub.interview #wrapper #content section#interview .body .content main section:nth-of-type(1) {
  padding-top: 0;
}
.sub.interview #wrapper #content section#interview .body .close {
  margin-top: 150px;
}
.sub.interview #wrapper #content section#interview .nav {
  padding: 150px 0;
  background: #0D2394;
  color: #ffffff;
}
.sub.interview #wrapper #content section#interview .nav .content ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: -70px -1.5% 0;
  padding: 0;
}
.sub.interview #wrapper #content section#interview .nav .content ul li {
  width: 22%;
  margin: 70px 1.5% 0;
}
.sub.interview #wrapper #content section#interview .nav .content ul li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #ffffff;
}
.sub.interview #wrapper #content section#interview .nav .content ul li a .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.sub.interview #wrapper #content section#interview .nav .content ul li a .text p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
}
.sub.interview #wrapper #content section#interview .nav .content ul li a .text p:nth-of-type(2) {
  margin: 10px 0 0;
  line-height: 1;
  display: flex;
  font-size: 2.4rem;
}
.sub.interview #wrapper #content section#interview .nav .content ul li a .text p:nth-of-type(2) > span:nth-of-type(1) {
  height: 40px;
  padding: 0 12px;
  background: #FFA400;
  line-height: 40px;
}
.sub.interview #wrapper #content section#interview .nav .content ul li a .text p:nth-of-type(2) > span:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
  color: #FFA400;
}
.sub.interview #wrapper #content section#interview .nav .content ul li a .text p:nth-of-type(2) > span:nth-of-type(2) > span:nth-of-type(1) {
  font-size: 1.4rem;
}
.sub.interview #wrapper #content section#interview .nav .content ul li a .text p:nth-of-type(2) > span:nth-of-type(2) > span:nth-of-type(2) {
  font-size: 2rem;
}

/* ==========================================================================
 * * 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;
  }
}
@media only screen and (max-width: 814px) {
  .pc-only {
    display: none !important;
  }

  .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    border-radius: 20px;
  }

  .link-list {
    list-style: none;
    display: block;
  }
  .link-list li {
    width: auto;
  }
  .link-list li a {
    height: 60px;
    padding: 0 10px;
    font-size: 1.8rem;
  }
  .link-list li:nth-child(2) a {
    border-top: none;
  }
  .link-list li:nth-child(odd) {
    padding-right: 0;
  }
  .link-list li:nth-child(even) {
    padding-left: 0;
  }

  .movie-wrap {
    width: 100%;
  }
  .movie-wrap p {
    font-size: 1.2rem;
  }

  body {
    font-size: 1.4rem;
  }

  #header {
    padding: 20px;
  }
  #header .content {
    height: 48px;
    padding: 0 16px;
    border-radius: 24px;
  }
  #header h1 {
    position: relative;
    z-index: 12;
  }
  #header h1 a img {
    width: 208px;
  }
  #header #nav {
    position: absolute;
    left: 0;
    top: -100vh;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    padding: 88px 40px 40px;
    background: #ffffff;
    overflow-y: auto;
    opacity: 0;
    transition: all 300ms ease-in;
  }
  #header #nav > ul {
    display: block;
  }
  #header #nav > ul > li {
    display: block;
    padding-left: 0;
    border-top: solid 1px #DEDEDE;
  }
  #header #nav > ul > li > a {
    width: 100%;
    justify-content: flex-start;
  }
  #header #nav > ul > li.member {
    padding-top: 48px;
  }
  #header #nav > ul > li.member > a {
    margin: 0 auto;
    justify-content: center;
  }
  #header #nav > ul > li > ul {
    display: none;
    position: static;
    padding: 10px 0;
    border-top: solid 1px #DEDEDE;
    transform: none;
    opacity: 1;
  }
  #header #nav > ul > li > ul > li {
    padding: 5px 0 0;
    background: #ffffff;
  }
  #header #nav > ul > li > ul > li:nth-of-type(1) {
    padding-top: 0;
    border-radius: 0;
  }
  #header #nav > ul > li > ul > li:nth-last-of-type(1) {
    padding-bottom: 0;
    border-radius: 0;
  }
  #header #nav > ul > li:hover > a {
    color: #2E353C;
  }
  #header #nav > ul > li:hover > a::after {
    transform: rotate(90deg);
  }
  #header #nav > ul > li.active > a {
    color: #0D2394;
  }
  #header #nav > ul > li.active > a::after {
    transform: none;
  }
  #header #nav > ul > li.active > ul {
    display: block;
  }
  #header .active #nav {
    top: 0;
    opacity: 1;
  }
  #header #nav-btn {
    position: absolute;
    display: block;
    right: 40px;
    top: 36px;
    z-index: 11;
  }
  #header #nav-btn a {
    display: block;
    position: relative;
    width: 24px;
    height: 16px;
  }
  #header #nav-btn a span {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 1px;
    background: #0D2394;
    transition: all 300ms ease-in;
    transform-origin: 0 0;
  }
  #header #nav-btn a span:nth-of-type(2) {
    top: 8px;
  }
  #header #nav-btn a span:nth-of-type(3) {
    top: 16px;
    transform-origin: 0 100%;
  }
  #header #nav-btn a.active span:nth-of-type(1) {
    width: 29px;
    transform: rotate(34deg);
  }
  #header #nav-btn a.active span:nth-of-type(2) {
    width: 0;
    opacity: 0;
  }
  #header #nav-btn a.active span:nth-of-type(3) {
    width: 29px;
    transform: rotate(-34deg);
  }
  #header.active #nav {
    top: 0;
    opacity: 1;
  }

  #footer {
    padding: 30px 0;
  }
  #footer .content h2 img {
    width: 280px;
  }
  #footer .content > div:nth-of-type(1) {
    display: block;
    margin-top: 20px;
  }
  #footer .content > div:nth-of-type(1) p {
    margin: 0;
    font-size: 1.2rem;
  }
  #footer .content > div:nth-of-type(1) > div:nth-of-type(1) {
    width: auto;
  }
  #footer .content > div:nth-of-type(1) > div.sp-nav > ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  #footer .content > div:nth-of-type(1) > div.sp-nav > ul > li {
    width: 50%;
    margin-top: 30px;
  }
  #footer .content > div:nth-of-type(1) > div.sp-nav > ul > li > a {
    display: block;
    font-weight: 600;
  }
  #footer .content > div:nth-of-type(1) > div.sp-nav > ul > li > ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #footer .content > div:nth-of-type(1) > div.sp-nav > ul > li.member a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 148px;
    height: 48px;
    border: solid 2px #ffffff;
    border-radius: 24px;
    background: #ffffff;
    color: #0D2394;
    font-size: 1.4rem;
    font-weight: 600;
    transition: all 300ms ease-in;
  }
  #footer .content > div:nth-of-type(1) > div.sp-nav > ul > li.member a:hover {
    border-color: #ffffff;
    background: #2E353C;
    color: #ffffff;
  }
  #footer .content > div:nth-of-type(1) > div.sp-nav > ul > li:nth-child(odd) {
    padding-right: 10px;
  }
  #footer .content > div:nth-of-type(1) > div.sp-nav > ul > li:nth-child(even) {
    padding-left: 10px;
  }
  #footer .content > div:nth-of-type(2) {
    display: block;
  }
  #footer .content > div:nth-of-type(2) ul li {
    padding-right: 20px;
  }
  #footer .content > div:nth-of-type(2) p {
    margin: 40px 0 0;
    font-size: 1rem;
  }

  #mv {
    position: relative;
    padding-bottom: 60px;
  }
  #mv .catch {
    top: 27%;
    transform: none;
  }
  #mv .catch h2 {
    font-size: 3.6rem;
    line-height: 1.2;
  }
  #mv .catch h3 {
    margin: 0.6em 0 0;
    font-size: 1.5rem;
  }
  #mv .catch h3 span {
    padding: 0.2em 0.2em 0.3em 0.8em;
  }
  #mv > section {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    margin: -45vw 20px 0;
    padding: 30px 30px;
    border-radius: 40px;
    transform: none;
  }
  #mv > section ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #2E353C;
  }
  #mv > section ul li {
    border-top: solid 1px #2E353C;
  }
  #mv > section ul li a {
    display: block;
    padding: 10px 46px 10px 10px;
  }
  #mv > section ul li a::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 16px;
    height: 16px;
    background: url(../img/icon-arrow.png) 50% 50% no-repeat, url(../img/icon-arrow-blue.png) 50% 50% no-repeat;
    background-size: contain, 0;
    transform: translate(0, -50%);
    transition: transform 100ms ease-in;
  }
  #mv > section ul li a:hover {
    color: #0D2394;
  }
  #mv > section ul li a:hover::after {
    background-size: 0, contain;
    transform: translate(8px, -50%);
  }
  #mv > section ul li a span {
    display: block;
  }
  #mv > section ul li a span:nth-of-type(1) {
    flex-shrink: 0;
    width: 100px;
    color: #0D2394;
    font-size: 1.2rem;
  }
  #mv > section ul li a span:nth-of-type(2) {
    line-height: 1.6;
  }

  #mv > section h2, #content > section h2 {
    margin: 0 0 38px;
    font-size: 2.8rem;
  }
  #mv > section h2 span:nth-of-type(2), #content > section h2 span:nth-of-type(2) {
    font-size: 1.6rem;
  }

  #content > section {
    padding: 60px 0;
  }
  #content > section h2 {
    margin-bottom: 30px;
  }
  #content > section .row2 {
    display: block;
  }
  #content > section .row2 > div {
    width: auto;
  }
  #content > section .row2 > div:nth-of-type(1) {
    padding-right: 0;
  }
  #content > section .row2 > div:nth-of-type(2) {
    width: auto;
    margin-top: 20px;
    padding-left: 0;
  }
  #content > section .row3 {
    display: block;
  }
  #content > section .row3 > div {
    width: auto;
  }
  #content > section .row3 > div:nth-of-type(2) {
    width: auto;
  }
  #content > section#about-us {
    padding-top: 0;
  }
  #content > section#home-concrete .content::after {
    left: auto;
    right: -15px;
    top: 10px;
    width: 105px;
    height: 170px;
  }
  #content > section#home-concrete .content > div {
    margin-left: -20px;
    padding: 40px 15px 20px 20px;
    border-radius: 0 40px 40px 0;
  }
  #content > section#home-concrete .content > div::before {
    display: none;
  }
  #content > section#home-concrete .content > div::after {
    display: none;
  }
  #content > section#home-concrete ul {
    display: block;
  }
  #content > section#home-concrete ul li {
    width: auto;
    margin-top: 20px;
  }
  #content > section#home-concrete ul li:nth-child(2) {
    margin-top: 20px;
  }
  #content > section#products {
    padding-bottom: 80px;
  }
  #content > section#products::before {
    background-image: url(../img/sp-home-products-bg.png);
  }
  #content > section#home-creations {
    position: relative;
    margin-top: -1px;
    padding-top: 80px;
  }
  #content > section#home-creations::after {
    width: calc(100% - 20px);
    height: calc(100% - 60px);
  }
  #content > section#home-creations h2 img {
    width: 280px;
  }
  #content > section#home-creations a p.btn {
    width: 120px;
    height: 40px;
    border-radius: 20px;
  }
  #content > section#home-creations > section::before {
    margin: 30px auto 15px;
  }
  #content > section#home-creations > section h3 {
    color: #0D2394;
    font-size: 1.8rem;
  }
  #content > section#home-creations .works .row2 > div:nth-of-type(2) {
    width: auto;
    margin-top: 0;
  }
  #content > section#home-creations .works h4 {
    margin-top: 15px;
  }
  #content > section#home-creations .works .btn {
    position: absolute;
    right: 20px;
    top: 15px;
    margin-top: 0;
  }
  #content > section#home-creations .works .image-scroll {
    margin-bottom: 40px;
  }
  #content > section#home-creations .works .image-scroll .swiper-wrapper .swiper-slide {
    width: 40% !important;
    margin: 0 5px;
  }
  #content > section#home-creations > section h3 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  #content > section#home-creations > section h4 {
    margin: 5px 0 0;
    font-size: 2.4rem;
    letter-spacing: -0.075em;
  }
  #content > section#home-creations .mix-session .title {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    margin-top: 10px;
    padding: 15px 20px;
    border-radius: 40px;
    background: rgba(4, 166, 158, 0.4);
  }
  #content > section#home-creations .mix-session a p.btn {
    bottom: 10px;
  }
  #content > section#home-creations .mix-session .image {
    margin: -45px -20px 0;
  }
  #content > section#home-creations .ready-to-build {
    width: auto;
  }
  #content > section#home-creations .ready-to-build a p.btn {
    position: absolute;
    top: auto;
    bottom: 10px;
  }
  #content > section#home-creations .ready-to-build .image {
    margin: 0 -20px;
  }
  #content > section#home-creations .ready-to-build h4 {
    top: auto;
    bottom: 55px;
    transform: none;
  }
  #content > section#home-creations .ready-to-build h4 span:nth-of-type(1) {
    font-size: 2.4rem;
  }
  #content > section#home-creations .ready-to-build h4 span:nth-of-type(2) {
    margin-top: 5px;
    font-size: 2rem;
  }
  #content > section#movies > div {
    padding: 80px 0;
  }
  #content > section#movies h3 {
    color: #0D2394;
    font-size: 1.75rem;
    font-weight: 600;
  }
  #content > section#movies ul {
    display: block;
  }
  #content > section#movies ul::after {
    display: none;
  }
  #content > section#movies ul li {
    width: auto;
    margin-top: 30px;
  }
  #content > section#movies ul li h3 {
    font-size: 1.4rem;
  }
  #content > section#movies .row2 > div .movie-wrap .movie-item {
    padding-bottom: 80%;
  }
  #content > section#movies .btn {
    margin-top: 40px;
  }

  .sub #wrapper {
    padding-top: 88px;
    overflow: visible;
  }
  .sub #content table.officers thead tr th {
    padding: 8px 5px;
  }
  .sub #content table.officers tbody tr th, .sub #content table.officers tbody tr td {
    padding: 8px 5px;
    line-height: 1.55;
  }
  .sub #content table.officers tbody tr th {
    white-space: nowrap;
  }
  .sub #content table.officers tbody tr td:nth-of-type(1) {
    padding-right: 10px;
    white-space: nowrap;
  }
  .sub #content table.roster thead tr th {
    padding: 8px 5px;
  }
  .sub #content table.roster tbody tr th, .sub #content table.roster tbody tr td {
    padding: 8px 5px;
    line-height: 1.55;
  }
  .sub #content table.roster tbody tr th {
    white-space: nowrap;
  }
  .sub #content table.roster tbody tr td:nth-of-type(1) {
    padding-right: 10px;
    white-space: nowrap;
  }
  .sub #content .collapse {
    position: relative;
  }
  .sub #content .collapse::before, .sub #content .collapse::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 10px;
    height: 1px;
    background: #0D2394;
  }
  .sub #content .collapse::after {
    transform: rotate(90deg);
    transition: all 100ms ease-in;
  }
  .sub #content .collapse + ul {
    height: 0;
    overflow: hidden;
  }
  .sub #content .collapse.opened::after {
    transform: none;
  }
  .sub #content .collapse.opened + ul {
    height: auto;
  }
  .sub #content .scroll {
    padding-bottom: 20px;
    overflow-x: auto;
  }
  .sub #content .scroll::-webkit-scrollbar {
    height: 4px;
    border-bottom: solid 1px #DEDEDE;
    background: none;
  }
  .sub #content .scroll::-webkit-scrollbar-thumb {
    background: #000000;
  }
  .sub #content .scroll img {
    width: 600px;
    max-width: 600px;
  }
  .sub #content > section {
    padding-top: 0;
  }
  .sub #content > section .title {
    padding-top: 20px;
  }
  .sub #content > section .title h2 span:nth-of-type(1) {
    font-size: 1.6rem;
  }
  .sub #content > section .title h2 span:nth-of-type(2) {
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .sub #content > section .kv {
    margin-top: 22px;
  }
  .sub #content > section .kv h3 {
    top: auto;
    bottom: 15%;
    width: 100%;
    transform: none;
  }
  .sub #content > section .kv h3 img {
    width: 80%;
  }
  .sub #content > section .body {
    margin-top: 30px;
    padding-bottom: 60px;
  }
  .sub #content > section .body.bg {
    background-image: url(../img/sp-body-bg.png);
  }
  .sub #content > section .body .content {
    display: block;
  }
  .sub #content > section .body .content main nav {
    margin: 20px 0 40px;
    border-radius: 20px;
    background: #E6F6F6;
  }
  .sub #content > section .body .content main nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 5px 15px;
  }
  .sub #content > section .body .content main nav ul li {
    width: 47.5%;
    border-top: solid 1px #DEDEDE;
  }
  .sub #content > section .body .content main nav ul li a {
    display: block;
    padding: 10px 3px;
    color: #0D2394;
    font-weight: 600;
  }
  .sub #content > section .body .content main nav ul li:nth-of-type(1), .sub #content > section .body .content main nav ul li:nth-of-type(2) {
    border-top: none;
  }
  .sub #content > section .body .content main > section {
    padding: 20px 0 40px;
  }
  .sub #content > section .body .content main > section h3 {
    margin: 0 0 20px;
    font-size: 2rem;
  }
  .sub #content > section .body .content main > section .images {
    margin-top: 10px;
  }
  .sub #content > section .body .content main > section .images .image p {
    font-size: 1.2rem;
  }
  .sub #content > section .body .content main > section.box {
    padding: 20px;
  }
  .sub #content > section .body .content main > section.box .row2 > div:nth-of-type(1) {
    padding-right: 0;
  }
  .sub #content > section .body .content main > section.box .row2 > div:nth-of-type(2) {
    padding-left: 0;
  }
  .sub #content > section .body .content main > section.box.start {
    border-radius: 20px 20px 0 0;
  }
  .sub #content > section .body .content main > section.box.end {
    border-radius: 0 0 20px 20px;
  }
  .sub #content > section .body .content main > section.box.single {
    margin-bottom: 60px;
    border-radius: 20px;
  }
  .sub #content > section#profile .body .content main > section#philosophy > div {
    height: 184px;
    border-radius: 20px;
  }
  .sub #content > section#profile .body .content main > section#philosophy > div p {
    margin: 0;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .sub #content > section#profile .body .content main > section#history ul li {
    display: block;
    padding: 12px 10px;
    line-height: 1.6;
  }
  .sub #content > section#profile .body .content main > section#history ul li span:nth-of-type(1) {
    width: auto;
  }
  .sub #content > section#profile .body .content main > section#history ul li span:nth-of-type(2) {
    width: auto;
  }
  .sub #content > section#profile .body .content main > section#history ul li span:nth-of-type(3) {
    display: block;
    padding-left: 0;
  }
  .sub #content > section#profile .body .content main > section#location ul li {
    display: block;
    padding: 12px 10px;
    line-height: 1.6;
  }
  .sub #content > section#profile .body .content main > section#location ul li span {
    display: block;
  }
  .sub #content > section#profile .body .content main > section#location ul li span:nth-of-type(1) {
    width: auto;
  }
  .sub #content > section#profile .body .content main > section#location ul li span:nth-of-type(2) {
    width: auto;
  }
  .sub #content > section#profile .body .content main > section#location ul li span:nth-of-type(3) {
    width: auto;
    margin-top: 5px;
    padding-left: 0;
  }
  .sub #content > section#members .body .content main > section > div > p {
    line-height: 1.6;
  }
  .sub #content > section#members .body .content main > section > div .to-map {
    position: static;
    margin-top: 10px;
  }
  .sub #content > section#members .body .content main > section ul {
    display: block;
    margin: 30px 0 0;
    padding: 0;
  }
  .sub #content > section#members .body .content main > section ul li {
    width: auto;
  }
  .sub #content > section#members .body .content main > section ul li a {
    height: auto;
    padding: 10px 10px;
    font-size: 1.6rem;
  }
  .sub #content > section#members .body .content main > section ul li:nth-child(2) {
    border-top: none;
  }
  .sub #content > section#members .body .content main > section ul li:nth-child(odd) {
    background: #F2FBFA;
  }
  .sub #content > section#members .body .content main > section ul li:nth-child(4n+2) {
    background: none;
  }
  .sub #content > section#members .body .content main > section.intro .image {
    margin-bottom: 20px;
  }
  .sub #content > section#factory .title .content {
    display: block;
    align-items: flex-end;
  }
  .sub #content > section#factory .title .content .btn {
    justify-content: flex-start;
    margin: 25px 0 0;
  }
  .sub #content > section#factory .body .content main .info {
    display: block;
    padding-bottom: 40px;
    border-bottom: solid 2px #0D2394;
  }
  .sub #content > section#factory .body .content main .info > div:nth-of-type(1) ul li {
    padding: 10px 0;
  }
  .sub #content > section#factory .body .content main .info > div:nth-of-type(1) ul li h3 {
    width: 160px;
    font-size: 1.4rem;
  }
  .sub #content > section#factory .body .content main .info > div:nth-of-type(1) ul li > div p {
    margin: 0;
    line-height: 1.6;
  }
  .sub #content > section#factory .body .content main .info > div:nth-of-type(1) ul li > div .to-map a {
    margin: 5px 0 0 auto;
  }
  .sub #content > section#factory .body .content main .info > div:nth-of-type(2) {
    width: auto;
    margin: 40px -20px 0;
    padding-left: 0;
  }
  .sub #content > section#factory .body .content main .btn {
    margin-top: 38px;
  }
  .sub #content > section#youth-division .body .content main > section h4 {
    font-size: 1.6rem;
  }
  .sub #content > section#youth-division .body .content main > section .images .image {
    width: 100%;
    margin-top: 20px;
  }
  .sub #content > section#youth-division .body .content main > section#activity > section {
    padding: 0 0 40px;
  }
  .sub #content > section#youth-division .body .content main > section#achievements > ul:nth-of-type(1) li a {
    width: 110px;
  }
  .sub #content > section#youth-division .body .content main > section#achievements > ul:nth-of-type(2) {
    margin: 25px 0 0;
  }
  .sub #content > section#youth-division .body .content main > section#achievements > ul:nth-of-type(2) > li > ul > li {
    display: block;
    padding: 0;
  }
  .sub #content > section#youth-division .body .content main > section#achievements > ul:nth-of-type(2) > li > ul > li > p {
    width: auto;
    padding: 10px;
  }
  .sub #content > section#youth-division .body .content main > section#achievements > ul:nth-of-type(2) > li > ul > li > div {
    padding: 0 10px 10px;
  }
  .sub #content > section#youth-division .body .content main > section#achievements > ul:nth-of-type(2) > li > ul > li > div p {
    margin: 5px 0 0;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.6;
  }
  .sub #content > section#youth-division .body .content main > section#achievements > ul:nth-of-type(2) > li > ul > li > div p:nth-of-type(1) {
    margin-top: 0;
  }
  .sub #content > section#youth-division .body .content main > section#achievements > ul:nth-of-type(2) > li > ul > li:nth-child(odd) {
    background: #F2FBFA;
  }
  .sub #content > section#youth-division .body .content main > section#achievements > ul:nth-of-type(2) > li.active {
    display: block;
  }
  .sub #content > section#sdgs .body .content main > section h4 {
    font-size: 1.6rem;
  }
  .sub #content > section#sdgs .body .content main > section .image p {
    font-size: 1.2re;
  }
  .sub #content > section#sdgs .body .content main > section#activity section {
    margin-top: 40px;
  }
  .sub #content > section#sdgs .body .content main > section#activity section:nth-of-type(1) {
    margin-top: 0;
  }
  .sub #content > section#sdgs .body .content main > section#activity .row2 > div:nth-of-type(1) {
    width: auto;
    padding-right: 0;
  }
  .sub #content > section#sdgs .body .content main > section#activity .row2 > div:nth-of-type(1) > div {
    display: flex;
    margin-top: 40px;
  }
  .sub #content > section#sdgs .body .content main > section#activity .row2 > div:nth-of-type(1) > div > p {
    width: 31%;
    margin: 0;
  }
  .sub #content > section#sdgs .body .content main > section#activity .row2 > div:nth-of-type(1) > div > ul.link-list {
    padding-left: 5%;
  }
  .sub #content > section#sdgs .body .content main > section#activity .row2 > div:nth-of-type(1) > div > ul.link-list li a {
    font-size: 1.4rem;
  }
  .sub #content > section#sdgs .body .content main > section#activity .row2 > div:nth-of-type(1) > div > ul.link-list li a.tall {
    height: 80px;
  }
  .sub #content > section#sdgs .body .content main > section#activity .row2 > div:nth-of-type(1) > div > ul.link-list li:nth-child(odd) {
    padding-right: 0;
  }
  .sub #content > section#sdgs .body .content main > section#activity .row2 > div:nth-of-type(1) > div > ul.link-list li:nth-child(even) {
    padding-left: 0;
  }
  .sub #content > section#sdgs .body .content main > section#activity .row2 > div:nth-of-type(2) {
    width: auto;
    padding-left: 0;
  }
  .sub #content > section.products .body .content main section .image p {
    font-size: 1.2rem;
  }
  .sub #content > section.products .body .content main section .caption {
    font-size: 1.2rem;
  }
  .sub #content > section.products .body .content main section#technology ul {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
  }
  .sub #content > section.products .body .content main section#technology ul li {
    width: 50%;
    margin-top: 20px;
  }
  .sub #content > section.products .body .content main section#technology ul li div img {
    width: 100px;
  }
  .sub #content > section.products .body .content main section#technology ul li h4 {
    margin: 8px 0 0;
    font-size: 1.2rem;
  }
  .sub #content > section.products .body .content main section#technology ul li h4 span {
    font-size: 1.8rem;
  }
  .sub #content > section.products .body .content main section#technology ul li p {
    margin: 5px 0 0;
    line-height: 1.6;
  }
  .sub #content > section.products .body .content main section#achievements .row2 > div:nth-of-type(1) {
    width: auto;
    padding-right: 0;
  }
  .sub #content > section.products .body .content main section#achievements .row2 > div:nth-of-type(1) > div {
    display: block;
    margin-top: 30px;
  }
  .sub #content > section.products .body .content main section#achievements .row2 > div:nth-of-type(1) > div > div {
    width: auto;
  }
  .sub #content > section.products .body .content main section#achievements .row2 > div:nth-of-type(1) > div > div:nth-of-type(2) {
    margin-top: 20px;
  }
  .sub #content > section.products .body .content main section#achievements .row2 > div:nth-of-type(1) .link-list {
    margin-top: 30px;
  }
  .sub #content > section.products .body .content main section#achievements .row2 > div:nth-of-type(1) .link-list li a {
    font-size: 1.4rem;
  }
  .sub #content > section.products .body .content main section#achievements .row2 > div:nth-of-type(1) .link-list li:nth-child(odd) {
    padding-right: 0;
  }
  .sub #content > section.products .body .content main section#achievements .row2 > div:nth-of-type(1) .link-list li:nth-child(even) {
    padding-left: 0;
  }
  .sub #content > section.products .body .content main section#achievements .row2 > div:nth-of-type(2) {
    width: auto;
  }
  .sub #content > section.products .body .content main section#achievements .row2 > div:nth-of-type(2) .image {
    margin-top: 10px;
  }
  .sub #content > section.products .body .content main section#achievements .row2 > div:nth-of-type(2) .image:nth-of-type(1) {
    margin-top: 0;
  }
  .sub #content > section.products .body .content main section#achievements .row3 {
    margin-top: 30px;
  }
  .sub #content > section.products .body .content main section#reference .link-list {
    margin-top: 20px;
  }
  .sub #content > section.products .body .content main section#reference .link-list li a {
    font-size: 1.4rem;
  }
  .sub #content > section.products .body .content main section.porous-concrete .row3 > div {
    margin-top: 20px;
  }
  .sub #content > section.products .body .content main section.porous-concrete .row3 > div.image p {
    margin-bottom: 10px;
  }
  .sub #content > section.products .body .content main section.porous-concrete .row3 + .row3 {
    margin-top: 10px;
  }
  .sub #content > section.products .body .content main section#merit p {
    margin: 0;
    padding: 15px 0;
    border-top: solid 1px #DEDEDE;
    line-height: 1.7;
  }
  .sub #content > section.products .body .content main section#merit p:nth-last-of-type(1) {
    border-bottom: solid 1px #DEDEDE;
  }
  .sub #content > section#quality-technical .body .content main section .image p {
    font-size: 1.2rem;
  }
  .sub #content > section#quality-technical .body .content main section > section {
    padding: 30px 0 0;
  }
  .sub #content > section#quality-technical .body .content main section > section h4 {
    font-size: 1.6rem;
  }
  .sub #content > section#quality-technical .body .content main section#system .movie-wrap {
    margin-top: 30px;
  }
  .sub #content > section#quality-technical .body .content main section#system .image.scroll img {
    width: 600px;
    max-width: 600px;
  }
  .sub #content > section#quality-technical .body .content main section#committee .roster tbody td:nth-of-type(1) {
    white-space: normal;
  }
  .sub #content > section#quality-technical .body .content main section#committee .roster tbody td:nth-of-type(2) {
    white-space: nowrap;
  }
  .sub #content > section#quality-technical .body .content main section#certified > section {
    padding-top: 20px;
  }
  .sub #content > section#quality-technical .body .content main section#certified > section:nth-of-type(1) {
    padding-top: 0;
  }
  .sub #content > section#quality-technical .body .content main section#certified > section h4 {
    margin-bottom: 10px;
  }
  .sub #content > section#quality-technical .body .content main section#certified ul {
    display: block;
    margin: 10px 0 0;
    padding: 0;
  }
  .sub #content > section#quality-technical .body .content main section#certified ul li {
    width: auto;
    height: auto;
    padding: 10px 10px;
    font-size: 1.4rem;
  }
  .sub #content > section#quality-technical .body .content main section#certified ul li:nth-child(2) {
    border-top: none;
  }
  .sub #content > section#quality-technical .body .content main section#certified ul li:nth-child(odd) {
    background: #F2FBFA;
  }
  .sub #content > section#quality-technical .body .content main section#certified ul li:nth-child(4n+2) {
    background: none;
  }
  .sub #content > section#quality-technical .body .content main section#technical ul {
    display: block;
    margin: 30px 0 0;
    padding: 0;
  }
  .sub #content > section#quality-technical .body .content main section#technical ul li {
    width: auto;
  }
  .sub #content > section#quality-technical .body .content main section#technical ul li a {
    height: auto;
    padding: 10px 10px;
    font-size: 1.4rem;
  }
  .sub #content > section#quality-technical .body .content main section#technical ul li:nth-child(2) {
    border-top: none;
  }
  .sub #content > section#quality-technical .body .content main section#technical ul li:nth-child(odd) {
    background: #F2FBFA;
  }
  .sub #content > section#quality-technical .body .content main section#technical ul li:nth-child(4n+2) {
    background: none;
  }
  .sub #content > section#concrete .body .content main section h4 {
    font-size: 1.6rem;
  }
  .sub #content > section#concrete .body .content main section .scroll table {
    width: 1000px;
  }
  .sub #content > section#concrete .body .content main section p.notice {
    margin: 20px 0 0;
    font-size: 1.2rem;
  }
  .sub #content > section#concrete .body .content main section .link-list li a {
    font-size: 1.4rem;
  }
  .sub #content > section#process .body .content main section h4 {
    margin-top: -20px;
    font-size: 1.6rem;
  }
  .sub #content > section#process .body .content main section.step::before {
    left: 52px;
    top: 0;
    width: 4px;
    background-image: radial-gradient(circle, #0d2394 2px, transparent 2px);
    background-size: 4px 8px;
  }
  .sub #content > section#process .body .content main section.step .num {
    left: 20px;
    top: 20px;
    width: 66px;
    height: 66px;
    border-radius: 33px;
  }
  .sub #content > section#process .body .content main section.step .num span.s {
    font-size: 1.1rem;
  }
  .sub #content > section#process .body .content main section.step .num span.l {
    font-size: 2.6rem;
  }
  .sub #content > section#process .body .content main section.step .row2 {
    margin-left: 76px;
  }
  .sub #content > section#process .body .content main section.step h5 {
    margin: 20px 0 0;
    padding: 0 10px;
    font-size: 1.4rem;
  }
  .sub #content > section#process .body .content main section.step ul {
    display: block;
  }
  .sub #content > section#process .body .content main section.step ul li {
    margin: 10px 0 0;
  }
  .sub #content > section#process .body .content main section.step ul li img {
    width: 40px;
  }
  .sub #content > section#process .body .content main section.step ul li span {
    margin-left: 10px;
  }
  .sub #content > section#process .body .content main section.start::before {
    top: 20px;
  }
  .sub #content > section#process .body .content main section.end::before {
    height: 20px;
  }
  .sub #content > section#history .body .content main section .images {
    display: block;
    width: auto;
  }
  .sub #content > section#history .body .content main section .images .image {
    width: 100%;
    margin-top: 20px;
  }
  .sub #content > section#history .body .content main section .image p {
    font-size: 1.2rem;
  }
  .sub #content > section#creations .body .content main section ul {
    display: block;
  }
  .sub #content > section#creations .body .content main section ul li {
    width: auto;
    margin-top: 30px;
  }
  .sub #content > section#creations .body .content main section ul li p {
    margin: 0;
    padding: 10px 20px;
    line-height: 1.6;
  }
  .sub #content > section#creations .body .content main section ul li p span:nth-of-type(1) {
    font-size: 1.6rem;
  }
  .sub #content > section#creations .body .content main section ul li p span:nth-of-type(2) {
    margin-top: 2px;
  }
  .sub #content > section#creations .body .content main section ul li:nth-child(2) {
    margin-top: 30px;
  }
  .sub #content > section#creations .body .content main section.box {
    margin-bottom: 40px;
    padding: 25px 20px;
  }
  .sub #content > section#creations .body .content main section.box p {
    font-size: 1.4rem;
    text-align: left;
  }
  .sub #content > section#mix-session .body .content main section h3 {
    font-size: 1.4rem;
  }
  .sub #content > section#mix-session .body .content main section h3 > span:nth-of-type(1) {
    height: 30px;
    padding: 0 15px;
    line-height: 30px;
  }
  .sub #content > section#mix-session .body .content main section .member {
    display: block;
    margin-top: 40px;
  }
  .sub #content > section#mix-session .body .content main section .member li {
    width: auto;
    margin: 24px 0 0;
    padding: 0 20px 20px 20px;
  }
  .sub #content > section#mix-session .body .content main section .member li p:nth-of-type(1) span:nth-of-type(2) {
    margin-left: 30px;
    font-size: 2rem;
  }
  .sub #content > section#mix-session .body .content main section .member li p:nth-of-type(2) {
    font-size: 1.6rem;
  }
  .sub #content > section#mix-session .body .content main section .session li {
    margin-top: 35px;
  }
  .sub #content > section#mix-session .body .content main section .session li > div:nth-of-type(1) {
    position: static;
    width: auto;
    margin-left: -40px;
  }
  .sub #content > section#mix-session .body .content main section .session li > div:nth-of-type(2) {
    margin-top: 20px;
    padding-left: 0;
  }
  .sub #content > section#mix-session .body .content main section .session li > div:nth-of-type(2) h3 {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .sub #content > section#mix-session .body .content main section .session li > div:nth-of-type(2) h3 > span:nth-of-type(1) {
    margin-right: 0;
    padding: 0 12px;
  }
  .sub #content > section#mix-session .body .content main section .session li > div:nth-of-type(2) h3 > span:nth-of-type(1) > span:nth-of-type(1) {
    font-size: 1.2rem;
  }
  .sub #content > section#mix-session .body .content main section .session li > div:nth-of-type(2) h3 > span:nth-of-type(2) {
    display: block;
    margin-top: 5px;
  }
  .sub #content > section#mix-session .body .content main section .session li > div:nth-of-type(2) dl {
    margin: 20px 0 0;
  }
  .sub #content > section#mix-session .body .content main section .session li > div:nth-of-type(2) dl dt {
    width: 54px;
  }
  .sub #content > section#mix-session .body .content main section .session li.r > div:nth-of-type(1) {
    margin-right: -40px;
    margin-left: 0;
  }
  .sub #content > section#mix-session .body .content main section .session li.r > div:nth-of-type(2) {
    padding-right: 0;
  }
  .sub #content > section#mix-session .body .content main section.box {
    padding: 25px 20px;
  }
  .sub #content > section#mix-session .body .content main section.box.sheer > p {
    font-size: 1.4rem;
    text-align: left;
  }
  .sub #content > section#mix-session .body .content main > .image {
    margin: 0 -20px;
  }
  .sub #content > section#ready-to-build .body.bg {
    padding-top: 60px;
  }
  .sub #content > section#ready-to-build .body #interview-list > .image {
    margin: 40px 0 50px;
  }
  .sub #content > section#ready-to-build .body #interview-list ul {
    padding: 0 20px;
  }
  .sub #content > section#ready-to-build .body #interview-list ul li {
    margin-top: 24px;
  }
  .sub #content > section#ready-to-build .body #interview-list ul li a {
    width: auto;
  }
  .sub #content > section#ready-to-build .body #interview-list ul li a .image {
    padding: 0 0 19.28%;
  }
  .sub #content > section#ready-to-build .body #interview-list ul li a .image::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 61.1111%;
    background: linear-gradient(-180deg, rgba(47, 53, 60, 0.01) 0%, #2f353c 45%, #2f353c 100%);
  }
  .sub #content > section#ready-to-build .body #interview-list ul li a .text {
    justify-content: flex-end;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    padding: 0 20px 20px;
  }
  .sub #content > section#ready-to-build .body #interview-list ul li a .text p {
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .sub #content > section#ready-to-build .body #interview-list ul li a .text p:nth-of-type(2) {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
  .sub #content > section#ready-to-build .body #interview-list ul li a .text p:nth-of-type(2) > span {
    height: 40px;
  }
  .sub #content > section#ready-to-build .body #interview-list ul li a .text p:nth-of-type(2) > span:nth-of-type(1) {
    padding: 0 12px;
    font-size: 1.8rem;
    line-height: 40px;
  }
  .sub #content > section#ready-to-build .body #interview-list ul li a .text p:nth-of-type(2) > span:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 10px;
  }
  .sub #content > section#ready-to-build .body #interview-list ul li a .text p:nth-of-type(2) > span:nth-of-type(2) > span:nth-of-type(1) {
    font-size: 1.2rem;
  }
  .sub #content > section#ready-to-build .body #interview-list ul li a .text p:nth-of-type(2) > span:nth-of-type(2) > span:nth-of-type(2) {
    margin-left: 0;
    font-size: 2rem;
  }
  .sub #content > section#ready-to-build .body #interview-list ul li a .text p:nth-of-type(2)::after {
    width: 40px;
    height: 40px;
    margin-left: auto;
  }
  .sub #content > section#ready-to-build .body #interview-list ul li:nth-of-type(even) a {
    margin-left: auto;
  }
  .sub #content > section#ready-to-build .body #interview-list ul li:nth-of-type(even) a .image::before {
    left: 0;
    right: auto;
    background: linear-gradient(-180deg, rgba(47, 53, 60, 0.01) 0%, #2f353c 45%, #2f353c 100%);
  }
  .sub #content > section#ready-to-build .body #interview-list ul li:nth-of-type(even) a .text {
    left: 0;
  }
  .sub #content > section#ready-to-build .body .content main section.intro p {
    margin: 0;
    font-size: 1.6rem;
    text-align: left;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path {
    margin-top: 50px;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path h3 {
    font-size: 4rem;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path h3 + p {
    margin: 5px 0 0;
    font-size: 1.6rem;
    text-align: left;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div {
    margin-top: 20px;
    padding: 30px 20px;
    border-radius: 20px;
    overflow: visible;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div > div > p {
    width: 16px;
    margin: 20px 0 0;
    font-size: 1.2rem;
    line-height: 16px;
    letter-spacing: 0.1em;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div > div > p::before, .sub #content > section#ready-to-build .body .content main section#career-path > div > div > p::after {
    left: -1px;
    bottom: -1px;
    width: 9px;
    height: 9px;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div > div ul {
    padding: 0 0 0 3px;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div > div ul li {
    flex-wrap: wrap;
    padding: 22px 0 20px;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div > div ul li::before {
    left: -37px;
    width: calc(100% + 57px);
    transform: none;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div > div ul li::after {
    left: 25px;
    width: 4px;
    background-image: radial-gradient(circle, #0d2394 2px, transparent 2px);
    background-size: 4px 8px;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div > div ul li .num {
    width: 54px;
    height: 54px;
    border-radius: 27px;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div > div ul li .num span.s {
    font-size: 1.1rem;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div > div ul li .num span.l {
    font-size: 2.4rem;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div > div ul li .num span:nth-last-of-type(1) {
    margin-top: 2px;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div > div ul li div:not(.image) {
    flex: 1;
    padding-left: 18px;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div > div ul li div:not(.image) h4 {
    font-size: 1.8rem;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div > div ul li div.image {
    margin-right: -40px;
    padding-left: 72px;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div > div ul li div.image.m {
    margin-right: 0;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div > div ul li div.image.m img {
    width: 100%;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div > div ul li div.image.s {
    margin-right: 0;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div > div ul li div.image.s img {
    width: 100%;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div > div ul li div.image.bs {
    margin-top: 30px;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div > div ul li div.image.bm {
    margin-top: 30px;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div > div ul li div.image.bl {
    margin-top: 30px;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div > div:nth-of-type(1) > p {
    margin-top: 0;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div > div:nth-of-type(1) ul:nth-of-type(1) li:nth-of-type(1) {
    padding-top: 0;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div > div:nth-of-type(1) ul:nth-of-type(1) li:nth-of-type(1)::before {
    display: none;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div > div:nth-of-type(2) ul li div h4, .sub #content > section#ready-to-build .body .content main section#career-path > div > div:nth-of-type(3) ul li div h4 {
    display: inline-block;
    padding: 3px 5px;
    background: #04A69E;
    color: #ffffff;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div > div:nth-of-type(2) > p {
    background: #4256B5;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div > div:nth-of-type(2) ul li .num {
    background: #4256B5;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div > div:nth-of-type(3) > p {
    background: #0D2394;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div > div:nth-of-type(3) ul li .num {
    background: #0D2394;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div > div:nth-last-of-type(1) ul:nth-last-of-type(1) li:nth-last-of-type(1)::after {
    height: 47px;
  }
  .sub #content > section#ready-to-build .body .content main section#career-path > div + p {
    margin: 12px 0 0;
    font-size: 1.2rem;
  }
  .sub #content > section#link .body .content main > section .link-list li a {
    font-size: 1.4rem;
  }
  .sub #content > section#information .body .content main #informationList li {
    display: block;
    padding: 15px 0;
  }
  .sub #content > section#information .body .content main #informationList li p {
    display: inline-block;
  }
  .sub #content > section#information .body .content main #informationList li p.category {
    width: auto;
  }
  .sub #content > section#information .body .content main #informationList li p.category span {
    height: 20px;
    padding: 0 12px;
    border-radius: 10px;
    font-size: 1.2rem;
    line-height: 18px;
  }
  .sub #content > section#information .body .content main #informationList li p.date {
    width: auto;
    margin-left: 10px;
  }
  .sub #content > section#information .body .content main #informationList li h3 {
    margin-top: 5px;
    font-size: 1.4rem;
  }
  .sub #content > section#information .body .content main .btn {
    margin-top: 40px;
  }
  .sub #content > section#information .body .content main .btn #loadMoreBtn {
    width: 120px;
    height: 40px;
    border-radius: 20px;
  }
  .sub #content > section#information.detail .body {
    margin-top: 10px;
  }
  .sub #content > section#information.detail .body .content main p {
    display: inline-block;
    margin: 0;
    color: #0D2394;
  }
  .sub #content > section#information.detail .body .content main p.category span {
    height: 20px;
    padding: 0 12px;
    border-radius: 10px;
    font-size: 1.2rem;
    line-height: 18px;
  }
  .sub #content > section#information.detail .body .content main p.date {
    margin-left: 8px;
  }
  .sub #content > section#information.detail .body .content main .text {
    margin-top: 40px;
  }
  .sub #content > section#information.detail .body .content main .pager {
    display: block;
    margin: 60px 0 0;
  }
  .sub.interview #wrapper #content section#interview .interview-kv {
    padding-bottom: 136px;
  }
  .sub.interview #wrapper #content section#interview .interview-kv::before {
    height: 136px;
    background: linear-gradient(115deg, #01030d 0%, #01030d 45%, #0d2394 70%, #0d2394 100%);
  }
  .sub.interview #wrapper #content section#interview .interview-kv > div::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 36.3636%;
    background: linear-gradient(0deg, #2f353c 0%, #2f353c 50%, rgba(116, 120, 124, 0.01) 100%);
  }
  .sub.interview #wrapper #content section#interview .interview-kv > div > div {
    justify-content: flex-end;
    bottom: -136px;
    height: 100%;
    padding: 10px 20px;
  }
  .sub.interview #wrapper #content section#interview .interview-kv > div > div p {
    display: flex;
  }
  .sub.interview #wrapper #content section#interview .interview-kv > div > div p > span {
    display: block;
    color: #ffffff;
    font-weight: 600;
    line-height: 1;
  }
  .sub.interview #wrapper #content section#interview .interview-kv > div > div p > span:nth-of-type(1) {
    padding: 10px 20px;
    font-size: 1.8rem;
  }
  .sub.interview #wrapper #content section#interview .interview-kv > div > div p > span:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 0 10px;
  }
  .sub.interview #wrapper #content section#interview .interview-kv > div > div p > span:nth-of-type(2) > span {
    display: block;
  }
  .sub.interview #wrapper #content section#interview .interview-kv > div > div p > span:nth-of-type(2) > span:nth-of-type(1) {
    font-size: 1.2rem;
  }
  .sub.interview #wrapper #content section#interview .interview-kv > div > div p > span:nth-of-type(2) > span:nth-of-type(2) {
    margin-top: 0;
    font-size: 2rem;
  }
  .sub.interview #wrapper #content section#interview .interview-kv > div > div > div h2 {
    margin: 10px 0 0;
  }
  .sub.interview #wrapper #content section#interview .interview-kv > div > div > div h2 img {
    width: 200px;
  }
  .sub.interview #wrapper #content section#interview .interview-kv > div > div > div h2 span {
    margin: 7px 0 0 0;
    font-size: 1.1rem;
  }
  .sub.interview #wrapper #content section#interview .interview-kv > div > div > div h3 {
    min-height: 144px;
    margin: 20px 0 0;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.8;
  }
  .sub.interview #wrapper #content section#interview .body .content main section {
    padding: 50px 0 0;
  }
  .sub.interview #wrapper #content section#interview .body .content main section h3 {
    font-size: 1.8rem;
  }
  .sub.interview #wrapper #content section#interview .body .content main section .image {
    margin-top: 30px;
  }
  .sub.interview #wrapper #content section#interview .body .content main section:nth-of-type(1) {
    padding-top: 20px;
  }
  .sub.interview #wrapper #content section#interview .body .close {
    margin-top: 60px;
  }
  .sub.interview #wrapper #content section#interview .nav {
    padding: 40px 0;
  }
  .sub.interview #wrapper #content section#interview .nav .content ul {
    justify-content: space-between;
    margin: -40px 0 0;
  }
  .sub.interview #wrapper #content section#interview .nav .content ul li {
    width: 47.5%;
    margin: 40px 0 0;
  }
  .sub.interview #wrapper #content section#interview .nav .content ul li a .text p {
    font-size: 1.4rem;
  }
  .sub.interview #wrapper #content section#interview .nav .content ul li a .text p:nth-of-type(2) {
    display: block;
    margin: 0;
    line-height: 1;
    font-size: 1.8rem;
  }
  .sub.interview #wrapper #content section#interview .nav .content ul li a .text p:nth-of-type(2) > span:nth-of-type(1) {
    display: inline-block;
    height: 36px;
    padding: 0 12px;
    background: #FFA400;
    line-height: 36px;
  }
  .sub.interview #wrapper #content section#interview .nav .content ul li a .text p:nth-of-type(2) > span:nth-of-type(2) {
    margin-top: 8px;
    margin-left: 0;
  }
  .sub.interview #wrapper #content section#interview .nav .content ul li a .text p:nth-of-type(2) > span:nth-of-type(2) > span:nth-of-type(1) {
    font-size: 1.2rem;
  }
  .sub.interview #wrapper #content section#interview .nav .content ul li a .text p:nth-of-type(2) > span:nth-of-type(2) > span:nth-of-type(2) {
    margin-top: 5px;
    font-size: 1.8rem;
  }
}
@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/
 * * ========================================================================== */