@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap");
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

@font-face {
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsround/v79/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2) format("woff2");
}
html {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.5;
  height: 100%;
}

html:focus-within {
  scroll-behavior: smooth;
}

html.scroll-lock,
body.scroll-lock {
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
}

header {
  width: 100%;
}

main {
  width: 100%;
}

footer {
  width: 100%;
}

a {
  color: #023682;
  text-decoration: none;
}
a[name] {
  position: relative;
  top: -50px;
}
a:hover {
  text-decoration: underline;
}

nav ul {
  display: flex;
  flex-direction: row;
}
nav ul li {
  list-style: none;
}

img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

article {
  max-width: 850px;
  margin: auto;
  position: relative;
  font-size: 1.1rem;
  line-height: 2em;
}

section {
  padding: 2rem 0;
}

.dummy-image {
  background-image: url(../img/dummy-image.jpg);
  background-position: center;
  background-size: cover;
  min-height: 100px;
  width: 100%;
}

table {
  border-collapse: collapse;
}

::-moz-placeholder {
  color: #bbb;
}

::placeholder {
  color: #bbb;
}

form :invalid.error,
form :invalid:focus {
  border: 1px solid #D2002D !important;
  outline: 0;
}

body {
  height: auto;
  overflow: hidden;
}

header .navbar {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
  display: flex;
  width: 100%;
  z-index: 1001;
}
@media screen and (max-width: 540px) {
  header .navbar {
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    display: flex;
    align-items: center;
    background-image: url(/img/background.jpg);
  }
}
header .navbar .logo {
  width: 30%;
  text-align: center;
  padding: 1em;
  flex: 0 0 30%;
}
header .navbar .logo img {
  width: 100%;
  max-width: 350px;
  margin: auto;
  padding: 0 1rem;
  min-width: 280px;
}
@media screen and (max-width: 850px) {
  header .navbar .logo img {
    min-width: 250px;
    max-width: 30vw;
  }
}
@media screen and (max-width: 540px) {
  header .navbar .logo img {
    max-width: 50vw;
  }
}
@media screen and (max-width: 850px) {
  header .navbar .logo {
    width: auto;
    padding: 0.3em;
    padding-top: 0.5rem;
    flex: 0 0 auto;
    max-width: 50vw;
  }
}
header .navbar .drawer {
  flex: 1 1 auto;
  text-align: right;
  justify-self: right;
}
@media screen and (max-width: 540px) {
  header .navbar .drawer {
    margin-top: -60px;
  }
}
@media screen and (max-width: 540px) {
  header nav {
    position: absolute;
    height: 100vh;
    width: 50vw;
    left: 100vw;
  }
}
header nav ul {
  justify-content: flex-end;
  margin-right: 2em;
}
@media screen and (max-width: 540px) {
  header nav ul {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 60px;
    width: 50vw;
    height: 100%;
    transition: 0.5s ease;
    /*滑らかに表示*/
    transform: translateX(0);
    background-image: url(/img/background.jpg);
    color: #ffffff;
    border: 1px solid #E4D1B0;
  }
}
header nav ul li {
  flex: 0 0 6em;
  height: 6em;
}
@media screen and (max-width: 540px) {
  header nav ul li {
    flex: 0 0 auto;
    height: 3em;
    left: 0;
    background-color: white;
    border-bottom: 1px solid #E4D1B0;
  }
}
header nav ul li:first-child {
  border-left: 1px solid #ffffff;
}
@media screen and (max-width: 540px) {
  header nav ul li:first-child {
    border-left: 0px solid #E4D1B0;
  }
}
header nav ul li.active {
  background-color: rgba(255, 255, 255, 0.271);
  text-decoration: none;
}
@media screen and (max-width: 540px) {
  header nav ul li.active {
    background-color: rgba(255, 255, 255, 0.6);
  }
}
header nav ul li a {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  border-right: 1px solid #ffffff;
}
header nav ul li a:hover {
  background-color: rgba(255, 255, 255, 0.271);
  text-decoration: none;
}
@media screen and (max-width: 540px) {
  header nav ul li a {
    color: #231815;
    border-right: 1px solid #E4D1B0;
  }
}

