@charset "UTF-8";
/*!
Theme Name: Recruit Page + i Ver1.1
Author: TOKON HUMANRESOURCES
Author: TOKON HUMANRESOURCES
Author URI: https://tokon.co.jp
Description: 採用サイト制作用Wordpressテーマ
Version: 1.0.0
*/
/*--------------------------------------
font
---------------------------------------*/
body, .tooltip, .popover,
button, input, optgroup, select, textarea,
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

/* Noto sansのIE表示用のCSS　*/
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  body, .tooltip, .popover,
  button, input, optgroup, select, textarea,
  h1, h2, h3, h4, h5,
  .h1, .h2, .h3, .h4, .h5 {
    font-family: Meiryo, sans-serif;
    font-weight: normal;
  }
}
/*--------------------------------------
base
---------------------------------------*/
ol, ul {
  padding-left: 0;
  list-style: none;
}

img {
  vertical-align: baseline;
  font-size: 0;
  line-height: 0;
}

a {
  color: #000000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
a:focus, a:hover {
  color: black;
  text-decoration: none;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

/*bootstrap gridのgutter調整*/
.row-no-gutter {
  margin: 0;
}

.row-no-gutter > * {
  padding: 0;
}

.row-small-gutter {
  margin-left: -6px;
  margin-right: -6px;
}

.row-small-gutter > * {
  padding-left: 6px;
  padding-right: 6px;
}

.row-large-gutter {
  margin-left: -30px;
  margin-right: -30px;
}

.row-large-gutter > * {
  padding-left: 30px;
  padding-right: 30px;
}

/*--------------------------------------
reset
---------------------------------------*/
/* アニメーション ----------*/
.wow {
  visibility: hidden;
}

/*--------------------------------------
icons
---------------------------------------*/
.icon-circle-arrow-r,
.icon-circle-line,
.icon-circle-line-checked,
.icon-external-link,
.icon-arrow-l,
.icon-arrow-r {
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  vertical-align: middle;
  overflow: hidden;
}

.icon-circle-arrow-r {
  margin-left: 0.25rem;
  fill: #FFFFFF;
}

.btn .icon-circle-arrow-r {
  vertical-align: -2px;
}

.icon-circle-line,
.icon-circle-line-checked {
  fill: #000000;
}

/*--------------------------------------
body
---------------------------------------*/
html {
  min-height: 100vh;
}
@media all and (max-width: 767px) {
  html {
    min-height: auto;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 5rem;
  color: #000000;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  body {
    min-height: auto;
  }
}

@media all and (min-width: 769px) {
  a:hover {
    color: #FF5E10;
  }
}
a:active {
  color: #FF5E10;
}

.btn {
  width: 100%;
  color: #FFFFFF;
  background-color: #FF5E10;
  border: none;
  padding: 12px 0;
}
@media all and (min-width: 769px) {
  .btn:hover {
    color: #FFFFFF;
    background-color: #dc4800;
  }
}

#contents {
  padding-top: 2rem;
}

.br-md {
  display: none;
}
@media all and (max-width: 767px) {
  .br-md {
    display: inline-block;
  }
}

.br-sm {
  display: none;
}
@media all and (max-width: 575px) {
  .br-sm {
    display: inline-block;
  }
}

/*--------------------------------------
header
---------------------------------------*/
header#header {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  background-color: #FFF;
  height: 80px;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
header#header.header-light {
  background-color: #000000;
}
header#header.header-light a {
  color: #FFF;
}
@media all and (min-width: 769px) {
  header#header.header-light a:hover {
    color: #000000;
  }
}
header#header.header-dark {
  background-color: #000000;
}
header#header.header-dark a {
  color: #FFFFFF;
}
@media all and (min-width: 769px) {
  header#header.header-dark a:hover {
    color: #FFFFFF;
  }
}
header#header.header-dark nav {
  background-color: #000000;
}
body.customize-support header#header {
  top: 32px;
}
header#header img {
  width: auto;
}
@media all and (min-width: 769px) {
  header#header a:hover {
    opacity: 0.5;
  }
}
header#header #company {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  height: 100%;
}
header#header #company #logo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
header#header #company #logo a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
}
@media all and (max-width: 991px) {
  header#header #company #logo a {
    align-items: center;
    flex-direction: column;
  }
}
header#header #company #logo a h1 {
  margin: 0;
  padding: 0;
}
header#header #company #logo a .img {
  height: 58px;
}
@media all and (max-width: 991px) {
  header#header #company #logo a .img {
    margin-bottom: 4px;
    height: 40px;
  }
}
header#header #company #logo a img {
  display: block;
  width: auto;
  height: 100%;
}
header#header #company #logo a span {
  display: block;
  margin-left: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
