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

a {
  color: #187FC3;
  text-decoration: none;
  opacity: 1;
}
a:hover {
  opacity: 1;
}

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

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

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

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

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0;
  font-weight: 500;
}

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: 828px;
}

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

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

#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 30px 52px 30px 0;
}
#header .logo {
  width: 23.64583333%;
  opacity: 0;
  transition: all 300ms ease-in 300ms;
}
#header .logo img {
  display: block;
  margin: 0 auto;
}
#header .logo p {
  margin: 0;
}
#header .logo p img {
  width: 39.6%;
  transition: all 300ms ease-in;
}
#header .logo h1 {
  margin: 12% 0 0;
}
#header .logo h1 img {
  width: 35.242%;
  transition: all 800ms ease-in 400ms;
}
#header.start .logo {
  opacity: 1;
}
#header.small .logo {
  width: 100px;
}
#header.small .logo p img {
  width: 60%;
}
#header.small .logo h1 img {
  opacity: 0;
  transition: all 200ms ease-in;
}
#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 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 40px;
  padding-right: 20px;
  font-weight: 600;
  line-height: 1.4;
}
#header #nav > ul > li.contact > a {
  width: 163px;
  padding: 0;
  border: solid 2px #187FC3;
  border-radius: 20px;
  transition: all 300ms ease-in;
}
#header #nav > ul > li.contact > a:hover {
  background: #187FC3;
  color: #ffffff;
}
#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: #187FC3;
}
#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-btn {
  display: none;
}

#footer {
  padding: 40px 0;
  background: #187FC3;
  color: #ffffff;
}
#footer a {
  color: #ffffff;
}
#footer .content > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#footer .content > div > div:nth-of-type(1) {
  display: flex;
}
#footer .content > div > div:nth-of-type(1) > p {
  margin: 0;
  line-height: 1;
}
#footer .content > div > div:nth-of-type(1) > p img {
  display: block;
  width: 80px;
}
#footer .content > div > div:nth-of-type(1) > div {
  margin-left: 30px;
}
#footer .content > div > div:nth-of-type(1) > div h2 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}
#footer .content > div > div:nth-of-type(1) > div p {
  margin: 16px 0 0;
  line-height: 1;
}
#footer .content > div > div:nth-of-type(2) p {
  margin: 0;
  line-height: 1;
}

#mv {
  padding-left: 23.64583333%;
}
#mv .mv-slide {
  position: relative;
}
#mv .mv-slide .swiper-wrapper .swiper-slide h2 {
  position: absolute;
  left: -10.9375vw;
  bottom: 9.375vw;
  z-index: 1;
  margin: 0;
  padding: 2.6041666vw 4.6875vw;
  font-size: 2.083333vw;
  font-weight: 600;
  line-height: 1.4;
  overflow: hidden;
}
#mv .mv-slide .swiper-wrapper .swiper-slide h2::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 1;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: rgba(255, 255, 255, 0.9);
  filter: blur(20px);
  transform-origin: 0 50%;
  transform: scaleX(0);
}
#mv .mv-slide .swiper-wrapper .swiper-slide h2 span {
  position: relative;
  z-index: 2;
  display: block;
  opacity: 0;
  transform-origin: 0 0;
  transform: rotateY(90deg);
}
#mv .mv-slide .swiper-wrapper .swiper-slide.swiper-slide-active h2 span {
  opacity: 1;
  transform-origin: 0 0;
  transform: rotateY(0);
  transition: transform 800ms ease-in 800ms, opacity 1300ms ease-in 800ms;
}
#mv .mv-slide .swiper-wrapper .swiper-slide.swiper-slide-active h2::before {
  transform-origin: 0 50%;
  transform: scaleX(100%);
  transition: all 300ms ease-in 500ms;
}
#mv .mv-slide .swiper-wrapper .swiper-slide.swiper-slide-active div {
  overflow: hidden;
}
#mv .mv-slide .swiper-wrapper .swiper-slide.swiper-slide-active div img {
  animation: zoomOut 5s ease 0s 1 forwards;
}

