/*! 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: #17438C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
body * {
  box-sizing: border-box;
}
body *::before, body *::after {
  box-sizing: border-box;
}

a {
  color: #17438C;
  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: "Zen Kaku Gothic New", sans-serif;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
  opacity: 1;
}

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

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

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

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

p:empty {
  margin: 0;
}

:focus {
  outline: none;
}

.lato {
  font-family: "Lato", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

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

@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 {
  margin: 30px 0 0;
}
.btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 247px;
  height: 60px;
  padding-left: 30px;
  border: solid 1px #16438C;
  border-radius: 10px;
  background: #16438C;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.btn a span:nth-of-type(1) {
  position: relative;
  z-index: 2;
  display: block;
  padding: 0 15px 0;
}
.btn a span:nth-of-type(2) {
  position: absolute;
  display: flex;
  left: 62.5%;
  top: 50%;
  width: 50%;
  z-index: 1;
}
.btn a span:nth-of-type(2)::before {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background: #ffffff;
  transition: all 300ms cubic-bezier(0.4, 0.4, 0, 1);
}
.btn a span:nth-of-type(2)::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #ffffff;
  transform-origin: 0 50%;
  transform: rotate(-135deg);
}
.btn a:hover span:nth-of-type(2)::before {
  width: 57.5%;
}
.btn.v2 a {
  border-color: #17438C;
  background: #ffffff;
}
.btn.v2 a span:nth-of-type(1) {
  color: #17438C;
}
.btn.v2 a span:nth-of-type(2)::before {
  background: #17438C;
}
.btn.v2 a span:nth-of-type(2)::after {
  background: #17438C;
}

.popup {
  display: block;
  transform: translate(0, 5vw);
  opacity: 0;
  transition: all 800ms cubic-bezier(0.4, 0.4, 0, 1);
}
.popup.active {
  transform: none;
  opacity: 1;
}

body #wrapper {
  opacity: 1;
  transition: opacity 300ms cubic-bezier(0.4, 0.4, 0, 1);
}

body.fixed {
  overflow: hidden;
}
body.fixed #wrapper {
  opacity: 0;
}

#intro {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}
#intro div {
  width: 20px;
  height: 140px;
  background: #E5E5E5;
  transform: rotate(45deg);
}
#intro div::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 50%;
  background: #222;
  transition: all 1500ms cubic-bezier(0.4, 0.4, 0, 1);
}
#intro.active div::after {
  height: 90%;
}
#intro.finished {
  display: none;
}

#teaser {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}
#teaser img {
  width: 228px;
}
#teaser p {
  margin: 2em 0 0;
  padding: 0.5em;
  background: #17438C;
  color: #ffffff;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
}
#teaser p span {
  display: block;
  margin-top: 0.5em;
  font-size: 3.2rem;
}

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

#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
}
#header h1 {
  display: flex;
  align-items: center;
  margin: 0 0 0 30px;
}
#header h1 a {
  display: block;
}
#header h1 a img {
  display: block;
  width: 284px;
}
#header #nav > ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
#header #nav > ul > li {
  margin: 0 30px;
  display: flex;
  align-items: center;
}
#header #nav > ul > li > a {
  display: block;
  color: #3A3A3A;
  font-size: 1.8rem;
  font-weight: 700;
}
#header #nav > ul > li:nth-last-of-type(1) {
  margin: 0 0 0 50px;
}
#header #nav > ul > li:nth-last-of-type(1) > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  width: 165px;
  padding: 0;
  border-radius: 5px;
  background: #16438C;
  color: #ffffff;
}
#header #nav-btn {
  display: none;
}

#footer {
  margin-top: 107px;
  background: #F5F5F5;
  color: #17438C;
}
#footer a {
  color: #17438C;
}
#footer .nav .content > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 0;
}
#footer .nav .content > div > div {
  display: flex;
  align-items: center;
}
#footer .nav .content > div > div h1 {
  margin: 0 0 0 -20px;
}
#footer .nav .content > div > div h1 a {
  display: block;
}
#footer .nav .content > div > div h1 a img {
  display: block;
  width: 139px;
}
#footer .nav .content > div > div div {
  margin-left: 50px;
}
#footer .nav .content > div > div div h2 {
  margin: 10px 0 0;
  font-size: 1.3rem;
  font-weight: 700;
}
#footer .nav .content > div > div div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .nav .content > div > div div ul li {
  margin-top: 12px;
  line-height: 1.5;
}
#footer .nav .content > div > div div ul li h3 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
}
#footer .nav .content > div > div div ul li p {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 500;
}
#footer .nav .content nav {
  display: flex;
  flex-wrap: wrap;
}
#footer .nav .content nav div {
  margin: 0 0 20px 43px;
}
#footer .nav .content nav div p {
  margin: 0;
}
#footer .nav .content nav div p a {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
}
#footer .nav .content nav div ul {
  list-style: none;
  margin: 0 0 0 2px;
  padding: 0 0 0 16px;
  border-left: solid 1px #17438C;
}
#footer .nav .content nav div ul li a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}
#footer .info {
  background: #17438C;
  color: #ffffff;
}
#footer .info .content p {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
}

#mv {
  display: flex;
  align-items: flex-end;
  padding-top: 6.35417vw;
}
#mv > div:nth-of-type(1) {
  position: relative;
  flex: 1;
  order: 1;
  padding: 4.1667vw;
  border-radius: 3.64583vw 0 0 3.64583vw;
  background: linear-gradient(111deg, #16438c 0%, #738f9d 100%);
}
#mv > div:nth-of-type(1) h2 {
  position: absolute;
  left: 4.1667vw;
  bottom: 3.5vw;
  z-index: 1;
  margin: 0;
  color: #ffffff;
  font-size: 2.8125vw;
  font-weight: 700;
  letter-spacing: 0.03em;
}
#mv > div:nth-of-type(1) > div {
  display: flex;
  justify-content: flex-end;
}
#mv > div:nth-of-type(1) > div > div {
  padding-left: 1.5625vw;
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.4, 0.4, 0, 1) 300ms;
}
#mv > div:nth-of-type(1) > div > div img {
  width: 13.49vw;
}
#mv > div:nth-of-type(1) > div > div:nth-of-type(1) {
  margin-top: -10.52087vw;
}
#mv > div:nth-of-type(1) > div > div:nth-of-type(2) {
  margin-top: -6.14583vw;
}
#mv > div:nth-of-type(1) > div > div:nth-of-type(4) {
  margin-top: -6.14583vw;
}
#mv > div:nth-of-type(1) > div > div:nth-of-type(odd) {
  transform: translate(0, -10vw);
}
#mv > div:nth-of-type(1) > div > div:nth-of-type(even) {
  transform: translate(0, 10vw);
}
#mv > div:nth-of-type(2) {
  flex-shrink: 0;
}
#mv > div:nth-of-type(2) p {
  display: flex;
  align-items: center;
  margin: 0 2.0803vw;
  padding: 0 0 2.60417vw 0;
  font-size: 1.197917vw;
  writing-mode: vertical-rl;
}
#mv > div:nth-of-type(2) p::before {
  content: "";
  display: block;
  width: 1px;
  height: 13.3333vw;
  margin-bottom: 0.78125vw;
  background: #17438C;
}
#mv.active > div:nth-of-type(1) > div > div {
  opacity: 1;
  transform: translate(0, 0);
}

#content > section {
  padding: 150px 0;
}
#content > section .row2 {
  display: flex;
}
#content > section .row2 > div {
  width: 50%;
}
#content > section .row3 {
  display: flex;
}
#content > section .row3 > div {
  width: 33%;
}
#content > section .row3 > div:nth-of-type(2) {
  width: 34%;
}
#content > section h3 {
  margin: 0 0 80px;
  font-size: 4.8rem;
  text-align: center;
  line-height: 1;
}
#content > section h3 span {
  color: #17438C;
  line-height: 1;
}
#content > section h3 span:nth-of-type(1) {
  display: inline-block;
  color: transparent;
  background: linear-gradient(90deg, #16438c, #618cac);
  background-clip: text;
  line-height: 1.4;
}
#content > section h3 span:nth-of-type(2) {
  display: block;
  margin-top: 0.4em;
  font-size: 2.6rem;
  font-weight: 700;
}
#content > section p {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.67;
}
#content > section p.catch {
  margin: 0 0 30px;
  font-size: 4rem;
  line-height: 1.52;
  letter-spacing: -0.05em;
}
#content > section#about-us h3.popup {
  transform: translate(0, 2vw);
  transition: all 1000ms cubic-bezier(0.4, 0.4, 0, 1) 800ms;
}
#content > section#about-us .row2 > div:nth-of-type(1) {
  padding-right: 70px;
}
#content > section#about-us .row2 .images {
  display: flex;
}
#content > section#about-us .row2 .images > div {
  padding-left: 20px;
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.4, 0.4, 0, 1) 500ms;
}
#content > section#about-us .row2 .images > div:nth-of-type(1) {
  transform: translate(0, 10%);
  margin-top: 10.9%;
  padding-left: 0;
}
#content > section#about-us .row2 .images > div:nth-of-type(2) {
  transform: translate(0, -20%);
}
#content > section#about-us .row2 .images > div:nth-of-type(3) {
  margin-top: 10.9%;
  transform: translate(0, -10%);
}
#content > section#about-us .row2 .images.active > div {
  opacity: 1;
  transform: none;
}
#content > section#business {
  background: #F5F5F5;
}
#content > section#business .row2 > div:nth-of-type(1) {
  padding-right: 70px;
}
#content > section#business .row2:nth-of-type(1) .image {
  text-align: center;
}
#content > section#business .row2:nth-of-type(1) .image img {
  width: 404px;
}
#content > section#business .row2:nth-of-type(2) {
  align-items: flex-end;
  margin-top: 30px;
}
#content > section#business .row2:nth-of-type(2) ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content > section#business .row2:nth-of-type(2) ul li {
  margin-top: 20px;
}
#content > section#business .row2:nth-of-type(2) ul li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 5px 0 20px;
  border-bottom: solid 1px #17438C;
}
#content > section#business .row2:nth-of-type(2) ul li a > span:nth-of-type(1) {
  transition: all 300ms cubic-bezier(0.4, 0.4, 0, 1);
}
#content > section#business .row2:nth-of-type(2) ul li a > span:nth-of-type(1) span {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}
#content > section#business .row2:nth-of-type(2) ul li a > span:nth-of-type(1) span:nth-of-type(1) {
  margin-bottom: 5px;
  color: #738F9D;
  font-size: 1.5rem;
}
#content > section#business .row2:nth-of-type(2) ul li a > span:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 73px;
  height: 32px;
  border: solid 1px #17438C;
  border-radius: 11px;
  transition: all 300ms cubic-bezier(0.4, 0.4, 0, 1);
}
#content > section#business .row2:nth-of-type(2) ul li a > span:nth-of-type(2)::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin-left: 10px;
  background: #17438C;
}
#content > section#business .row2:nth-of-type(2) ul li a > span:nth-of-type(2)::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #17438C;
  transform-origin: 0 50%;
  transform: rotate(-135deg);
}
#content > section#business .row2:nth-of-type(2) ul li a:hover > span:nth-of-type(1) {
  transform: translate(20px, 0);
}
#content > section#business .row2:nth-of-type(2) ul li a:hover > span:nth-of-type(2) {
  background: #ffffff;
}
#content > section#business .row2:nth-of-type(2) ul li:nth-child(1) {
  margin-top: 0;
}
#content > section#business .row2:nth-of-type(2) .btn {
  margin-top: 50px;
}
#content > section#business .row2:nth-of-type(2) .btn a {
  margin-left: auto;
}
#content > section#note ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0 -1.5% 0;
  padding: 0;
}
#content > section#note ul li {
  width: 31%;
  margin: 0 1.5%;
}
#content > section#note ul li a div {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
#content > section#note ul li a div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #17438C;
  mix-blend-mode: multiply;
  opacity: 0.6;
  transition: all 300ms cubic-bezier(0.4, 0.4, 0, 1);
}
#content > section#note ul li a div img {
  transition: all 300ms cubic-bezier(0.4, 0.4, 0, 1);
}
#content > section#note ul li a p {
  margin: 15px 0 0;
}
#content > section#note ul li a p span {
  font-size: 2.2rem;
  font-weight: 700;
}
#content > section#note ul li a p span:nth-of-type(1) {
  color: #738F9D;
  font-size: 1.6rem;
}
#content > section#note ul li a p span:nth-of-type(2) {
  display: block;
  margin-top: 5px;
  line-height: 1.4;
}
#content > section#note ul li a:hover div::before {
  opacity: 0;
}
#content > section#note ul li a:hover div img {
  transform: scale(1.1);
}
#content > section#note .btn {
  margin-top: 80px;
}
#content > section#note .btn a {
  margin: 0 auto;
}
#content > section#news {
  padding-top: 0;
}
#content > section#news ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content > section#news ul li {
  display: flex;
  padding: 20px 0;
  border-bottom: solid 1px #17438C;
}
#content > section#news ul li p {
  font-weight: 700;
  font-size: 1.7rem;
}
#content > section#news ul li p:nth-of-type(1) {
  flex-shrink: 0;
  width: 120px;
  padding-left: 20px;
  color: #738F9D;
  font-size: 1.6rem;
}
#content > section#news ul li p:nth-of-type(2) {
  flex: 1;
}
#content > section#news .btn {
  margin-top: 80px;
}
#content > section#news .btn a {
  margin: 0 auto;
}
#content > section#recruit {
  padding-bottom: 0;
}
#content > section#recruit .info {
  padding: 50px 0 70px;
  background: url(../img/top-recruit-bg.png) 50% 0 no-repeat;
  background-size: cover;
  color: #ffffff;
}
#content > section#recruit .info h3 {
  text-align: left;
}
#content > section#recruit .info h3 span:nth-of-type(1) {
  color: #ffffff;
  background: none;
}
#content > section#recruit .info h3 span:nth-of-type(2) {
  color: #ffffff;
}
#content > section#recruit .info .row2 > div:nth-of-type(1) .images {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 0 6%;
}
#content > section#recruit .info .row2 > div:nth-of-type(1) .images > div {
  width: 46%;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.4, 0.4, 0, 1) 500ms;
}
#content > section#recruit .info .row2 > div:nth-of-type(1) .images > div:nth-of-type(1) {
  margin-top: -23%;
  transform: translate(0, 50%);
}
#content > section#recruit .info .row2 > div:nth-of-type(1) .images > div:nth-of-type(2) {
  transform: translate(0, 25%);
}
#content > section#recruit .info .row2 > div:nth-of-type(1) .images.active > div {
  opacity: 1;
  transform: none;
}
#content > section#recruit .info .row2 > div:nth-of-type(2) {
  padding-left: 80px;
}
#content > section#recruit .info .row2 > div:nth-of-type(2) p {
  margin-top: -35px;
}
#content > section#recruit .info .row2 > div:nth-of-type(2) .btn {
  margin-top: 40px;
}
#content > section#recruit .info .row2 > div:nth-of-type(2) .btn a {
  margin-left: auto;
}
#content > section#recruit .image-scroll .swiper-wrapper {
  transition-timing-function: linear;
}
#content > section#recruit .image-scroll .swiper-wrapper .swiper-slide {
  width: 18.182% !important;
}

.sub #wrapper {
  padding-top: 84px;
}
.sub #content #kv {
  position: relative;
  height: 330px;
}
.sub #content #kv img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  max-width: 1920px;
  transform: translate(-50%, -50%);
}
.sub #content #kv .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.sub #content #kv .content h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #ffffff;
  font-size: 4.8rem;
  font-weight: 700;
}
.sub #content > section#philosophy .row2 h3 {
  margin-bottom: 30px;
  display: inline-block;
  color: transparent;
  background: linear-gradient(90deg, #16438c, #618cac);
  background-clip: text;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: left;
}
.sub #content > section#philosophy .row2 p.catch {
  font-size: 2.8rem;
  letter-spacing: 0.06em;
}
.sub #content > section#philosophy .row2 > div.text {
  flex: 1;
}
.sub #content > section#philosophy .row2 > div.images {
  flex-shrink: 0;
  width: 39.0525%;
}
.sub #content > section#philosophy .row2 > div.images .image {
  margin-top: 45px;
}
.sub #content > section#philosophy .row2 > div.images .image:nth-of-type(1) {
  margin-top: 0;
}
.sub #content > section#philosophy .row2:nth-of-type(even) > div:nth-of-type(1) {
  order: 1;
}
.sub #content > section#philosophy .row2:nth-of-type(1) {
  align-items: center;
}
.sub #content > section#philosophy .row2:nth-of-type(1) > div.text {
  padding-right: 1em;
}
.sub #content > section#philosophy .row2:nth-of-type(2) {
  align-items: flex-end;
}
.sub #content > section#philosophy .row2:nth-of-type(2) > div.text {
  padding-left: 12.890525%;
}
.sub #content > section#philosophy .row2:nth-of-type(3) {
  margin-top: 187px;
}
.sub #content > section#philosophy .row2:nth-of-type(3) > div.text {
  padding-right: 12.890525%;
}
.sub #content > section#philosophy .row2:nth-of-type(4) {
  align-items: center;
  margin-top: -20px;
}
.sub #content > section#philosophy .row2:nth-of-type(4) > div.text {
  padding-left: 12.890525%;
}
.sub #content > section#philosophy .row2:nth-of-type(4) > div.text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub #content > section#philosophy .row2:nth-of-type(4) > div.text ul li {
  margin-top: 60px;
}
.sub #content > section#philosophy .row2:nth-of-type(4) > div.text ul li p.catch {
  margin-bottom: 15px;
}
.sub #content > section#philosophy .row2:nth-of-type(4) > div.text ul li p.catch span {
  margin-right: 0.25em;
  color: #738F9D;
}
.sub #content > section#philosophy .row2:nth-of-type(4) > div.text ul li:nth-child(1) {
  margin-top: 0;
}
.sub #content > section#greeting {
  padding: 110px 0;
  background: url(../img/about-us-greeting-bg.png) 50% 50% no-repeat;
  background-size: cover;
}
.sub #content > section#greeting .row2 > div:nth-of-type(1) {
  padding: 0 6.25% 0 10.15625%;
}
.sub #content > section#greeting .row2 > div:nth-of-type(2) {
  padding-right: 7.8125%;
}
.sub #content > section#greeting .row2 > div:nth-of-type(2) p:nth-last-of-type(1) {
  margin: 1em 0 0;
  text-align: right;
}
.sub #content > section#greeting h3 {
  text-align: left;
}
.sub #content > section#greeting h3 span:nth-of-type(1) {
  color: #738F9D;
}
.sub #content > section#greeting h3 span:nth-of-type(2) {
  color: #ffffff;
}
.sub #content > section#greeting h3 + p {
  margin-top: -35px;
}
.sub #content > section#greeting p {
  color: #ffffff;
}
.sub #content > section#about .info {
  padding: 0 7.8125%;
}
.sub #content > section#about .info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub #content > section#about .info ul li {
  display: flex;
}
.sub #content > section#about .info ul li p {
  padding: 0.5em 0;
}
.sub #content > section#about .info ul li p:nth-of-type(1) {
  flex-shrink: 0;
  width: 94px;
  border-bottom: solid 1px #17438C;
}
.sub #content > section#about .info ul li p:nth-of-type(2) {
  flex: 1;
  margin-left: 7px;
  padding-left: 1em;
  border-bottom: solid 1px rgba(115, 143, 157, 0.2);
  font-weight: 500;
}
.sub #content > section#about .qualification {
  margin-top: 100px;
  padding: 0 7.8125%;
}
.sub #content > section#about .qualification h4 {
  margin: 0;
  font-size: 2.8rem;
  font-weight: 700;
}
.sub #content > section#about .qualification .row2 {
  justify-content: space-between;
}
.sub #content > section#about .qualification .row2 > div {
  width: 47.619%;
}
.sub #content > section#about .qualification ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub #content > section#about .qualification ul li {
  display: flex;
  justify-content: space-between;
  padding: 0 1em 0 1.5em;
}
.sub #content > section#about .qualification ul li:nth-child(even) {
  background: rgba(115, 143, 157, 0.06);
  background-font-weight: 500;
}
.sub #content > section#about .qualification ul li p {
  padding: 0.75em 0;
  font-weight: 500;
}
/* ==========================================================================
 * * Helper classes
 * * ========================================================================== */