@media all and (max-width: 991px) {
  header#header #company #logo a span {
    margin-left: 0;
    font-size: 13px;
  }
}
header#header #company .link-corpsite {
  display: flex;
  align-items: center;
  margin-left: 1.25rem;
  height: 100%;
}
header#header #company .link-corpsite a {
  padding: 4px 1.25rem;
  font-size: 0.875rem;
  border-left: 1px gray solid;
}
header#header #company .link-corpsite a .icon-external-link {
  margin-left: 0.125rem;
  width: 0.6875rem;
  height: 0.6875rem;
  fill: #000000;
  vertical-align: 0;
}
@media all and (min-width: 769px) {
  header#header #company .link-corpsite a:hover {
    opacity: 1;
  }
  header#header #company .link-corpsite a:hover .icon-external-link {
    fill: btn_bg;
  }
}
@media all and (max-width: 767px) {
  header#header #company .link-corpsite {
    display: none;
  }
}
header#header #nav {
  height: 100%;
}
header#header #nav ul {
  margin-bottom: 0;
  height: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
header#header #nav li {
  height: 100%;
}
header#header #nav li a {
  padding-right: .5rem;
  padding-left: .5rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  line-height: 1;
}
header#header #nav li a p {
  margin-bottom: 0;
}
header#header #nav li.nav-entry {
  padding: 0;
  background-color: #FF5E10;
}
header#header #nav li.nav-entry a {
  padding: 0 1.5rem;
  background-color: #FF5E10;
  color: #FFFFFF;
}
header#header #nav li.nav-entry a .icon-circle-arrow-r {
  position: relative;
  top: 1px;
  margin-left: 8px;
}
@media all and (min-width: 769px) {
  header#header #nav li.nav-entry a:hover {
    background-color: #dc4800;
    opacity: 1;
  }
}
header#header #nav li.nav-entry a:active {
  background-color: #dc4800;
  opacity: 1;
}
@media all and (max-width: 575px) {
  header#header #nav li.nav-entry {
    display: none;
  }
}
header#header #nav li.nav-hamburger {
  width: 80px;
}
header#header #nav li.nav-hamburger .hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, top, right filter;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background: #000000;
  border: 0;
  margin: 0;
  padding: 10px 0 0 0;
  width: 80px;
  height: 80px;
  overflow: visible;
  z-index: 99;
  pointer-events: auto;
}
header#header #nav li.nav-hamburger .hamburger.is-active {
  z-index: 300;
}
header#header #nav li.nav-hamburger .hamburger.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
header#header #nav li.nav-hamburger .hamburger.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
header#header #nav li.nav-hamburger .hamburger.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
header#header #nav li.nav-hamburger .hamburger.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
header#header #nav li.nav-hamburger .hamburger.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
header#header #nav li.nav-hamburger .hamburger.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header#header #nav li.nav-hamburger .hamburger span.hamburger-box {
  margin: 0 auto;
  width: 36px;
  height: 24px;
  display: inline-block;
  position: relative;
}
header#header #nav li.nav-hamburger .hamburger span.hamburger-box span.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -3px;
}
header#header #nav li.nav-hamburger .hamburger span.hamburger-box span.hamburger-inner,
header#header #nav li.nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::before,
header#header #nav li.nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::after {
  width: 36px;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 3px;
  position: absolute;
  transition-property: width, transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
header#header #nav li.nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::before,
header#header #nav li.nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::after {
  content: "";
  display: block;
}
header#header #nav li.nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::before {
  top: -12px;
}
header#header #nav li.nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::after {
  bottom: -12px;
}
header#header #nav li.nav-hamburger .hamburger.is-active span.hamburger-inner, header#header #nav li.nav-hamburger .hamburger.is-active span.hamburger-inner::before, header#header #nav li.nav-hamburger .hamburger.is-active span.hamburger-inner::after {
  background-color: #FFFFFF;
}
header#header #nav li.nav-hamburger .hamburger:hover {
  background: #000000;
}
header#header #nav li.nav-hamburger .hamburger:hover span.hamburger-box span.hamburger-inner,
header#header #nav li.nav-hamburger .hamburger:hover span.hamburger-box span.hamburger-inner::before,
header#header #nav li.nav-hamburger .hamburger:hover span.hamburger-box span.hamburger-inner::after {
  background-color: #fff;
}
@media all and (max-width: 767px) {
  header#header #nav li.nav-hamburger .hamburger:hover {
    background: #000000;
  }
  header#header #nav li.nav-hamburger .hamburger:hover span.hamburger-box span.hamburger-inner,
  header#header #nav li.nav-hamburger .hamburger:hover span.hamburger-box span.hamburger-inner::before,
  header#header #nav li.nav-hamburger .hamburger:hover span.hamburger-box span.hamburger-inner::after {
    background: #FFFFFF;
  }
}