.header {
  width: 100%;
  padding: 0;
  min-height: 24em;
  height: 70vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .header {
    height: 50vh;
  }
}
@media screen and (max-width: 540px) {
  .header {
    min-height: 12em;
    margin-top: 60px;
    height: 40vh;
  }
}
.header.home {
  width: 100vw;
  height: 100vh !important;
}
.header .page-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  max-height: 100%;
}
@media screen and (max-width: 540px) {
  .header .page-header {
    position: relative;
    flex-direction: column;
  }
}
.header .page-header .first {
  flex: 0 0 30%;
  background-image: url(/img/background.jpg);
}
@media screen and (max-width: 540px) {
  .header .page-header .first {
    width: 100vw;
    flex: 0 0 auto;
  }
}
.header .page-header .first .page-title {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 540px) {
  .header .page-header .first .page-title {
    justify-content: start;
    align-items: center;
  }
}
.header .page-header .first .page-title .title-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 540px) {
  .header .page-header .first .page-title .title-text {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
}
.header .page-header .first .page-title .title-text .page-name {
  font-family: "Roboto Condensed", sans-serif;
  opacity: 0.25;
  font-size: 4.2rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 540px) {
  .header .page-header .first .page-title .title-text .page-name {
    padding: 0 1rem;
    font-size: 2rem;
    letter-spacing: 2px;
  }
}
.header .page-header .first .page-title .title-text h2 {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: normal;
}
@media screen and (max-width: 540px) {
  .header .page-header .first .page-title .title-text h2 {
    font-size: 0.9rem;
    letter-spacing: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.header .page-header .second {
  flex: 1 1 auto;
}
@media screen and (max-width: 540px) {
  .header .page-header .second {
    height: calc(40vh - 48px);
  }
}
.header .page-header .second img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (max-width: 540px) {
  .header .page-header .second img {
    -o-object-position: center 30%;
       object-position: center 30%;
  }
}

@media screen and (max-width: 540px) {
  .header.home {
    margin-top: 0px;
  }
}
.header.home .navbar {
  background-color: transparent;
}
@media screen and (max-width: 540px) {
  .header.home .navbar.nav-bg {
    background-image: url(/img/background.jpg);
  }
}
@media screen and (max-width: 540px) {
  .header.home .navbar {
    background: none;
  }
}
.header.home .page-header {
  max-height: 100vh !important;
}
@media screen and (max-width: 540px) {
  .header.home .page-header {
    position: absolute;
  }
}
.header.home .btn-burger .icon {
  background-color: white;
}

.header-short {
  min-height: 200px;
  background-image: url(/img/background.jpg);
}
@media screen and (max-width: 540px) {
  .header-short {
    margin-top: 60px;
    min-height: 50px;
    max-height: 100px;
  }
}
.header-short .navbar li:first-child {
  border-left: 1px solid #231815;
}
@media screen and (max-width: 540px) {
  .header-short .navbar li:first-child {
    border-left: 1px solid #E4D1B0;
  }
}
.header-short .navbar li a {
  color: #231815;
  border-right: 1px solid #231815;
}
@media screen and (max-width: 540px) {
  .header-short .navbar li a {
    border-right: 1px solid #E4D1B0;
  }
}
.header-short .page-header {
  height: 200px;
  width: 80vw;
  max-width: 850px;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
@media screen and (max-width: 850px) {
  .header-short .page-header {
    width: 90vw;
  }
}
@media screen and (max-width: 540px) {
  .header-short .page-header {
    height: auto;
    align-items: start;
    justify-content: space-between;
  }
}
.header-short .page-header .page-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #231815;
  line-height: 4rem;
  letter-spacing: 10px;
}
@media screen and (max-width: 540px) {
  .header-short .page-header .page-title {
    text-align: left;
    font-size: 1.5rem;
    letter-spacing: 2px;
    flex: 1;
  }
}
.header-short .page-header .page-name {
  text-align: right;
  font-size: 4rem;
  color: white;
  opacity: 0.9;
}
@media screen and (max-width: 540px) {
  .header-short .page-header .page-name {
    opacity: 0.7;
    font-size: 2rem;
    letter-spacing: 5px;
    flex: 0;
  }
}

.header-thin {
  min-height: 90px;
  background-image: url(/img/background.jpg);
}

/*ハンバーガーアイコン*/
.btn-burger {
  display: none;
}
@media screen and (max-width: 540px) {
  .btn-burger {
    cursor: pointer;
    display: block;
    width: 56px;
    height: 60px;
    position: absolute;
    right: 10px;
    z-index: 1002;
  }
}

/*ハンバーガーアイコンを作る三本線*/
.icon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /*線の太さ*/
  height: 3px;
  /*線の長さ*/
  width: 32px;
  background-color: #777;
  border-radius: 2px;
  display: block;
  content: "";
  cursor: pointer;
  margin: auto;
}

/*三本線の間隔*/
.icon:nth-child(1) {
  top: 20px;
}

.icon:nth-child(3) {
  top: -20px;
}

/*チェックボックス非表示*/
.nav-toggle {
  display: none;
}

/*アイコンをクリックしたら*/
.nav-toggle:checked ~ .btn-burger .icon:nth-child(1) {
  transform: rotate(-45deg);
  top: 0;
}

.nav-toggle:checked ~ .btn-burger .icon:nth-child(2) {
  background: transparent;
}

.nav-toggle:checked ~ .btn-burger .icon:nth-child(3) {
  transform: rotate(45deg);
  top: 0;
}

.menu-close {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: none;
}

.nav-toggle:checked ~ .menu-close {
  display: block;
}

.icon {
  transition: all 0.8s;
}

.nav-toggle:checked ~ nav ul {
  transform: translateX(-50vw);
  -webkit-transform: translateX(-50vw);
}

footer {
  background-image: url(/img/background.jpg);
  position: -webkit-sticky;
  position: sticky;
  top: 100vh;
  width: 100%;
  padding: 2em;
  min-height: 12em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  footer {
    flex-direction: column;
    min-height: auto;
    padding: 1em;
    font-size: small;
  }
}
footer > div {
  padding: 1em;
  font-size: small;
}
@media screen and (max-width: 850px) {
  footer > div {
    text-align: center;
    justify-content: center;
    font-size: xx-small;
  }
}
@media screen and (max-width: 850px) {
  footer nav ul {
    justify-content: center;
  }
}
footer nav ul li {
  border-right: 1px solid #231815;
}
footer nav ul li:first-child {
  border-left: 1px solid #231815;
}
footer nav ul li a {
  color: #231815;
  padding: 1em;
}
@media screen and (max-width: 850px) {
  footer nav ul li a {
    padding: 0.5em;
  }
}
footer nav ul li a:hover {
  text-decoration: none;
}

.footer-thin {
  text-align: right;
  min-height: 2em;
  padding: 1em;
  justify-content: end;
}

.container {
  width: 80vw;
  max-width: 850px;
  margin: auto;
}
@media screen and (max-width: 850px) {
  .container {
    width: 90vw;
  }
}

.content {
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 540px) {
  .content {
    min-height: calc(100vh - 60px);
  }
}
.content.show {
  opacity: 1;
  visibility: visible;
}

.loading {
  z-index: 3000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  transition: all 1s;
  opacity: 1;
  visibility: visible;
}
.loading.hide {
  opacity: 0;
  visibility: hidden;
}

table.company {
  border-collapse: collapse;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 540px) {
  table.company {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-top: 1px solid #ddd;
  }
}
table.company th {
  font-weight: normal;
  border: 1px solid #ddd;
  background-color: #f0f0f0;
  padding: 0.7rem 2rem;
  width: 8.5rem;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: distribute;
}
@media screen and (max-width: 540px) {
  table.company th {
    display: block;
    padding: 0.7rem 1rem;
    text-align: left;
    -moz-text-align-last: left;
         text-align-last: left;
    width: 100%;
    border-top: none;
    border-bottom: none;
  }
}
table.company td {
  font-weight: normal;
  border: 1px solid #ddd;
  padding: 0.7rem 3rem;
}
table.company td .flex-row > div:nth-child(2) {
  margin-left: 1rem;
}
@media screen and (max-width: 540px) {
  table.company td {
    display: block;
    padding: 0.7rem 1rem;
  }
  table.company td .sp-flex {
    flex-direction: column;
  }
  table.company td .sp-flex > div:nth-child(2) {
    margin-bottom: 1rem;
  }
}

.flex {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.text-center {
  text-align: center;
  margin: auto;
}

.hidden {
  display: none;
}

.invisible {
  font-size: 0;
  visibility: hidden;
}

.corporate {
  margin: auto;
  position: relative;
  text-align: center;
  top: -20px;
}
.corporate .title {
  font-size: 2em;
  margin-bottom: 2rem;
  font-weight: normal;
  letter-spacing: 2px;
}
.corporate .copy {
  font-size: 1.6em;
  line-height: 3em;
}

.greeting {
  max-width: 850px;
  margin: auto;
  position: relative;
  font-size: 1.1rem;
  line-height: 2em;
}
.greeting h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: normal;
  letter-spacing: 2px;
}
.greeting .pres {
  margin-top: 2rem;
  margin-right: 0;
  margin-left: auto;
  width: 200px;
}

/*アニメーションの開始から終了までを指定する*/
@-webkit-keyframes fadeInAnime {
  to {
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutAnime {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOutAnime {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes slideInFromTopAnime {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInFromTopAnime {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInFromLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInFromLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes moveUp1Anime {
  0% {
    transform: scale(1.1) translateX(-50px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
}
@keyframes moveUp1Anime {
  0% {
    transform: scale(1.1) translateX(-50px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes moveUp2Anime {
  0% {
    transform: scale(1.1) translateX(50px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
}
@keyframes moveUp2Anime {
  0% {
    transform: scale(1.1) translateX(50px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes moveUp3Anime {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 1;
  }
}
@keyframes moveUp3Anime {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 1;
  }
}
@-webkit-keyframes blurInAnime {
  100% {
    filter: blur(0);
  }
}
@keyframes blurInAnime {
  100% {
    filter: blur(0);
  }
}
@-webkit-keyframes blurTextInAnime {
  0% {
    opacity: 0;
    filter: blur(15px);
    transform: scale(1.3) translateX(50px);
  }
  50% {
    opacity: 1;
    filter: blur(15px);
    transform: scale(1) translateX(0px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1) translateX(0px);
  }
}
@keyframes blurTextInAnime {
  0% {
    opacity: 0;
    filter: blur(15px);
    transform: scale(1.3) translateX(50px);
  }
  50% {
    opacity: 1;
    filter: blur(15px);
    transform: scale(1) translateX(0px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1) translateX(0px);
  }
}
@-webkit-keyframes slideLefttoRightAnime {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(120%);
  }
}
@keyframes slideLefttoRightAnime {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(120%);
  }
}
#anime {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
#anime img {
  position: absolute;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
#anime .anime-text {
  position: absolute;
  opacity: 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#anime .vertical-text {
  line-height: 1.2em;
}
#anime .anime1 {
  -webkit-animation: fadeOutAnime 1s ease 7s forwards;
          animation: fadeOutAnime 1s ease 7s forwards;
}
#anime .anime1 .anime-text {
  font-size: 2em;
  text-align: center;
  width: 100%;
  top: 35vh;
  -webkit-animation: fadeInAnime 1s ease-in-out 3s forwards;
          animation: fadeInAnime 1s ease-in-out 3s forwards;
}
@media screen and (max-width: 540px) {
  #anime .anime1 .anime-text {
    width: 90%;
    font-size: 6vw;
    left: 5%;
  }
}
#anime .anime1 .anime-text span {
  opacity: 0;
  display: inline-block;
  filter: blur(10px);
  padding: 0;
  margin: 0;
}
#anime .anime1 .anime-text span:nth-child(1) {
  -webkit-animation: blurTextInAnime 0.5s linear 3s forwards;
          animation: blurTextInAnime 0.5s linear 3s forwards;
}
#anime .anime1 .anime-text span:nth-child(2) {
  -webkit-animation: blurTextInAnime 0.5s linear 3.1s forwards;
          animation: blurTextInAnime 0.5s linear 3.1s forwards;
}
#anime .anime1 .anime-text span:nth-child(3) {
  -webkit-animation: blurTextInAnime 0.5s linear 3.2s forwards;
          animation: blurTextInAnime 0.5s linear 3.2s forwards;
}
#anime .anime1 .anime-text span:nth-child(4) {
  -webkit-animation: blurTextInAnime 0.5s linear 3.3s forwards;
          animation: blurTextInAnime 0.5s linear 3.3s forwards;
}
#anime .anime1 .anime-text span:nth-child(5) {
  -webkit-animation: blurTextInAnime 0.5s linear 3.4s forwards;
          animation: blurTextInAnime 0.5s linear 3.4s forwards;
}
#anime .anime1 .anime-text span:nth-child(6) {
  -webkit-animation: blurTextInAnime 0.5s linear 3.5s forwards;
          animation: blurTextInAnime 0.5s linear 3.5s forwards;
}
#anime .anime1 .anime-text span:nth-child(7) {
  -webkit-animation: blurTextInAnime 0.5s linear 3.6s forwards;
          animation: blurTextInAnime 0.5s linear 3.6s forwards;
}
#anime .anime1 .anime-text span:nth-child(8) {
  -webkit-animation: blurTextInAnime 0.5s linear 3.7s forwards;
          animation: blurTextInAnime 0.5s linear 3.7s forwards;
}
#anime .anime1 .anime-text span:nth-child(9) {
  -webkit-animation: blurTextInAnime 0.5s linear 3.8s forwards;
          animation: blurTextInAnime 0.5s linear 3.8s forwards;
}
#anime .anime1 .anime-text span:nth-child(10) {
  -webkit-animation: blurTextInAnime 0.5s linear 3.9s forwards;
          animation: blurTextInAnime 0.5s linear 3.9s forwards;
}
#anime .anime1 .anime-text span:nth-child(11) {
  -webkit-animation: blurTextInAnime 0.5s linear 4s forwards;
          animation: blurTextInAnime 0.5s linear 4s forwards;
}
#anime .anime1 img {
  width: 212px;
  height: 137px;
  -o-object-fit: none;
     object-fit: none;
  top: 40vh;
  left: calc(50vw - 106px);
  margin-top: 2rem;
  filter: blur(10px);
  -webkit-animation: fadeInAnime 3s ease 0s forwards, blurInAnime 1s ease 1s forwards;
          animation: fadeInAnime 3s ease 0s forwards, blurInAnime 1s ease 1s forwards;
}
#anime .anime2 {
  -webkit-animation: fadeOutAnime 2s ease 13s forwards;
          animation: fadeOutAnime 2s ease 13s forwards;
}
#anime .anime2 .anime-text {
  color: white;
  font-size: 1.5em;
  letter-spacing: 2px;
  top: calc(50vh - 8em);
  left: 75vw;
  -webkit-animation: fadeInAnime 1s ease-in-out 8s forwards;
          animation: fadeInAnime 1s ease-in-out 8s forwards;
}
#anime .anime2 img {
  -o-object-position: 40% top;
     object-position: 40% top;
  width: calc(100% + 50px);
  -webkit-animation: moveUp1Anime 6s linear 7s forwards;
          animation: moveUp1Anime 6s linear 7s forwards;
}
#anime .anime3 {
  -webkit-animation: fadeOutAnime 2s ease 20s forwards;
          animation: fadeOutAnime 2s ease 20s forwards;
}
#anime .anime3 .anime-text {
  font-size: 1.5em;
  letter-spacing: 2px;
  top: 30vh;
  left: 15vw;
  -webkit-animation: fadeInAnime 1s ease-in-out 14s forwards;
          animation: fadeInAnime 1s ease-in-out 14s forwards;
}
@media screen and (max-width: 850px) {
  #anime .anime3 .anime-text {
    top: 25vh;
    left: 10vw;
    text-shadow: white 0 0 10px;
    font-weight: 600;
  }
}
@media screen and (max-width: 540px) {
  #anime .anime3 .anime-text {
    top: 15vh;
    left: 5vw;
    text-shadow: white 0 0 10px;
    font-weight: 600;
  }
}
#anime .anime3 img {
  -o-object-position: 60% top;
     object-position: 60% top;
  width: calc(100% + 50px);
  margin-left: -50px;
  -webkit-animation: moveUp2Anime 7s linear 13s forwards;
          animation: moveUp2Anime 7s linear 13s forwards;
}
#anime .anime4 {
  -webkit-animation: fadeOutAnime 2s ease 26s forwards;
          animation: fadeOutAnime 2s ease 26s forwards;
}
#anime .anime4 .anime-text {
  color: white;
  font-size: 1.5em;
  letter-spacing: 2px;
  top: calc(50vh - 5em);
  width: 100%;
  text-align: center;
  -webkit-animation: fadeInAnime 1s ease-in-out 21s forwards;
          animation: fadeInAnime 1s ease-in-out 21s forwards;
}
#anime .anime4 img {
  -webkit-animation: moveUp3Anime 7s linear 20s forwards;
          animation: moveUp3Anime 7s linear 20s forwards;
}
#anime .anime5 {
  -webkit-animation: fadeOutAnime 2s ease 29s forwards;
          animation: fadeOutAnime 2s ease 29s forwards;
}
#anime .anime5 img {
  width: 360px;
  height: auto;
  -o-object-fit: none;
     object-fit: none;
  top: 45vh;
  left: calc(50vw - 180px);
  -webkit-animation: fadeInAnime 2s ease 27s forwards;
          animation: fadeInAnime 2s ease 27s forwards;
}
#anime .anime6 img {
  -webkit-animation: fadeInAnime 2s ease 31s forwards;
          animation: fadeInAnime 2s ease 31s forwards;
}
@media screen and (max-width: 850px) {
  #anime .anime6 img {
    -o-object-position: 65% top;
       object-position: 65% top;
  }
}
@media screen and (max-width: 540px) {
  #anime .anime6 img {
    -o-object-position: 59% top;
       object-position: 59% top;
  }
}