#content > section {
  padding: 120px 0;
}
#content > section h2 {
  position: relative;
  margin: 0 0 60px;
  color: #187FC3;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  padding-left: 54px;
}
#content > section h2::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 5px;
  width: 4px;
  height: 84px;
  background: #187FC3;
}
#content > section h2 span {
  position: relative;
  display: block;
  line-height: 1;
}
#content > section h2 span::before {
  content: "";
  position: absolute;
  left: -54px;
  top: 5px;
  width: 4px;
  height: 30px;
  background: #187FC3;
}
#content > section h2 span:nth-of-type(2) {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 600;
}
#content > section h2 span:nth-of-type(2)::before {
  left: -32px;
  top: auto;
  bottom: 0;
}
#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: 8.3333%;
}
#content > section .row3 {
  display: flex;
}
#content > section .row3 > div {
  width: 33%;
}
#content > section .row3 > div:nth-of-type(2) {
  width: 34%;
}
#content > section#intro {
  padding-bottom: 42vw;
  background: url(../img/intro-bottom.jpg) 50% 100% no-repeat;
  background-size: 100%;
}
#content > section#intro h3 {
  margin: 0 0 50px;
  color: #187FC3;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
}
#content > section#intro p {
  margin: 40px 0 0;
  font-size: 1.8rem;
}
#content > section#intro .row2 > div:nth-of-type(1) .image {
  margin-left: -35%;
}
#content > section#services {
  margin-top: -15.57291666vw;
  padding: 0;
}
#content > section#services .part img {
  width: 100%;
}
#content > section#services .body {
  padding-bottom: 120px;
  background: #818A90;
  color: #fff;
}
#content > section#services h2 {
  color: #ffffff;
}
#content > section#services h2::before {
  background: #ffffff;
}
#content > section#services h2 span::before {
  background: #ffffff;
}
#content > section#services ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
#content > section#services ul li {
  width: 31.1%;
  margin-top: 60px;
}
#content > section#services ul li h3 {
  margin: 15px 0 10px;
  font-size: 2.4rem;
  font-weight: 600;
}
#content > section#services ul li p {
  margin: 0;
}
#content > section#services ul li:nth-child(1), #content > section#services ul li:nth-child(2) {
  width: 48.3333%;
  margin-top: 0;
}
#content > section#concept ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content > section#concept ol li {
  display: flex;
  align-items: flex-start;
  margin-top: 60px;
}
#content > section#concept ol li > p {
  width: 40px;
  flex-shrink: 0;
  margin: 0;
  padding-top: 10px;
  color: #187FC3;
  font-weight: 400;
}
#content > section#concept ol li div h3 {
  margin: 0;
  color: #187FC3;
  font-size: 2.8rem;
  font-weight: 600;
}
#content > section#concept ol li div p {
  margin: 0;
}
#content > section#concept ol li:nth-child(1) {
  margin-top: 10px;
}
#content > section#profile {
  position: relative;
  padding-bottom: 70px;
}
#content > section#profile::before {
  content: "";
  position: absolute;
  right: 40.1%;
  top: 0;
  width: 9999px;
  z-index: -1;
  height: 100%;
  background: #EBF7FF;
}
#content > section#profile .row2 > div:nth-of-type(1) h3 {
  margin: 0;
}
#content > section#profile .row2 > div:nth-of-type(1) h3 span {
  display: block;
  font-weight: 600;
}
#content > section#profile .row2 > div:nth-of-type(1) h3 span:nth-of-type(2) {
  font-size: 3.2rem;
}
#content > section#profile .row2 > div:nth-of-type(1) h3 span:nth-of-type(3) {
  color: #187FC3;
  font-weight: 700;
}
#content > section#profile .row2 > div:nth-of-type(1) > p {
  margin: 35px 0 0;
}
#content > section#profile .row2 > div:nth-of-type(1) .career {
  margin-top: 60px;
  padding: 10px 20px 30px;
  background: #187FC3;
  color: #ffffff;
}
#content > section#profile .row2 > div:nth-of-type(1) .career h4 {
  margin: 0 0 10px;
  font-weight: 400;
}
#content > section#profile .row2 > div:nth-of-type(1) .career ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #ffffff;
}
#content > section#profile .row2 > div:nth-of-type(1) .career ul li {
  display: flex;
  padding: 15px 5px;
  border-top: solid 1px #ffffff;
}
#content > section#profile .row2 > div:nth-of-type(1) .career ul li p {
  margin: 0;
}
#content > section#profile .row2 > div:nth-of-type(1) .career ul li p:nth-of-type(1) {
  flex-shrink: 0;
  width: 65px;
  font-weight: 400;
}
#content > section#profile .row2 > div:nth-of-type(2) .image {
  position: absolute;
  left: 51.04%;
  top: 285px;
}
#content > section#access {
  margin-top: 100px;
  padding: 0;
}
#content > section#access .part img {
  width: 100%;
}
#content > section#access .body {
  background: #818A90;
  color: #fff;
}
#content > section#access .body .content {
  transform: translate(0, -7.8125vw);
}
#content > section#access h2 {
  color: #ffffff;
}
#content > section#access h2::before {
  background: #ffffff;
}
#content > section#access h2 span::before {
  background: #ffffff;
}
#content > section#access .map iframe {
  width: 100%;
  aspect-ratio: 20/9;
}
#content > section#access .info {
  display: flex;
}
#content > section#access .info ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 65.83333%;
}
#content > section#access .info ul li {
  width: 48.1%;
  margin-top: 3.8%;
}
#content > section#access .info div {
  flex: 1;
  margin-top: 2.1%;
  margin-left: 2.6%;
}
#content > section#access .info div p {
  margin: 0;
}
#content > section#access .info div p a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 133px;
  height: 32px;
  margin-top: 10px;
  border-radius: 16px;
  background: #187FC3;
  color: #ffffff;
  font-weight: 600;
}
#content > section#contact {
  position: relative;
  z-index: 1001;
  background: #187FC3;
  color: #ffffff;
}
#content > section#contact h2 {
  color: #ffffff;
}
#content > section#contact h2::before {
  background: #ffffff;
}
#content > section#contact h2 span::before {
  background: #ffffff;
}
#content > section#contact .form-box {
  width: 720px;
  max-width: 100%;
  margin-left: auto;
}
#content > section#contact .form-box .form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content > section#contact .form-box .form ul li {
  display: flex;
  margin-top: 20px;
}
#content > section#contact .form-box .form ul li > p {
  margin: 0;
  flex-shrink: 0;
  width: 220px;
  font-weight: 600;
}
#content > section#contact .form-box .form ul li > p span {
  display: inline-block;
  margin-left: 1em;
  padding: 4px 9px;
  background: #707070;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
}
#content > section#contact .form-box .form ul li > div {
  flex: 1;
}
#content > section#contact .form-box .form ul li > div.check {
  margin-bottom: 20px;
}
#content > section#contact .form-box .form ul li > div.check > span > span {
  display: flex;
  flex-wrap: wrap;
}
#content > section#contact .form-box .form ul li > div.check > span > span > span {
  width: 33.3%;
}
#content > section#contact .form-box .form ul li > div.check > span > span > span:nth-last-of-type(2) {
  width: 100%;
}
#content > section#contact .form-box .form ul li > div.check > span > span > span:nth-last-of-type(1) {
  width: 100%;
}
#content > section#contact .form-box .form ul li input[type=text], #content > section#contact .form-box .form ul li input[type=tel], #content > section#contact .form-box .form ul li input[type=email], #content > section#contact .form-box .form ul li textarea {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 1em;
  border: none;
  color: #707070;
  line-height: 1;
}
#content > section#contact .form-box .form ul li input[type=text]::placeholder, #content > section#contact .form-box .form ul li input[type=tel]::placeholder, #content > section#contact .form-box .form ul li input[type=email]::placeholder, #content > section#contact .form-box .form ul li textarea::placeholder {
  color: #818A90;
}
#content > section#contact .form-box .form ul li textarea {
  height: 120px;
  padding: 0.8em 1em;
  color: #707070;
  line-height: 1.6;
}
#content > section#contact .form-box .form ul li:nth-child(1) {
  margin-top: 0;
}
#content > section#contact .form-box .form .privacy {
  height: 120px;
  padding: 1em;
  background: #ffffff;
  overflow-y: auto;
}
#content > section#contact .form-box .form .privacy p {
  margin: 0;
  color: #707070;
  font-size: 1.4rem;
  line-height: 1.6;
}
#content > section#contact .form-box .form .privacy p.title {
  margin-top: 1em;
  font-weight: 600;
}
#content > section#contact .form-box .form .privacy p.mt {
  margin-top: 1em;
}
#content > section#contact .form-box .form .acceptance {
  margin: 20px 0 0;
}
#content > section#contact .form-box .form .acceptance label {
  font-weight: 400;
  cursor: pointer;
}
#content > section#contact .form-box .form .submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 80px;
}
#content > section#contact .form-box .form .submit .btn-wrap input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 246px;
  max-width: 100%;
  height: 48px;
  border: solid 2px #ffffff;
  border-radius: 24px;
  background: #187FC3;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
}
#content > section#contact .form-box .form .turnstile {
  margin-top: 30px;
  text-align: center;
}
#content > section#contact .form-box .form .wpcf7-spinner {
  display: block;
}
#content > section#contact .form-box .form .wpcf7-not-valid-tip {
  color: #ffffff;
}
#content > section#contact .form-box .form .wpcf7-list-item {
  margin-left: 0;
}