/*--------------------------------------
Global nav
---------------------------------------*/
nav#nav-main {
  position: fixed;
  display: flex;
  align-items: center;
  overflow-y: scroll;
  display: none;
  top: 80px;
  right: 0;
  width: 100%;
  height: calc(100% - 80px);
  background: #000000;
  box-sizing: border-box;
  z-index: 200;
  pointer-events: auto;
}
nav#nav-main a {
  font-size: 1.125rem;
  color: #FFFFFF;
}
nav#nav-main a:hover {
  color: #FF5E10;
}
nav#nav-main #nav-main-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
nav#nav-main #nav-main-inner > ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
@media all and (max-width: 575px) {
  nav#nav-main #nav-main-inner > ul {
    padding-bottom: 3rem;
  }
}
nav#nav-main #nav-main-inner > ul li {
  margin: 6px 0;
  padding: 1rem 0;
  text-align: center;
}
@media all and (max-width: 767px) {
  nav#nav-main #nav-main-inner > ul li {
    margin: 12px 0;
  }
}
@media all and (max-width: 575px) {
  nav#nav-main #nav-main-inner > ul li {
    margin: 4px 0;
  }
}
nav#nav-main #nav-main-inner > ul li#nav-main-corpsite {
  display: none;
}
@media all and (max-width: 767px) {
  nav#nav-main #nav-main-inner > ul li#nav-main-corpsite {
    display: block;
  }
  nav#nav-main #nav-main-inner > ul li#nav-main-corpsite .icon-external-link {
    margin-left: 0.125rem;
    width: 0.8125rem;
    height: 0.8125rem;
    fill: #000000;
    vertical-align: 0.125rem;
  }
}

#nav-main-entry {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 400;
}
#nav-main-entry a {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.75rem 0;
  width: 100%;
  font-size: 1rem;
  text-align: center;
  background: #FF5E10;
  box-sizing: border-box;
  color: #fff;
}
#nav-main-entry a .icon-circle-arrow-r {
  position: relative;
  top: 1px;
  margin-left: 8px;
}
@media all and (min-width: 769px) {
  #nav-main-entry a:hover {
    background: #ffc5a9;
  }
}
#nav-main-entry a:active {
  background: #ffc5a9;
}
@media all and (max-width: 575px) {
  #nav-main-entry {
    display: block;
  }
}

/*--------------------------------------
footer
---------------------------------------*/
footer {
  margin-top: auto;
  padding: 15px 56px 15px;
  width: 100%;
  background-color: #000000;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
}
footer span {
  padding: 0 0.5rem;
}
footer #link-privacypolicy {
  border-right: 1px #cccccc solid;
}
footer #link-privacypolicy a {
  color: #FFFFFF;
}
@media all and (min-width: 769px) {
  footer #link-privacypolicy a:hover {
    font-weight: bold;
  }
}
footer #link-privacypolicy a:active {
  font-weight: bold;
}
@media all and (max-width: 575px) {
  footer #link-privacypolicy {
    display: block;
    margin-bottom: 0.5rem;
    border: none;
  }
}

/*--------------------------------------
hero
---------------------------------------*/
#kv {
  position: relative;
  padding-top: 40%;
  padding-bottom: 0;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
@media all and (max-width: 575px) {
  #kv {
    padding-bottom: 48px;
  }
}
#kv .catch-copy {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 0 2rem;
}
@media all and (max-width: 767px) {
  #kv .catch-copy {
    padding: 0 1rem;
  }
}
#kv .dot {
  background: url(img/dot.png) top left repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#kv h2 {
  font-size: 2.75rem;
  letter-spacing: .2rem;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
@media all and (max-width: 991px) {
  #kv h2 {
    font-size: 2.25rem;
  }
}
@media all and (max-width: 767px) {
  #kv h2 {
    font-size: 2rem;
  }
}
@media all and (max-width: 575px) {
  #kv h2 {
    font-size: 1.75rem;
  }
}
#kv p {
  font-size: 1.25rem;
  color: #FFFFFF;
  font-weight: normal;
  text-align: center;
}
@media all and (max-width: 767px) {
  #kv p {
    font-size: 1.125rem;
  }
}

/*--------------------------------------
Scroll down and Back to top icons
---------------------------------------*/
#icon-scrolldown {
  position: absolute;
  bottom: 48px;
  left: 50%;
  z-index: 2;
}
@media all and (max-width: 575px) {
  #icon-scrolldown {
    bottom: 112px;
  }
}
#icon-scrolldown .arrow.anime {
  -webkit-animation: arrow 0.8s cubic-bezier(0.215, 0.11, 0.355, 1) 0s infinite alternate;
  animation: arrow 0.8s cubic-bezier(0.215, 0.11, 0.355, 1) 0s infinite alternate;
}
#icon-scrolldown .arrow span {
  position: relative;
  display: block;
  left: 50%;
}
#icon-scrolldown .arrow span:before {
  content: '';
  width: 24px;
  height: 24px;
  border: 0;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
}

#backtotop {
  position: fixed;
  display: none;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: #4a4a4a;
  box-sizing: border-box;
  z-index: 199;
}
@media all and (max-width: 575px) {
  #backtotop {
    z-index: 410;
  }
}
#backtotop .arrow span {
  position: relative;
  display: block;
  margin: 28px 0 0 0;
}
#backtotop .arrow span:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 0;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
}
@media all and (min-width: 769px) {
  #backtotop:hover {
    background: #7d7d7d;
  }
}

@keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -8px, 0);
    transform: translate3d(-50%, -8px, 0);
  }
}
/*--------------------------------------
container
---------------------------------------*/
.container {
  margin: 4rem auto 3rem auto;
  padding: 0 24px;
  max-width: 1128px;
  box-sizing: border-box;
}
.container.full-width {
  max-width: 100%;
}
@media all and (max-width: 991px) {
  .container {
    margin: 3rem auto 2rem auto;
  }
}

/*--------------------------------------
section 
---------------------------------------*/
section {
  background-color: #FFFFFF;
  overflow: hidden;
}
section h3 {
  color: #FF5E10;
  background-color: #000000;
  margin: 0;
  padding: 4rem 0 3rem;
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: .6;
  letter-spacing: .1rem;
  z-index: 10;
}
section h3 span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  margin-top: 20px;
}
section#message h3, section#interview h3, section#photo h3 {
  padding: 4.5rem 0;
}
section .box {
  padding: 0 24px;
  height: 100%;
}
@media all and (max-width: 767px) {
  section .box {
    margin-bottom: 2rem;
    padding: 0 12px;
  }
}
section .inner {
  padding: 30px 0 0 0;
}
section h4 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 15px;
}
section h5 {
  color: #000000;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
section h5.alignleft {
  text-align: left;
}
@media all and (max-width: 767px) {
  section h5.alignleft {
    text-align: center;
  }
}
section .txt {
  line-height: 1.8;
}
section .badge {
  padding: 4px 5px 5px;
}

/*--------------------------------------
section 02 message
---------------------------------------*/
#message .message-portrait {
  padding: 0 24px;
}
@media all and (max-width: 767px) {
  #message .message-portrait {
    margin-bottom: 3rem;
    padding: 0;
  }
}
#message .img {
  background-color: #FFF;
  width: 100%;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
#message .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
#message .box h5 {
  font-size: 22px;
  text-align: left;
  margin-bottom: 25px;
}
#message .box .name {
  font-size: 1.5rem;
  text-align: right;
}
@media all and (max-width: 991px) {
  #message .box .name {
    font-size: 1.25rem;
  }
}
#message .box span {
  font-size: 1rem;
  padding-right: 1rem;
}
#message .box .txt {
  margin-bottom: 15px;
}

/*--------------------------------------
section 03 interview
---------------------------------------*/
#interview .container {
  margin: 4rem auto 0 auto;
}
@media all and (max-width: 991px) {
  #interview .container {
    margin: 3rem auto 0 auto;
  }
}
#interview .container .row > div {
  margin-bottom: 4rem;
}
@media all and (max-width: 991px) {
  #interview .container .row > div {
    margin-bottom: 3rem;
  }
}
@media all and (max-width: 767px) {
  #interview .container .row > div {
    margin-bottom: 1rem;
  }
}
#interview .container .row > div .message-portrait {
  padding: 0 24px;
}
@media all and (max-width: 767px) {
  #interview .container .row > div .message-portrait {
    padding: 0;
  }
}
#interview .position {
  margin-bottom: 18px;
  text-align: center;
}
#interview .position.alignleft {
  text-align: left;
}
@media all and (max-width: 767px) {
  #interview .position.alignleft {
    text-align: center;
  }
}
#interview .img {
  overflow: hidden;
  position: relative;
  padding-top: 66.66666%;
  width: 100%;
}
#interview .img .img-fluid {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 105%;
  max-width: 105%;
}
@media all and (max-width: 767px) {
  #interview .row > div:first-child {
    margin-bottom: 2rem;
  }
}

/*--------------------------------------
section 04 merit
---------------------------------------*/
#merit .container {
  margin: 4rem auto 0 auto;
}
@media all and (max-width: 991px) {
  #merit .container {
    margin: 3rem auto 0 auto;
  }
}
#merit .container .row > div {
  margin-bottom: 4rem;
}
@media all and (max-width: 991px) {
  #merit .container .row > div {
    margin-bottom: 3rem;
  }
}
@media all and (max-width: 767px) {
  #merit .container .row > div {
    margin-bottom: 1rem;
  }
}
#merit .container .row > div .message-portrait {
  padding: 0 24px;
}
@media all and (max-width: 767px) {
  #merit .container .row > div .message-portrait {
    padding: 0;
  }
}
#merit h5 {
  margin-bottom: 0.825rem;
  font-size: 1.125rem;
}
#merit .img {
  overflow: hidden;
  position: relative;
  padding-top: 66.66666%;
  width: 100%;
}
#merit .img .img-fluid {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 105%;
  max-width: 105%;
}
@media all and (max-width: 767px) {
  #merit .row > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}

/*--------------------------------------
section 05 photo album
---------------------------------------*/
#photo .container {
  margin: 0 auto;
  padding: 0;
}
#photo .container .row {
  margin: 0;
}
#photo .container ul li .img {
  overflow: hidden;
  position: relative;
  padding-top: 66.66666%;
  width: 100%;
}
#photo .container ul li .img .img-fluid {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 105%;
  max-width: 105%;
}