.show-deray {
  opacity: 0;
  -webkit-animation: fadeInAnime 1s ease 32s forwards;
          animation: fadeInAnime 1s ease 32s forwards;
}

.wrapper {
  position: relative;
  max-width: 100vw;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
}
.wrapper .marquee-anim {
  transition: all 0.3s;
  opacity: 1;
  -webkit-animation: marquee 30s linear infinite;
          animation: marquee 30s linear infinite;
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  transform: translate(-50%, 0%);
  white-space: nowrap;
  margin-top: -1rem;
}
@-webkit-keyframes marquee {
  0% {
    transform: translate(-40%, 0%);
  }
  100% {
    transform: translate(-60%, 0%);
  }
}
@keyframes marquee {
  0% {
    transform: translate(-40%, 0%);
  }
  100% {
    transform: translate(-60%, 0%);
  }
}
.wrapper .marquee-inline {
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  font-size: 5rem;
  font-weight: normal;
  white-space: nowrap;
  color: #efefef;
  text-align: center;
  white-space: nowrap;
}

.scroll-down {
  position: absolute;
  top: calc(100vh - 100px);
  left: calc(100vw - 80px);
  opacity: 1;
  -webkit-animation: fadeIn 0.5 ease 32s forwards;
          animation: fadeIn 0.5 ease 32s forwards;
}
@media screen and (max-width: 540px) {
  .scroll-down {
    top: 80vh;
  }
}
.scroll-down .chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  -webkit-animation: move 6s ease-out 33s infinite;
          animation: move 6s ease-out 33s infinite;
}
.scroll-down .chevron:first-child {
  -webkit-animation: move 6s ease-out 35s infinite;
          animation: move 6s ease-out 35s infinite;
}
.scroll-down .chevron:nth-child(2) {
  -webkit-animation: move 6s ease-out 37s infinite;
          animation: move 6s ease-out 37s infinite;
}
.scroll-down .chevron:before,
.scroll-down .chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
  border-bottom: 1px solid #333;
}
.scroll-down .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
.scroll-down .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
.scroll-down .fixed-chevron {
  transform: translateY(40px);
  opacity: 1;
  -webkit-animation: fadeOutAnime 1s ease-out 20s forwards;
          animation: fadeOutAnime 1s ease-out 20s forwards;
}
@-webkit-keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.scroll-down .text {
  display: inline-block;
  margin-top: 75px;
  margin-left: -45px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  background-color: #231815;
  border-radius: 10px;
  padding: 0 15px;
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

main.recruit {
  margin-top: 3rem;
  margin-bottom: 3rem;
  max-width: 850px;
}
main.recruit .catchcopy {
  margin-bottom: 2rem;
  color: #098EF1;
  font-weight: bold;
  font-size: 2rem;
  text-align: right;
}
@media screen and (max-width: 540px) {
  main.recruit .catchcopy {
    font-size: 1.2rem;
  }
}
main.recruit .catchcopy .large {
  font-size: 3rem;
  text-align: left !important;
  margin-bottom: 1rem;
}
@media screen and (max-width: 540px) {
  main.recruit .catchcopy .large {
    font-size: 1.8rem;
  }
}
main.recruit .catchcopy .large span {
  background: linear-gradient(transparent 70%, rgba(9, 140, 241, 0.1333333333) 0%);
  padding: 0.5rem 1rem;
}
main.recruit .lead {
  padding: 1rem;
}
main.recruit .member-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin: 2rem auto;
  background-color: #098EF1;
  color: white;
  padding: 0.5rem 2rem;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 540px) {
  main.recruit .member-link {
    width: 100%;
    flex-direction: row;
    flex: 1;
    padding: 0;
  }
}
main.recruit .member-link:hover .bg {
  opacity: 0.4;
}
main.recruit .member-link .bg {
  opacity: 0.15;
  font-weight: normal;
  font-size: 4rem;
  letter-spacing: 3px;
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (max-width: 540px) {
  main.recruit .member-link .bg {
    align-self: start;
    font-size: 2.5rem;
    padding-left: 5px;
  }
}
main.recruit .member-link .text {
  letter-spacing: 3px;
}
@media screen and (max-width: 540px) {
  main.recruit .member-link .text {
    font-size: 1.8rem;
  }
}
main.recruit .member-link .small {
  font-size: 1rem;
  vertical-align: middle;
  padding-left: 0.5rem;
}
@media screen and (max-width: 540px) {
  main.recruit .member-link .small {
    font-size: 0.8rem;
    padding-right: 5px;
  }
}
main.recruit .member-link:hover {
  text-decoration: none;
}
main.recruit .recruit-info {
  margin: 2rem 0;
  padding: 1rem;
  width: 100%;
  line-height: 1.8rem;
}
@media screen and (max-width: 540px) {
  main.recruit .recruit-info {
    padding: 0;
  }
}
main.recruit .recruit-info .recruit-info-header {
  width: 100%;
  background-color: #023682;
  color: #ffffff;
  text-align: center;
  padding: 0.5rem;
  font-size: 1.5rem;
}
main.recruit .recruit-info .recruit-info-target {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  color: #023682;
  text-align: center;
  font-size: 1.3rem;
  padding: 0.5rem;
}
@media screen and (max-width: 540px) {
  main.recruit .recruit-info .recruit-info-target {
    font-size: 1.1rem;
  }
}
main.recruit .recruit-info .recruit-info-target div {
  display: inline-block;
  text-align: left;
  margin: auto;
}
main.recruit .recruit-info .recruite-info-content {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
main.recruit .recruit-info .recruite-info-content .row {
  display: flex;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 540px) {
  main.recruit .recruit-info .recruite-info-content .row {
    flex-direction: column;
  }
}
main.recruit .recruit-info .recruite-info-content .row .item-title {
  max-width: 8rem;
  border-right: 1px solid #ddd;
  padding: 0.7rem 2rem;
  color: #023682;
  font-weight: bold;
  background-color: #f6f6f6;
  min-width: 9rem;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: distribute;
}
@media screen and (max-width: 540px) {
  main.recruit .recruit-info .recruite-info-content .row .item-title {
    max-width: 100%;
    border-right: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: left;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
main.recruit .recruit-info .recruite-info-content .row .item-detail {
  padding: 0.7rem 2rem;
  width: 100%;
}
main.recruit .recruit-info .recruite-info-content .row .item-detail table {
  font-size: 0.75rem;
  border-collapse: collapse;
  border: 1px solid #999;
  line-height: 0.75rem;
}
main.recruit .recruit-info .recruite-info-content .row .item-detail table th {
  background-color: #D9D9D9;
  font-weight: normal;
  text-align: center;
  padding: 5px;
  border: 1px solid #999;
}
main.recruit .recruit-info .recruite-info-content .row .item-detail table th.r {
  text-align: right;
}
main.recruit .recruit-info .recruite-info-content .row .item-detail table td {
  border-right: 1px solid #999;
  text-align: center;
}
main.recruit .recruit-info .recruite-info-content .row .item-detail table .no-border-top {
  border-top: none !important;
}
main.recruit .recruit-info .recruite-info-content .row .item-detail table .no-border-bottom {
  border-bottom: none;
}
main.recruit .recruit-info .recruite-info-content .row .item-detail table.sa {
  width: 100%;
}
main.recruit .recruit-info .recruite-info-content .row .item-detail table.sa * {
  font-size: 1rem;
}
main.recruit .recruit-info .recruite-info-content .row .item-detail table.sa td, main.recruit .recruit-info .recruite-info-content .row .item-detail table.sa th {
  border: 1px solid #ddd;
  padding: 0.7em 0.5em;
  line-height: 1.2rem;
  text-align: left;
  vertical-align: top;
}
main.recruit .recruit-info .recruite-info-content .row .item-detail table.sa th {
  background-color: #f6f6f6;
  text-align: center;
  vertical-align: middle;
}
main.recruit .recruit-info .recruite-info-content .row .item-detail table.sa .text-right {
  text-align: right;
}
main.recruit .recruit-info .recruite-info-content .row .item-detail table.sa small {
  font-size: 0.8rem;
}
main.recruit .recruit-info .recruite-info-content .row .item-detail table.sa .strong {
  font-weight: 500;
  color: #098EF1;
}
main.recruit .recruit-info .recruite-info-content .row .item-detail ol {
  list-style-type: none;
  counter-reset: number;
  margin-bottom: 1rem;
}
main.recruit .recruit-info .recruite-info-content .row .item-detail ol li {
  position: relative;
}
main.recruit .recruit-info .recruite-info-content .row .item-detail ol li::before {
  content: counter(number);
  counter-increment: number;
  padding: 0 0.2em;
  margin-right: 0.5rem;
  border: 1px solid #000;
  border-radius: 1rem;
  max-width: 1rem;
}

.entry-button {
  display: block;
  border-radius: 10px;
  width: 40%;
  min-width: 350px;
  background-color: #D2002D;
  font-size: 1.8rem;
  letter-spacing: 3px;
  color: white;
  margin: auto;
  text-align: center;
  padding: 0.5rem 2rem;
  color: #faddde;
  border: solid 1px #980c10;
  background: #d81b21;
  background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.entry-button.small {
  width: 300px;
  font-size: 1.3rem;
}
.entry-button:hover {
  text-decoration: none;
  background: #b61318;
  background: -moz-linear-gradient(top, #c9151b, #a11115);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c9151b", endColorstr="#a11115");
}

@media screen and (max-width: 540px) {
  .entry-form {
    width: 100vw;
  }
}
.entry-form .header {
  padding: 2rem 0 5rem;
  max-width: 650px;
  font-size: 1.2em;
  min-height: 0;
  height: auto;
}
@media screen and (max-width: 540px) {
  .entry-form .header {
    padding: 2rem 0;
    font-size: 0.9em;
  }
}
.entry-form .header h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 2rem;
}
@media screen and (max-width: 540px) {
  .entry-form .header h1 {
    margin: 2rem 0;
    font-size: 1.6em;
  }
}
.entry-form .form-group {
  margin-bottom: 2rem;
}
.entry-form .col-form-label {
  font-size: 90%;
  font-weight: bold;
  display: block;
}
.entry-form .form-check-inline {
  margin: 0.5rem;
}
.entry-form select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
@media screen and (max-width: 540px) {
  .entry-form .experience .col-form-label {
    margin-top: 0;
  }
  .entry-form .experience .type {
    padding-left: 2em;
  }
  .entry-form .experience .exyear {
    padding-left: 2em;
  }
  .entry-form .experience .noexperience {
    margin-top: 1rem;
  }
}
.entry-form .policy {
  border: 1px solid #D9D9D9;
  height: 12rem;
  padding: 1em;
  overflow-y: scroll;
}
.entry-form .policy h3 {
  font-size: 140%;
}
.entry-form .policy::-webkit-scrollbar {
  width: 12px;
}
.entry-form .policy::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 6px;
}
.entry-form .policy::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 6px;
}
.entry-form .policy h3 {
  text-align: center;
  margin: auto;
}
.entry-form .policy li {
  padding: 0.5rem 1rem;
}
.entry-form .policy ul {
  position: relative;
  margin: 0;
  padding: 0;
}
.entry-form .policy ul li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.25em;
}
.entry-form .policy ul li span {
  position: absolute;
  left: 0;
  margin: 0;
}

.service .lead {
  margin: 2rem 0;
  line-height: 2rem;
}
.service .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 540px) {
  .service .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service .grid .card {
  position: relative;
  width: 100%;
  height: auto;
  color: #231815;
}
.service .grid .card::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #023682;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.service .grid .card:hover::after {
  transform: scale(1, 1);
}
.service .grid .card::before {
  content: "";
  display: block;
  padding-top: 40%;
}
.service .grid .card .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.service .grid .card .left {
  width: 100%;
  height: 100%;
  flex: 1;
}
.service .grid .card .left .title {
  padding: 1rem;
  width: 100%;
  height: 100%;
  font-weight: bold;
  background-color: #eee;
  font-size: 1.2rem;
  background: linear-gradient(to bottom right, #f1f1f1 50%, #e4e4e4 50%);
  position: relative;
}
.service .grid .card .left .title .link-button {
  position: absolute;
  display: block;
  bottom: 1rem;
  font-size: 0.9rem;
  width: 100%;
}
.service .grid .card .left .title .link-button button {
  width: calc(100% - 2rem);
  text-align: center;
  display: inline-block;
  font-weight: normal;
  padding: 3px 10px;
  background-color: #023682;
  color: #ffffff;
}
.service .grid .card .left .title .link-button button:hover {
  text-decoration: none;
}
.service .grid .card .photo {
  flex: 1;
  height: 100%;
}
.service .grid .card .photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .gallery {
  margin: 3rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 540px) {
  .service .gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.service .gallery .card .caption {
  height: 1.5rem;
  font-size: 0.9rem;
}
@media screen and (max-width: 540px) {
  .service .gallery .card .caption {
    height: 1rem;
    font-size: 0.7rem;
  }
}
.service .gallery .card .photo {
  width: 100%;
  height: 100%;
}
.service .gallery .card .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .page-link {
  width: 100%;
  margin: 2rem 0;
}
.service .page-link .page-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .service .page-link .page-list {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  .service .page-link .page-list {
    grid-template-columns: 1fr 1fr;
    font-size: 0.8rem;
  }
}
.service .page-link .page-list a {
  display: flex;
  flex: 0;
  align-items: center;
  justify-content: center;
  color: #231815;
  padding: 0.5rem;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: #eee;
  background: linear-gradient(to bottom right, #f1f1f1 50%, #e4e4e4 50%);
  position: relative;
}
.service .page-link .page-list a.active {
  color: #ffffff;
  background: #023682;
}
.service .page-link .page-list a:hover {
  text-decoration: none;
}

.employee .lead {
  margin: 2rem 0 1rem;
  font-weight: bold;
  line-height: 1.7rem;
  font-size: 1.1rem;
}
.employee .annotation {
  text-align: right;
  font-size: 0.85rem;
  font-weight: normal;
  margin-top: 1rem;
}
.employee .bar {
  background-color: #098EF1;
  color: white;
  padding: 0 1rem;
}
.employee .bar2 {
  background-color: #098EF1;
  color: white;
  padding: 1rem;
  font-size: 1.2rem;
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
}
.employee .training-photo {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr 1.57fr 1fr;
  gap: 1rem;
}
.employee .members {
  margin: 2rem 0;
  border-top: 1px solid #777;
}
.employee .member {
  padding: 3rem 0;
  border-bottom: 1px solid #777;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: -webkit-max-content auto;
  grid-template-rows: max-content auto;
  grid-template-areas: "person photo" "message message";
}
@media screen and (max-width: 540px) {
  .employee .member {
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content;
    grid-template-rows: max-content max-content max-content;
    grid-template-areas: "photo" "person" "message";
  }
}
.employee .person {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: person;
  display: flex;
  flex-direction: column;
}
.employee .person .name {
  flex: 1;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #777;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.employee .person .name div {
  vertical-align: middle;
}
.employee .person .name span {
  vertical-align: middle;
  display: inline-block;
  font-size: 1.2rem;
  padding-left: 5px;
  line-height: 2rem;
}
.employee .person .name .post {
  font-size: 1.2rem;
  min-height: 1rem;
}
.employee .person .info {
  flex: 1;
  align-self: center;
  font-size: 1rem;
  min-height: 1.5rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.employee .person .info dl {
  display: grid;
  grid-template-columns: auto auto;
}
.employee .person .info dl dt {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: distribute;
  max-width: 6em;
}
.employee .person .info dl dd {
  font-weight: 600;
  padding-left: 1rem;
}
.employee .interns {
  margin: 0;
}
.employee .interns .person .name {
  font-size: 1.8rem;
}
.employee .photo {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: photo;
  height: 10rem;
  height: 100%;
}
.employee .message {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: message;
  margin-top: 1.5rem;
}
@media screen and (max-width: 540px){
  .employee .person {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .employee .photo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .employee .message {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
@media (any-hover: hover) {
  .employee .office-link:hover {
    opacity: 0.8;
  }
}
.employee .office-photo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
  -webkit-margin-after: 5rem;
          margin-block-end: 5rem;
}
@media screen and (max-width: 540px) {
  .employee .office-photo {
    grid-template-columns: 1fr;
  }
}
.employee .office-heading {
  margin-block: 2em 1em;
  padding-inline: 1em;
  font-size: 1.4rem;
  color: #098EF1;
  -webkit-border-start: 10px solid #098EF1;
          border-inline-start: 10px solid #098EF1;
}

.page-prev {
  margin-top: 1rem;
}
.page-prev a {
  color: #0d82dc;
  display: flex;
  align-items: center;
  flex: 0;
}
.page-prev a::before {
  flex: 0;
  content: "◀︎◀︎";
  font-size: 0.7rem;
  padding-right: 0.5rem;
}
.page-prev a:hover {
  text-decoration: none;
}
.page-prev.bottom {
  margin-bottom: 2rem;
}

.contact {
  width: 600px;
}
@media screen and (max-width: 540px) {
  .contact {
    width: 90vw;
    padding-right: 0;
    padding-left: 0;
  }
}
.contact form {
  margin: 3rem auto;
}
.contact fieldset {
  border: 0 none;
  text-align: center;
}
.contact label {
  display: block;
  text-align: left;
}
.contact .form-group {
  margin-bottom: 1.5rem;
}
.contact input[type=text],
.contact input[type=email],
.contact select,
.contact textarea {
  display: block;
  width: 100%;
  background-color: #eee;
  border-radius: 5px;
  padding: 5px 10px;
}
.contact .radio {
  padding-left: 1rem;
}
.contact .radio input {
  margin-right: 0.5rem;
}
.contact .radio label {
  margin-top: 0.5rem;
}
.contact .require {
  color: #D2002D;
}
.contact .col {
  padding: 0;
}
.contact input[type=submit] {
  margin: 1rem auto;
  display: block;
  border-radius: 10px;
  width: 40%;
  min-width: 200px;
  background-color: #D2002D;
  font-size: 1.2em;
  letter-spacing: 3px;
  color: white;
  text-align: center;
  padding: 0.3rem 2rem;
  color: #faddde;
  border: solid 1px #980c10;
  background: #d81b21;
  background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
  cursor: pointer;
  font-weight: bold;
}
.contact input[type=submit]:hover {
  text-decoration: none;
  background: #b61318;
  background: -moz-linear-gradient(top, #c9151b, #a11115);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c9151b", endColorstr="#a11115");
}
.contact .notice {
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 0.8rem;
}
@media screen and (max-width: 540px) {
  .contact .notice {
    margin-bottom: 1rem;
  }
}
.contact .notice .title {
  font-size: 1rem;
  font-weight: bold;
}
.contact .notice .under {
  text-decoration: underline;
}
.contact .thanks {
  width: 100%;
  text-align: center;
  border: 1px solid #aaa;
  margin: 5em auto;
  font-size: 0.8em;
  padding: 20px;
}
@media screen and (max-width: 540px) {
  .contact .thanks {
    margin: 10px auto;
  }
}
.contact .thanks .title {
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin: 20px 10%;
  line-height: 2em;
}
.contact .thanks .sent {
  font-weight: bold;
  font-size: 1.6em;
}
.contact .thanks p {
  margin: 40px 0;
}
@media screen and (max-width: 540px) {
  .contact .thanks p {
    margin: 20px 0;
  }
}

.scroll-showup {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll-showup.on {
  transform: translateY(0);
  opacity: 1;
}
.scroll-showup.delay2 {
  transition-delay: 0.2s;
}
.scroll-showup.delay4 {
  transition-delay: 0.4s;
}
.scroll-showup.delay6 {
  transition-delay: 0.6s;
}

/* mailform error.html */
.form-error .jumbotron {
  margin: 3em 0;
}
.form-error .return-button {
  margin: 5em auto;
  display: block;
  border-radius: 10px;
  width: 40%;
  min-width: 200px;
  background-color: #D2002D;
  font-size: 1em;
  letter-spacing: 3px;
  color: #333;
  text-align: center;
  padding: 0.3rem 1rem;
  border: solid 1px #a7a7a7;
  background: #e5e5e5;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#c2c2c2));
  cursor: pointer;
}
.form-error .return-button:hover {
  text-decoration: none;
  background: #ececec;
  background: -moz-linear-gradient(top, #ececec, #a8a8a8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c9151b", endColorstr="#a11115");
}

.works .lead {
  margin: 2rem 0;
  line-height: 2rem;
}
.works .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 540px) {
  .works .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.works .grid .card {
  position: relative;
  width: 100%;
  height: auto;
  color: #231815;
}
.works .grid .card::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #023682;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.works .grid .card:hover::after {
  transform: scale(1, 1);
}
.works .grid .card::before {
  content: "";
  display: block;
  padding-top: 40%;
}
.works .grid .card .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.works .grid .card .left {
  width: 100%;
  height: 100%;
  flex: 1;
}
.works .grid .card .left .title {
  padding: 1rem;
  width: 100%;
  height: 100%;
  font-weight: bold;
  background-color: #eee;
  font-size: 1.2rem;
  background: linear-gradient(to bottom right, #f1f1f1 50%, #e4e4e4 50%);
  position: relative;
}
.works .grid .card .left .title .link-button {
  position: absolute;
  display: block;
  bottom: 1rem;
  font-size: 0.9rem;
  width: 100%;
}
.works .grid .card .left .title .link-button button {
  width: calc(100% - 2rem);
  text-align: center;
  display: inline-block;
  font-weight: normal;
  padding: 3px 10px;
  background-color: #023682;
  color: #ffffff;
}
.works .grid .card .left .title .link-button button:hover {
  text-decoration: none;
}
.works .grid .card .photo {
  flex: 1;
  height: 100%;
}
.works .grid .card .photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works p.caption {
  padding: 0.5rem 0;
  font-size: 0.9rem;
}
.works .gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 540px) {
  .works .gallery {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.works .gallery .card {
  flex-basis: 100%;
}
.works .gallery .card .caption {
  height: 1.5rem;
  font-size: 0.9rem;
}
.works .gallery .card .photo {
  flex: 1;
  height: 100%;
}
.works .gallery .card .photo img {
  height: 100%;
}
.works .gallery .card .photo img.w75 {
  width: 75%;
}
@media screen and (max-width: 540px) {
  .works .gallery .card .photo img.w75 {
    width: 100%;
  }
}
.works .page-link {
  width: 100%;
  margin: 2rem 0;
}
.works .page-link .page-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .works .page-link .page-list {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  .works .page-link .page-list {
    grid-template-columns: 1fr 1fr;
    font-size: 0.8rem;
  }
}
.works .page-link .page-list a {
  display: flex;
  flex: 0;
  align-items: center;
  justify-content: center;
  color: #231815;
  padding: 0.5rem;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: #eee;
  background: linear-gradient(to bottom right, #f1f1f1 50%, #e4e4e4 50%);
  position: relative;
}
.works .page-link .page-list a.active {
  color: #ffffff;
  background: #023682;
}
.works .page-link .page-list a:hover {
  text-decoration: none;
}
.works .work-list {
  list-style: none;
  padding: 3em 0;
}
.works .work-list li {
  padding: 5px;
}
.works .work-list li:not(:last-child) {
  border-bottom: 1px solid gainsboro;
}
.works .work-list .work-item a {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
  align-items: center;
}
.works .work-list .work-item a .photo img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.works .work-list .work-item a .title {
  font-size: 120%;
}

.works-banner {
  margin: auto;
  padding: 2rem 0 4rem;
  width: 80%;
}
@media screen and (max-width: 540px) {
  .works-banner {
    width: 100%;
  }
}
.works-banner a:hover {
  opacity: 0.9;
}

.works-new .gallery {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
@media screen and (max-width: 540px) {
  .works-new .gallery {
    gap: 1rem;
  }
}
.works-new .gallery-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 0;
}
@media screen and (max-width: 540px) {
  .works-new .gallery-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.works-new .gallery-row .card {
  display: grid;
  grid-row: span 2;
  grid-template-columns: 1fr;
  grid-template-rows: subgrid;
  gap: 0.5em;
}
.works-new .gallery-row .card .caption {
  height: auto;
  padding: 0;
  align-self: self-end;
}
.works-new .gallery-row .card .photo {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.works-new .gallery-row > .scroll-showup:nth-child(even) {
  transition-delay: 0.4s;
}