/* ==========================================================================
 * * 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;
  }

  body {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  #header {
    display: block;
    height: 54px;
    padding: 0;
    background: #ffffff;
  }
  #header .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    padding: 28px 23px;
    opacity: 1;
  }
  #header .logo::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
  }
  #header .logo p {
    position: relative;
    opacity: 0;
    transition: opacity 500ms ease-in 800ms;
  }
  #header .logo p img {
    width: 84px;
  }
  #header .logo h1 {
    position: relative;
    margin: 20px 0 0;
    opacity: 0;
    transition: opacity 500ms ease-in 800ms;
  }
  #header .logo h1 img {
    width: 80px;
  }
  #header.start .logo::before {
    left: 0;
    transition: all 300ms ease-in 500ms;
  }
  #header.start .logo p {
    opacity: 1;
  }
  #header.start .logo h1 {
    opacity: 1;
  }
  #header.start .logo h1 img {
    transition: opacity 500ms ease-in 500ms;
  }
  #header.small .logo {
    width: auto;
    padding: 10px 0 0 10px;
    transition: all 300ms ease-in;
  }
  #header.small .logo::before {
    left: -100%;
    transition: none;
  }
  #header.small .logo p img {
    width: 35px;
  }
  #header.small .logo h1 img {
    width: 0;
    opacity: 0;
    transition: opacity 300ms ease-in 300ms;
  }
  #header #nav {
    position: absolute;
    left: 100vw;
    top: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    padding: 88px 40px 40px;
    background: rgba(255, 255, 255, 0.85);
    overflow-y: auto;
    transition: all 300ms ease-in;
  }
  #header #nav > ul {
    display: block;
    opacity: 0;
    transition: opacity 500ms ease-in;
  }
  #header #nav > ul > li {
    display: block;
    margin-top: 20px;
    padding: 0;
  }
  #header #nav > ul > li > a {
    justify-content: center;
    width: 163px;
    margin: 0 auto;
    padding: 0;
    font-size: 2rem;
  }
  #header #nav > ul > li.contact {
    margin-top: 40px;
  }
  #header #nav > ul > li.contact > a {
    justify-content: center;
  }
  #header.active #nav {
    left: 0;
  }
  #header.active #nav ul {
    opacity: 1;
    transition: opacity 500ms ease-in 200ms;
  }
  #header #nav-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
  }
  #header #nav-btn a {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 11;
  }
  #header #nav-btn a span {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 2px;
    background: #187FC3;
    transition: all 300ms ease-in;
    transform-origin: 0 0;
  }
  #header #nav-btn a span:nth-of-type(2) {
    top: 12px;
  }
  #header #nav-btn a.active span {
    width: 34px;
  }
  #header #nav-btn a.active span:nth-of-type(1) {
    transform: rotate(21deg);
  }
  #header #nav-btn a.active span:nth-of-type(2) {
    transform: rotate(-21deg);
  }

  #footer {
    padding: 40px 0 20px;
    border-top: solid 1px #ffffff;
  }
  #footer .content > div {
    display: block;
    padding: 0 10px;
  }
  #footer .content > div > div:nth-of-type(1) {
    display: block;
  }
  #footer .content > div > div:nth-of-type(1) > div {
    margin-top: 30px;
    margin-left: 0;
  }
  #footer .content > div > div:nth-of-type(1) > div h2 {
    font-size: 1.46rem;
  }
  #footer .content > div > div:nth-of-type(1) > div p {
    margin: 10px 0 0;
  }
  #footer .content > div > div:nth-of-type(2) p {
    margin: 25px 0 0;
    font-size: 1.2rem;
    text-align: center;
  }

  #mv {
    padding-left: 0;
  }
  #mv .mv-slide {
    position: relative;
  }
  #mv .mv-slide .swiper-wrapper .swiper-slide h2 {
    left: 0;
    bottom: -66px;
    z-index: 1;
    margin: 0;
    padding: 15px 20px;
    font-size: 1.8rem;
    line-height: 1.6;
  }

  #content > section {
    padding: 60px 0;
  }
  #content > section h2 {
    margin-bottom: 30px;
    padding-left: 40px;
    font-size: 3.6rem;
  }
  #content > section h2::before {
    left: 9px;
    top: 4px;
    width: 2px;
    height: 56px;
  }
  #content > section h2 span::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 4px;
    width: 2px;
    height: 20px;
  }
  #content > section h2 span:nth-of-type(2) {
    font-size: 1.4rem;
  }
  #content > section h2 span:nth-of-type(2)::before {
    left: -21px;
  }
  #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#intro {
    padding-top: 130px;
    padding-bottom: 80vw;
    background: url(../img/intro-bottom.jpg) 50% 100% no-repeat;
    background-size: 150%;
  }
  #content > section#intro h3 {
    margin: 0 0 40px;
    font-size: 2rem;
  }
  #content > section#intro p {
    margin: 30px 0 0;
    font-size: 1.4rem;
  }
  #content > section#intro .row2 > div:nth-of-type(1) .image {
    width: 88%;
    margin-left: 0;
  }
  #content > section#intro .row2 > div:nth-of-type(2) {
    margin-top: 35px;
  }
  #content > section#services {
    margin-top: -14vw;
  }
  #content > section#services .body {
    padding-top: 15px;
    padding-bottom: 60px;
  }
  #content > section#services ul {
    display: block;
  }
  #content > section#services ul li {
    width: auto;
    margin-top: 25px;
  }
  #content > section#services ul li h3 {
    margin: 12px 0 8px;
    font-size: 1.8rem;
  }
  #content > section#services ul li:nth-child(1), #content > section#services ul li:nth-child(2) {
    width: auto;
  }
  #content > section#services ul li:nth-child(2) {
    margin-top: 25px;
  }
  #content > section#concept .row2 > div:nth-of-type(1) .image {
    text-align: center;
  }
  #content > section#concept .row2 > div:nth-of-type(1) .image img {
    width: 71.64%;
  }
  #content > section#concept ol li {
    display: block;
    margin-top: 45px;
  }
  #content > section#concept ol li > p {
    width: auto;
    padding-top: 0;
    font-size: 1.6rem;
  }
  #content > section#concept ol li div h3 {
    margin: 5px 0 10px;
    font-size: 2rem;
    line-height: 1.4;
  }
  #content > section#concept ol li div p {
    margin: 0;
  }
  #content > section#concept ol li:nth-child(1) {
    margin-top: 40px;
  }
  #content > section#profile {
    padding-bottom: 70px;
    background: #EBF7FF;
  }
  #content > section#profile::before {
    display: none;
  }
  #content > section#profile .row2 > div:nth-of-type(1) h3 span:nth-of-type(2) {
    font-size: 2.8rem;
  }
  #content > section#profile .row2 > div:nth-of-type(1) > p {
    margin: 35px 0 0;
  }
  #content > section#profile .row2 > div:nth-of-type(1) .image {
    margin: 60px -20px 0;
  }
  #content > section#profile .row2 > div:nth-of-type(1) .career {
    margin-top: 40px;
    padding: 10px 20px 30px;
  }
  #content > section#profile .row2 > div:nth-of-type(1) .career h4 {
    margin: 0 0 10px;
    font-size: 1.4rem;
  }
  #content > section#profile .row2 > div:nth-of-type(1) .career ul li {
    display: block;
    padding: 8px 5px;
    border-top: solid 1px #ffffff;
  }
  #content > section#profile .row2 > div:nth-of-type(1) .career ul li p:nth-of-type(1) {
    width: auto;
  }
  #content > section#access {
    margin-top: 60px;
  }
  #content > section#access .body {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  #content > section#access .body .content {
    transform: none;
  }
  #content > section#access .map iframe {
    width: 100%;
    height: 200px;
    aspect-ratio: auto;
  }
  #content > section#access .info {
    display: block;
  }
  #content > section#access .info ul {
    width: 100%;
  }
  #content > section#access .info ul li {
    width: 48.1%;
    margin-top: 20px;
  }
  #content > section#access .info div {
    margin-top: 15px;
    margin-left: 0;
  }
  #content > section#access .info div p {
    margin: 0;
  }
  #content > section#access .info div p a {
    margin-top: 15px;
  }
  #content > section#contact {
    z-index: 1;
  }
  #content > section#contact .form-box {
    width: auto;
    margin-top: 10px;
  }
  #content > section#contact .form-box .form ul li {
    display: block;
    margin-top: 20px;
  }
  #content > section#contact .form-box .form ul li > p {
    width: auto;
  }
  #content > section#contact .form-box .form ul li > div {
    margin-top: 5px;
  }
  #content > section#contact .form-box .form ul li > div.check {
    margin-top: 10px;
  }
  #content > section#contact .form-box .form ul li > div.check > span > span > span {
    width: 50%;
    font-size: 1.6rem;
  }
  #content > section#contact .form-box .form ul li > div.check > span > span > span:nth-last-of-type(2) {
    width: 100%;
  }
  #content > section#contact .form-box .form ul li > div.check > span > span > span:nth-last-of-type(1) {
    width: 100%;
  }
  #content > section#contact .form-box .form .privacy p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #content > section#contact .form-box .form .submit {
    justify-content: center;
    margin-top: 60px;
  }
}
@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/
 * * ========================================================================== */