/*--------------------------------------
section 06 Recruit
---------------------------------------*/
.recruit-list .btn,
.recruit-box .btn {
  display: inline-block;
  padding: 0.25rem 1rem;
  width: auto;
  background: #FF5E10;
  border: none;
  border-radius: 1rem;
  color: #fff;
  text-align: left;
}
@media all and (min-width: 769px) {
  .recruit-list:hover a,
  .recruit-box:hover a {
    color: #FF5E10;
  }
  .recruit-list:hover .btn,
  .recruit-box:hover .btn {
    color: #fff;
    background: #FF5E10;
  }
}

#recruitinfo {
  background: #EEEEEE;
}
#recruitinfo .container {
  padding: 0 48px;
}
@media all and (max-width: 767px) {
  #recruitinfo .container {
    padding: 0 24px;
  }
}
#recruitinfo .btn {
  display: inline-block;
  margin-top: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
}
#recruitinfo #btn-display-all {
  margin: 0 auto;
  width: 50%;
}
@media all and (max-width: 575px) {
  #recruitinfo #btn-display-all {
    width: 100%;
    box-sizing: border-box;
  }
  #recruitinfo #btn-display-all .btn {
    width: 100%;
  }
}
#recruitinfo #btn-entry {
  display: none;
}
@media all and (max-width: 575px) {
  #recruitinfo #btn-entry {
    display: block;
    box-sizing: border-box;
  }
  #recruitinfo #btn-entry .btn {
    width: 100%;
  }
}

.recruit-box {
  margin-bottom: 12px;
}
.recruit-box a {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  height: 100%;
}
.recruit-box .row {
  /* height: 100%; */
  align-items: flex-start;
}
.recruit-box .row .recruitbox-body {
  overflow: hidden;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  padding: 1.25rem 1.25rem 0;
  /* height: 100%; */
  box-sizing: border-box;
}
.recruit-box .row .recruitbox-body h4 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
.recruit-box .row .recruitbox-body p.card-text {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.7;
  text-align: justify;
  background: #fff;
}
.recruit-box .img {
  position: relative;
  width: 100%;
  padding-bottom: 66%;
  line-height: 1;
}
.recruit-box .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.recruit-box .card {
  position: relative;
  margin: 0;
  height: 100%;
  border: none;
}
.recruit-box .card-category {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: .75rem;
}
.recruit-box .card-category li:not(:last-child) {
  margin-right: .5rem;
}
.recruit-box .badge-info {
  color: #FFFFFF;
  background: #4d4d4d;
}
.recruit-box .btn-wrapper {
  padding: 0 1.25rem 1.25rem;
  margin-top: auto;
}

#filter_loadmore {
  display: none;
}

/*--------------------------------------
Privacy Policy Page
---------------------------------------*/
#privacy-policy {
  line-height: 1.7;
}
#privacy-policy #contents {
  padding: 0 48px;
}
@media all and (max-width: 575px) {
  #privacy-policy #contents {
    padding: 0 36px;
  }
}
#privacy-policy #contents-privacypolicy h2 {
  margin-bottom: 1.25rem;
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
#privacy-policy #contents-privacypolicy h3 {
  margin: 2rem 0 1rem 0;
  padding: 0;
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: left;
  background: none;
}
#privacy-policy #contents-privacypolicy p {
  margin-bottom: 1rem;
}
#privacy-policy #contents-privacypolicy > ol, #privacy-policy #contents-privacypolicy > ul {
  list-style: square;
  padding-left: 1.5rem;
}
#privacy-policy #contents-privacypolicy > ol > li, #privacy-policy #contents-privacypolicy > ul > li {
  margin-bottom: 1rem;
}
#privacy-policy #contents-privacypolicy > ol ol, #privacy-policy #contents-privacypolicy > ol ul, #privacy-policy #contents-privacypolicy > ul ol, #privacy-policy #contents-privacypolicy > ul ul {
  list-style: disc;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

/*--------------------------------------
list recruit
---------------------------------------*/
.status {
  display: none;
  margin-bottom: 1rem;
}
@media all and (max-width: 991px) {
  .status {
    margin-bottom: 1.5rem;
    text-align: center;
  }
}

#recruitlist {
  background: #EEEEEE;
}
#recruitlist .container {
  margin: 2rem auto 2rem auto;
}
@media all and (max-width: 991px) {
  #recruitlist .container {
    margin: 0 auto 2rem auto;
  }
}

.recruit-list {
  position: relative;
  margin-bottom: 1rem;
  background-color: #fff;
  border-radius: 0.25rem;
  box-sizing: border-box;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}