/* * Hide visually and from screen readers */
.hidden {
  display: none !important;
}

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

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

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

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

  #header #nav > ul > li > a > span {
    display: none;
  }
}
@media only screen and (max-width: 814px) {
  .pc-only {
    display: none !important;
  }

  .btn {
    margin: 30px 0 0;
  }
  .btn a {
    width: 244px;
    height: 48px;
    margin: 0 auto;
    padding-left: 30px;
    border-radius: 5px;
  }
  .btn a span:nth-of-type(1) {
    position: relative;
    z-index: 2;
    display: block;
    padding: 0 15px 0;
  }
  .btn a span:nth-of-type(2) {
    position: absolute;
    display: flex;
    left: 62.5%;
    top: 50%;
    width: 50%;
    z-index: 1;
  }
  .btn a span:nth-of-type(2)::before {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: #ffffff;
    transition: all 300ms cubic-bezier(0.4, 0.4, 0, 1);
  }
  .btn a span:nth-of-type(2)::after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #ffffff;
    transform-origin: 0 50%;
    transform: rotate(-135deg);
  }
  .btn a:hover span:nth-of-type(2)::before {
    width: 57.5%;
  }

  #teaser {
    padding: 0 2em;
  }
  #teaser img {
    width: 50%;
  }
  #teaser p {
    font-size: 7vw;
  }
  #teaser p span {
    font-size: 6vw;
  }

  #header {
    height: 63px;
    padding: 12px 13px;
    background: #fff;
  }
  #header h1 {
    margin: 0;
  }
  #header h1 a img {
    width: 165px;
  }
  #header #nav {
    position: absolute;
    top: 100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../img/nav-bg.svg) 50% 0 no-repeat;
    background-size: cover;
    overflow-y: auto;
    opacity: 0;
    transition: all 300ms cubic-bezier(0.4, 0.4, 0, 1);
  }
  #header #nav ul {
    display: block;
    padding: 58px 36px 30px;
  }
  #header #nav ul li {
    margin: 30px 0 0;
  }
  #header #nav ul li a {
    color: #ffffff;
    font-size: 1.6rem;
  }
  #header #nav ul li a span {
    display: block;
    font-size: 3.2rem;
  }
  #header #nav ul li:nth-child(1) {
    margin: 0 0 50px 0;
  }
  #header #nav ul li:nth-child(1) a img {
    display: block;
    width: 199px;
  }
  #header #nav ul li:nth-last-child(1) {
    margin: 80px 0 0;
  }
  #header #nav ul li:nth-last-child(1) a {
    width: 100%;
    height: 44px;
    background: #ffffff;
    color: #17438C;
    font-size: 1.8rem;
  }
  #header #sp-nav ul {
    list-style: none;
    margin: 0;
    padding: 0 50px 0 0;
  }
  #header #sp-nav ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 120px;
    padding: 0;
    border-radius: 5px;
    background: #16438C;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
  }
  #header #nav-btn {
    position: absolute;
    display: block;
    right: 13px;
    top: 17px;
    z-index: 10;
  }
  #header #nav-btn a {
    display: block;
    position: relative;
    width: 35px;
    height: 27px;
  }
  #header #nav-btn a span {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 3px;
    background: #17438C;
    transition: all 300ms cubic-bezier(0.4, 0.4, 0, 1);
    transform-origin: 0 0;
  }
  #header #nav-btn a span:nth-of-type(2) {
    top: 12px;
  }
  #header #nav-btn a span:nth-of-type(3) {
    width: 22px;
    top: 24px;
    transform-origin: 0 100%;
  }
  #header #nav-btn a.active span {
    background: #ffffff;
  }
  #header #nav-btn a.active span:nth-of-type(1) {
    top: 1px;
    width: 35px;
    transform: rotate(40deg);
  }
  #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: 35px;
    top: 23px;
    transform: rotate(-40deg);
  }
  #header.active #nav {
    top: 0;
    opacity: 1;
  }

  #footer .nav .content > div {
    display: block;
    padding: 30px 16px;
  }
  #footer .nav .content > div > div {
    display: block;
    padding-bottom: 35px;
    border-bottom: solid 1px #17438C;
  }
  #footer .nav .content > div > div h1 {
    margin: 0;
  }
  #footer .nav .content > div > div h1 a img {
    width: 92px;
    margin: 0 auto;
  }
  #footer .nav .content > div > div div {
    margin-left: 0;
  }
  #footer .nav .content > div > div div h2 {
    margin: 20px 0 0;
    font-size: 1.5rem;
  }
  #footer .nav .content > div > div div ul li {
    margin-top: 12px;
    line-height: 1.5;
  }
  #footer .nav .content > div > div div ul li h3 {
    font-size: 1.5rem;
  }
  #footer .nav .content > div > div div ul li p {
    margin: 0;
    font-size: 1.5rem;
  }
  #footer .nav .content nav {
    display: flex;
    flex-wrap: wrap;
  }
  #footer .nav .content nav div {
    width: 50%;
    margin: 20px 0 0;
  }
  #footer .nav .content nav div p {
    margin: 0;
  }
  #footer .nav .content nav div p a {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 2;
  }
  #footer .nav .content nav div ul {
    list-style: none;
    margin: 0 0 0 5px;
    padding: 0 0 0 5px;
    border-left: solid 1px #17438C;
  }
  #footer .nav .content nav div ul li a {
    font-size: 1.3rem;
  }
  #footer .info {
    background: #17438C;
    color: #ffffff;
  }
  #footer .info .content p {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
  }

  #sp-mv {
    padding-top: calc(63px + 3.721vw);
  }
  #sp-mv > div {
    position: relative;
    padding: 3.488vw 8.139vw;
  }
  #sp-mv > div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 84.5%;
    background: linear-gradient(111deg, #16438c 0%, #738f9d 100%);
  }
  #sp-mv > div h2 {
    margin: -7.209vw 0 0;
    padding: 0.3em 0;
    color: #ffffff;
    font-size: 5.581vw;
    font-weight: 700;
    letter-spacing: 0.03em;
  }
  #sp-mv > div > div {
    display: flex;
    justify-content: space-between;
  }
  #sp-mv > div > div > div {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.4, 0.4, 0, 1) 300ms;
  }
  #sp-mv > div > div > div img {
    width: 23.95vw;
  }
  #sp-mv > div > div:nth-of-type(1) > div:nth-of-type(1) {
    transform: translate(0, -20vw);
  }
  #sp-mv > div > div:nth-of-type(1) > div:nth-of-type(2) {
    margin-top: -7.209vw;
    transform: translate(0, 20vw);
  }
  #sp-mv > div > div:nth-of-type(1) > div:nth-of-type(3) {
    margin-top: 7.209vw;
    transform: translate(0, 30vw);
  }
  #sp-mv > div > div:nth-of-type(2) > div:nth-of-type(1) {
    transform: translate(0, -20vw);
  }
  #sp-mv > div > div:nth-of-type(2) > div:nth-of-type(2) {
    margin-top: 6.279vw;
    transform: translate(0, -20vw);
  }
  #sp-mv > div > div:nth-of-type(2) > div:nth-of-type(3) {
    transform: translate(0, 20vw);
    transition-delay: 300ms;
  }
  #sp-mv.active > div > div > div {
    opacity: 1;
    transform: translate(0, 0) !important;
  }

  #content > section {
    padding: 50px 0;
  }
  #content > section .row2 {
    display: block;
  }
  #content > section .row2 > div {
    width: auto;
  }
  #content > section .row3 {
    display: block;
  }
  #content > section .row3 > div {
    width: auto;
  }
  #content > section .row3 > div:nth-of-type(2) {
    width: auto;
  }
  #content > section h3 {
    margin: 0 0 40px;
    font-size: 2.8rem;
  }
  #content > section h3 span:nth-of-type(2) {
    margin-top: 0.5em;
    font-size: 1.8rem;
  }
  #content > section p {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5625;
  }
  #content > section p.catch {
    margin: 0 0 20px;
    font-size: 2.2rem;
    line-height: 1.625;
    letter-spacing: 0;
    text-align: center;
  }
  #content > section#about-us {
    margin-top: -7.209vw;
  }
  #content > section#about-us h3 {
    opacity: 1;
    transform: none;
  }
  #content > section#about-us .row2 > div:nth-of-type(1) {
    padding-right: 0;
  }
  #content > section#about-us .row2 .images {
    display: flex;
    margin: 30px 0 70px;
  }
  #content > section#about-us .row2 .images > div {
    padding-left: 10px;
  }
  #content > section#about-us .row2 .images > div:nth-of-type(1) {
    padding-left: 0;
  }
  #content > section#business .row2 > div:nth-of-type(1) {
    padding-right: 0;
  }
  #content > section#business .row2:nth-of-type(1) .image {
    margin-top: 30px;
  }
  #content > section#business .row2:nth-of-type(1) .image img {
    width: 311px;
  }
  #content > section#business .row2:nth-of-type(2) {
    margin-top: 30px;
  }
  #content > section#business .row2:nth-of-type(2) ul li a > span:nth-of-type(1) span {
    font-size: 2rem;
  }
  #content > section#business .row2:nth-of-type(2) ul li a > span:nth-of-type(1) span:nth-of-type(1) {
    font-size: 1.4rem;
  }
  #content > section#business .row2:nth-of-type(2) ul li a > span:nth-of-type(2) {
    width: 66px;
    height: 29px;
    border-radius: 10px;
  }
  #content > section#business .row2:nth-of-type(2) ul li a > span:nth-of-type(2)::before {
    width: 36px;
  }
  #content > section#business .row2:nth-of-type(2) ul li a > span:nth-of-type(2)::after {
    width: 8px;
  }
  #content > section#business .row2:nth-of-type(2) ul li a:hover > span:nth-of-type(1) {
    transform: translate(20px, 0);
  }
  #content > section#business .row2:nth-of-type(2) ul li a:hover > span:nth-of-type(2) {
    background: #ffffff;
  }
  #content > section#business .row2:nth-of-type(2) .btn {
    margin: 40px auto 40px;
  }
  #content > section#business .row2:nth-of-type(2) .btn a {
    margin-left: auto;
  }
  #content > section#note ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  #content > section#note ul li {
    width: auto;
    margin: 60px 0 0;
  }
  #content > section#note ul li a {
    display: flex;
  }
  #content > section#note ul li a div {
    flex-shrink: 0;
    width: 146px;
    border-radius: 12px;
  }
  #content > section#note ul li a p {
    flex: 1;
    margin: 0 0 0 15px;
  }
  #content > section#note ul li a p span {
    font-size: 1.9rem;
  }
  #content > section#note ul li a p span:nth-of-type(1) {
    font-size: 1.7rem;
  }
  #content > section#note ul li a p span:nth-of-type(2) {
    margin-top: 5px;
    line-height: 1.4;
  }
  #content > section#note .btn {
    margin-top: 50px;
  }
  #content > section#note .btn a {
    margin: 0 auto;
  }
  #content > section#news {
    padding-top: 30px;
  }
  #content > section#news ul li {
    display: block;
    padding: 20px 16px;
  }
  #content > section#news ul li p {
    font-size: 1.8rem;
  }
  #content > section#news ul li p:nth-of-type(1) {
    width: auto;
    padding-left: 0;
    font-size: 1.7rem;
  }
  #content > section#news ul li p:nth-of-type(2) {
    flex: 1;
  }
  #content > section#news .btn {
    margin-top: 50px;
  }
  #content > section#recruit .info {
    padding: 15px 0 35px;
  }
  #content > section#recruit .info h3 {
    text-align: center;
  }
  #content > section#recruit .info .row2 > div:nth-of-type(1) .images {
    justify-content: center;
    padding: 0;
  }
  #content > section#recruit .info .row2 > div:nth-of-type(1) .images > div {
    width: 35%;
    margin: 0 5%;
  }
  #content > section#recruit .info .row2 > div:nth-of-type(1) .images > div:nth-of-type(1) {
    margin-top: -10%;
  }
  #content > section#recruit .info .row2 > div:nth-of-type(2) {
    margin-top: 30px;
    padding-left: 0;
  }
  #content > section#recruit .info .row2 > div:nth-of-type(2) p {
    margin-top: -10px;
  }
  #content > section#recruit .info .row2 > div:nth-of-type(2) .btn {
    margin-top: 20px;
  }
  #content > section#recruit .image-scroll .swiper-wrapper .swiper-slide {
    width: 40% !important;
  }
}
@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/
 * * ========================================================================== */