.recruit-list .row {
  padding: 1.25rem;
}
@media all and (max-width: 767px) {
  .recruit-list .row {
    flex-direction: column-reverse;
  }
}
.recruit-list .img {
  width: 100%;
  max-height: 100%;
}
@media all and (max-width: 767px) {
  .recruit-list .img {
    margin-bottom: 1rem;
  }
}
.recruit-list .img img {
  margin: 0;
  padding-left: 1.5rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 767px) {
  .recruit-list .img img {
    padding-left: 0;
  }
}
.recruit-list h4 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
.recruit-list .txt {
  position: relative;
}
.recruit-list .category {
  margin-bottom: .5rem;
}
.recruit-list .category li {
  display: inline;
}
.recruit-list .category li:not(:last-child) {
  margin-right: .5rem;
}
.recruit-list .catchcopy {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.recruit-list .badge-info {
  padding: 5px 8px;
  color: #FFFFFF;
  background: #4d4d4d;
}
.recruit-list.notfound {
  padding: 1.25rem;
  font-size: 1rem;
}
.recruit-list.notfound::before {
  background: none;
}
@media all and (min-width: 769px) {
  .recruit-list:hover {
    border-radius: 0 0.25rem 0.25rem 0;
  }
  .recruit-list:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: -6px;
    width: 6px;
    height: 100%;
    background: #FF5E10;
  }
}

/*--------------------------------------
sidebar recruit
---------------------------------------*/
#sidebar-recruit .btn-bl {
  margin-top: 1rem;
  margin-top: 1rem;
}
#sidebar-recruit legend {
  margin-bottom: 0.6rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media all and (max-width: 991px) {
  #sidebar-recruit {
    margin-bottom: 1.5rem;
  }
  #sidebar-recruit form {
    padding: 1rem 1rem;
    border-radius: 0.25rem;
    background: #fff;
  }
  #sidebar-recruit form legend {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 1;
    cursor: pointer;
  }
  #sidebar-recruit form legend::after {
    content: "";
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #303030;
  }
  #sidebar-recruit form legend.open::after {
    content: "";
    position: absolute;
    top: -4px;
    border: 8px solid transparent;
    border-bottom-color: #303030;
  }
  #sidebar-recruit form #searchform-body {
    display: none;
    margin-top: 1.5rem;
  }
  #sidebar-recruit form #searchform-body.open {
    display: block;
  }
  #sidebar-recruit form .btn {
    margin-bottom: 1rem;
  }
  #sidebar-recruit form .btn-bl {
    display: none;
  }
}
#sidebar-recruit .control-label {
  background-color: #1a1a1a;
  font-weight: bold;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #FFFFFF;
  padding: 6px 10px;
  margin-bottom: .5rem;
}
@media all and (max-width: 991px) {
  #sidebar-recruit .control-label {
    margin-bottom: 1rem;
  }
}
#sidebar-recruit .radio {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#sidebar-recruit .radio li {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}
#sidebar-recruit input[type="radio"],
#sidebar-recruit input[type="checkbox"] {
  display: none;
}
#sidebar-recruit input[type="radio"] + label,
#sidebar-recruit input[type="checkbox"] + label {
  display: inline-block;
  cursor: pointer;
  margin: 0;
  padding: 6px 10px;
  font-size: .875rem;
  font-weight: 500;
  background-color: #FFF;
  max-width: auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#sidebar-recruit input[type="radio"] + label .icon-circle-line,
#sidebar-recruit input[type="radio"] + label .icon-circle-line-checked,
#sidebar-recruit input[type="checkbox"] + label .icon-circle-line,
#sidebar-recruit input[type="checkbox"] + label .icon-circle-line-checked {
  margin-right: 0.25rem;
  fill: #000000;
  vertical-align: -2px;
}
#sidebar-recruit input[type="radio"] + label .icon-circle-line-checked,
#sidebar-recruit input[type="checkbox"] + label .icon-circle-line-checked {
  display: none;
  fill: #FFFFFF;
}
@media all and (min-width: 769px) {
  #sidebar-recruit input[type="radio"] + label:hover,
  #sidebar-recruit input[type="checkbox"] + label:hover {
    color: #FFFFFF;
    background-color: #FF5E10;
  }
  #sidebar-recruit input[type="radio"] + label:hover .icon-circle-line,
  #sidebar-recruit input[type="radio"] + label:hover .icon-circle-line-checked,
  #sidebar-recruit input[type="checkbox"] + label:hover .icon-circle-line,
  #sidebar-recruit input[type="checkbox"] + label:hover .icon-circle-line-checked {
    fill: #FFFFFF;
  }
}
#sidebar-recruit input[type="radio"]:checked + label,
#sidebar-recruit input[type="checkbox"]:checked + label {
  color: #FFFFFF;
  background-color: #FF5E10;
  cursor: default;
}
#sidebar-recruit input[type="radio"]:checked + label .icon-circle-line,
#sidebar-recruit input[type="checkbox"]:checked + label .icon-circle-line {
  display: none;
}
#sidebar-recruit input[type="radio"]:checked + label .icon-circle-line-checked,
#sidebar-recruit input[type="checkbox"]:checked + label .icon-circle-line-checked {
  display: inline-block;
}

/*--------------------------------------
single recruit
---------------------------------------*/
#recruit {
  background: #EEEEEE;
}
#recruit .container {
  margin: 2rem auto 2rem auto;
}
@media all and (max-width: 991px) {
  #recruit .container {
    margin: 0 auto 2rem auto;
  }
}
#recruit .status {
  display: none;
}
@media all and (max-width: 991px) {
  #recruit #sidebar-recruit {
    display: none;
  }
}
#recruit .card {
  border: none;
}
#recruit .card .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#recruit .card img {
  width: 100%;
}
#recruit .card-title {
  font-size: 28px;
  margin-bottom: 15px;
}
#recruit .card-title.noimage {
  margin-top: 1rem;
}
#recruit .category {
  margin-bottom: 1rem;
}
#recruit .category li {
  display: inline-block;
}
#recruit .category .badge-info {
  color: #FFFFFF;
  background: #4d4d4d;
}
#recruit .list {
  margin: 2rem 0 0;
}
@media all and (max-width: 767px) {
  #recruit .list {
    margin: 1rem 0 0;
  }
}
#recruit .list dl {
  display: flex;
  margin: 0;
}
@media all and (max-width: 767px) {
  #recruit .list dl:nth-child(1) {
    border: none;
  }
}
@media all and (max-width: 767px) {
  #recruit .list dl {
    -webkit-flex-direction: column;
    flex-direction: column;
    border: none;
  }
}
#recruit .list dl dt,
#recruit .list dl dd {
  margin-bottom: 0;
  padding: 1.5rem 1rem 3rem;
}
#recruit .list dl dt {
  width: 30%;
  border-top: #333333 1px solid;
  color: #000000;
  text-align: left;
}
#recruit .list dl dt h3 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}
@media all and (max-width: 767px) {
  #recruit .list dl dt {
    border-top: none;
    border-bottom: #333333 1px solid;
    padding: 1.5rem 0 .5rem;
    width: 100%;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media all and (max-width: 575px) {
  #recruit .list dl dt {
    padding-top: 0.5rem;
  }
}
#recruit .list dl dd {
  width: 70%;
  border-top: gray 1px solid;
}
@media all and (max-width: 767px) {
  #recruit .list dl dd {
    padding: 1rem 0 1rem;
    width: 100%;
    border-top: none;
  }
}
@media all and (max-width: 575px) {
  #recruit .list dl dd {
    padding: 1rem 0 2rem;
  }
}
#recruit .btn-wrapper {
  margin-bottom: 0;
  text-align: center;
}
@media all and (max-width: 575px) {
  #recruit .btn-wrapper {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
#recruit .btn-wrapper .btn {
  display: inline-block;
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  font-size: 1rem;
}
#recruit .eyeimg {
  padding: 20px 20px 0;
  line-height: 1;
}

/*--------------------------------------
pagination
---------------------------------------*/
.pagination {
  margin-top: 2rem;
}
.pagination .page-item {
  padding: 0 2px;
}
.pagination .page-item:first-child .page-numbers {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.pagination .page-item:last-child .page-numbers {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.pagination .page-item .page-link,
.pagination .page-item .page-numbers {
  margin: 0;
  color: #FF5E10;
  border: none;
  background: #fff;
}
.pagination .page-item .page-link .icon-arrow-l,
.pagination .page-item .page-link .icon-arrow-r,
.pagination .page-item .page-numbers .icon-arrow-l,
.pagination .page-item .page-numbers .icon-arrow-r {
  padding-left: 3px;
  fill: #FF5E10;
  vertical-align: -2px;
}
@media all and (min-width: 769px) {
  .pagination .page-item .page-link:hover,
  .pagination .page-item .page-numbers:hover {
    color: #fff;
    background-color: #FF5E10;
  }
  .pagination .page-item .page-link:hover .icon-arrow-l,
  .pagination .page-item .page-link:hover .icon-arrow-r,
  .pagination .page-item .page-numbers:hover .icon-arrow-l,
  .pagination .page-item .page-numbers:hover .icon-arrow-r {
    fill: #fff;
  }
}
.pagination .page-item .page-link.current,
.pagination .page-item .page-numbers.current {
  color: #fff;
  background-color: #FF5E10;
}
.pagination .page-item .page-link.current .icon-arrow-l,
.pagination .page-item .page-link.current .icon-arrow-r,
.pagination .page-item .page-numbers.current .icon-arrow-l,
.pagination .page-item .page-numbers.current .icon-arrow-r {
  fill: #fff;
}
@media all and (min-width: 769px) {
  .pagination .page-item .page-link.current:hover,
  .pagination .page-item .page-numbers.current:hover {
    cursor: default;
  }
}
.pagination .page-item .page-numbers {
  display: block;
  padding: .5rem .75rem;
  line-height: 1.25;
}
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #FF5E10;
}
@media all and (min-width: 769px) {
  .pagination .page-item.active .page-link:hover {
    cursor: default;
  }
}

/*--------------------------------------
entry
---------------------------------------*/
#entry {
  background: #EEEEEE;
}
#entry .container {
  margin: 0 auto;
  padding: 2rem;
}
#entry .card {
  border: none;
}
#entry .card-body {
  padding: 2rem;
}
#entry .form-group {
  margin: 0 0 2rem 0;
  padding: 0 0 2rem 0;
  border-bottom: 1px #EEEEEE solid;
  box-sizing: border-box;
}
@media all and (max-width: 575px) {
  #entry .form-group {
    margin: 0 0 1rem 0;
    padding: 0 0 1rem 0;
  }
}
#entry .form-group > div {
  padding: 0;
}
#entry .form-group:last-of-type {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
}
#entry .form-group:last-of-type > div {
  margin: auto;
  text-align: center;
}
#entry select {
  padding-right: 1rem;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 99% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
#entry .sent fieldset {
  display: none;
}
#entry input::-webkit-input-placeholder {
  color: #CCC;
  font-weight: normal;
}
#entry input::-moz-placeholder {
  color: #CCC;
  font-weight: normal;
}
#entry input:-ms-input-placeholder {
  color: #CCC;
  font-weight: normal;
}
#entry textarea::-moz-placeholder {
  color: #CCC;
  font-weight: normal;
}
#entry textarea::-webkit-input-placeholder {
  color: #CCC;
  font-weight: normal;
}
#entry textarea:-ms-input-placeholder {
  color: #CCC;
  font-weight: normal;
}
#entry .card-block {
  padding: 26px;
}
#entry .card-block h2 {
  margin-bottom: 20px;
}
#entry .card-block p {
  line-height: 1.8;
}
#entry .card-block p:last-child {
  margin-bottom: 40px;
}
#entry label {
  margin: 0;
}
#entry label.control-label-mb {
  margin-bottom: 0.25rem;
}
@media all and (max-width: 991px) {
  #entry label {
    margin: 0 0 0.5rem;
  }
}
#entry .must {
  display: inline-block;
  color: #fff;
  background: #D62C1A;
  font-size: 10px;
  margin-left: 8px;
  padding: 4px 6px;
  border-radius: 5px;
  vertical-align: top;
}
#entry .btn {
  display: inline-block;
  margin: 0 auto;
  padding: 12px 1rem;
  width: auto;
  font-size: 1rem;
}
#entry .btn a {
  font-size: 1rem;
  color: #FFFFFF;
}
#entry .rec-title .form-control[readonly] {
  padding-left: 0;
  padding-right: 0;
  border: none;
  background: transparent;
  font-weight: bold;
}
#entry #addr {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
#entry #addr span.mwform-radio-field {
  position: relative;
  display: inline-block;
  margin: 0 !important;
  width: calc((100% - 60px) / 4);
}
@media all and (max-width: 600px) {
  #entry #addr span.mwform-radio-field {
    width: calc((100% - 20px) / 2);
  }
}
#entry #addr span.mwform-radio-field label {
  width: 100%;
}
#entry #addr span.mwform-radio-field input {
  display: none;
}
#entry #addr span.mwform-radio-field input[type=radio]:checked + span {
  color: #fff;
  background: #000;
}
#entry #addr label {
  text-align: center;
}
#entry #addr span.mwform-radio-field-text {
  width: 100%;
  background: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  display: inline-block;
  padding: 16px 0;
  box-sizing: border-box;
  user-select: none;
  font-size: 15px;
}
#entry .privacy {
  text-align: center;
  margin-bottom: 50px;
}
#entry .privacy .privacy_txt {
  margin-bottom: 30px;
  line-height: 1.8;
}
#entry .privacy a {
  color: #FF5E10;
}
#entry .privacy a:hover {
  opacity: .6;
}
#entry .privacy a svg {
  width: 14px;
  height: 14px;
  margin-left: 3px;
  fill: #FF5E10;
}
#entry .privacy label input {
  width: 25px;
  height: 25px;
  vertical-align: text-top;
}
#entry .privacy label span {
  font-size: 20px;
}
#entry .form-message {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media all and (max-width: 580px) {
  #entry .form-message {
    text-align-last: left;
  }
}

.formError {
  top: 38px !important;
  left: 0 !important;
  width: 100%;
}
.formError .formErrorContent {
  width: 100px;
  font-size: 12px;
  color: #D62C1A;
}
.formError + .form-control {
  border-color: #D62C1A;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.formError + .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ed7669;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ed7669;
}

#entry-complete .card-block {
  padding: 2rem;
}
#entry-complete h2 {
  font-size: 1.5rem;
}
