@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;900&display=swap");
/*---------------------------
common
-----------------------------*/
html {
  font-size: 10px;
}

body {
  line-height: 1.8;
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 300px;
  background-color: #EDEEEF;
  font-family: 'Noto Serif JP',
 'ヒラギノ明朝 Pro W3',
 'Hiragino Mincho Pro',
 '游明朝',
 'Yu Mincho',
 '游明朝体',
 'YuMincho',
 'ＭＳ Ｐ明朝',
 'MS PMincho',
 serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Serif JP',
 'ヒラギノ明朝 Pro W3',
 'Hiragino Mincho Pro',
 '游明朝',
 'Yu Mincho',
 '游明朝体',
 'YuMincho',
 'ＭＳ Ｐ明朝',
 'MS PMincho',
 serif;
  font-weight: 900;
  line-height: 1.5;
  color: #524D4C;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #991214;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 1.8rem;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: .3s ease opacity;
  transition: .3s ease opacity;
}

main {
  display: block;
  min-height: calc(100vh - 264px);
}

/*---------------------------
header
-----------------------------*/
#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  height: 100vh;
  width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000;
}

#header header {
  padding: 30px 30px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8;
}

#header .sitelogo {
  text-align: center;
  margin-bottom: 30px;
}

#header .sitelogo img {
  display: block;
  margin: 0 auto 20px;
}

#header .sitelogo span {
  display: block;
  background-color: #fff;
  color: #000;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1;
  padding: 10px 0;
}

#header ul {
  margin: 50px 0;
  padding: 0;
  list-style: none;
}

#header ul li {
  margin: 0 0 16px;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  font-size: 1.6rem;
}

#header ul li a {
  color: #fff;
}

#header ul li.uk-active {
  border-color: #EC6C00;
  position: relative;
  overflow: hidden;
}

#header .btnset a {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 10px;
  background-color: #B20000;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

#header .btnset a span {
  display: block;
  border-bottom: 1px solid #8C0000;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

#header .btnset a::after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #eee;
  opacity: 0;
  transform: rotate(45deg);
  -webkit-animation: reflect 2s ease-in-out infinite;
          animation: reflect 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 2.5s ease-in-out infinite;
}

@keyframes reflect {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes reflect {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/*---------------------------
footer
-----------------------------*/
#footer {
  background-color: #000;
  color: #fff;
}

#footer ul {
  list-style: none;
}

#footer ul li a {
  color: #fff;
}

#footer.formfooter.uk-padding-large {
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

#footer.formfooter.uk-padding-large .uk-button {
  height: 80px;
  line-height: 60px;
  padding: 0 20px;
  vertical-align: middle;
}

#footer.formfooter.uk-padding-large .uk-button img {
  display: inline-block;
  margin-top: -7px;
}

#footer.formfooter.uk-padding-large .uk-button-default,
#footer.formfooter.uk-padding-large .uk-button-secondary {
  width: 100%;
  max-width: 400px;
  position: relative;
  margin-left: 15px;
}

#footer.formfooter.uk-padding-large .uk-button-default::after,
#footer.formfooter.uk-padding-large .uk-button-secondary::after {
  content: "▶";
  color: #fff;
  position: absolute;
  right: 30px;
  top: 50%;
  font-size: 1.6rem;
  margin-top: -28px;
}

.copyright {
  background-color: #fff;
  padding: 40px 0 110px;
}

.copyright small {
  display: block;
  font-size: 1.2rem;
  color: #131313;
}

/*---------------------------
heroimage
-----------------------------*/
.hero {
  position: relative;
  background-color: #f2f3f5;
}

.hero img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.hero picture::after {
  content: "";
  display: block;
  background: url(../img/dot_white_2.png) repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.hero .hero-inner {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3rem 5rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.hero .hero-inner div {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 900;
  font-size: 4.4rem;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 0 10px #182E3D,
 0 0 10px #182E3D,
 0 0 10px #182E3D,
 0 0 10px #182E3D;
}

.hero .hero-inner div.red {
  text-shadow: 0 0 10px #914443,
 0 0 10px #914443,
 0 0 10px #914443,
 0 0 10px #914443;
}

.hero .hero-inner div span {
  font-size: 3rem;
}

/*---------------------------
point4
-----------------------------*/
.point4 .uk-flex > div {
  text-align: center;
  line-height: 1.5;
  font-size: 2.8rem;
  font-weight: 900;
  color: #fff;
}

.point3 .uk-flex > div {
  padding-right: 30px;
  margin-bottom: 30px;
}

.point3 .uk-flex > div > div {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  padding: 30px;
  border: 2px solid #fff;
}

.point3 .uk-flex > div > div h3 {
  text-align: center;
}

.point3 .uk-flex > div > div p {
  margin-bottom: 0;
}

.meritpoint dl dt {
  background-color: #fff;
  padding: 6px 20px;
  color: #131313;
  font-weight: 600;
}

.meritpoint dl dd {
  padding: 10px 20px 30px;
}

/*---------------------------
section
-----------------------------*/
.section02 {
  background: url(../img/bg-section02-pc.jpg) no-repeat center left;
  background-size: cover;
  min-height: 600px;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.5;
  color: #524D4C;
}

.section02 .small {
  font-size: 2.8rem;
}

.section02 strong {
  color: #991214;
}

.section03 h2 {
  line-height: 2;
}

.section05 {
  background: url(../img/bg-section05-pc.jpg) no-repeat center right;
  background-size: cover;
  min-height: 600px;
}

.section05 p strong {
  font-size: 2.4rem;
  font-weight: 900;
  color: #8C0000;
}

.section06 .uk-grid > div {
  margin-bottom: 30px;
}

.section06 .uk-grid > div > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  background-color: #fff;
  padding: 30px;
}

.section06 .uk-grid > div > div p:last-child {
  margin-bottom: 0;
}

.section07 .uk-list {
  font-weight: 600;
}

.section07 .uk-list li {
  position: relative;
  border: 1px solid #fff;
  margin-bottom: 37px;
}

.section07 .uk-list li:last-child {
  margin-bottom: 0;
}

.section07 .uk-list li::after {
  position: absolute;
  left: 50%;
  bottom: -31px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #ffffff transparent transparent transparent;
}

.section07 .uk-list li:last-child::after {
  display: none;
}

.section07 .uk-list li span {
  display: inline-block;
  line-height: 60px;
  padding: 0 30px;
  background-color: #fff;
  color: #3F4F5F;
  font-weight: 900;
}

.section08 .uk-card {
  margin: 30px 0;
}

.section08 .uk-card:last-child {
  margin-bottom: 0;
}

.section08 .uk-card h3 {
  margin-bottom: 10px;
  font-size: 2rem;
}

.section08 .uk-card .yenbox {
  color: #EB6C00;
  font-size: 2.4rem;
  font-weight: 600;
}

.section08 .uk-card .yenbox span {
  font-size: 1.6rem;
  color: #00293F;
}

.section08 .uk-card .uk-label {
  margin: 0 0 0 20px;
  padding: 0 15px;
  line-height: 30px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  background-color: #339999;
}

.section08 .uk-card .uk-label.hybrid {
  background-color: #FFA000;
}

.section08 .uk-card .uk-label.shift {
  background-color: #673AB7;
}

.section08 .uk-table tr {
  border-bottom: 10px solid #fff;
}

.section08 .uk-table tr:last-child {
  border-bottom: none;
}

.section08 .uk-table th {
  background-color: #EEEEEE;
  vertical-align: top;
  font-size: 1.6rem;
  font-weight: 600;
  color: #131313;
}

.section08 .uk-table td {
  padding: 10px 30px;
  background-color: #FBFAF5;
  font-size: 1.6rem;
  font-weight: 600;
}

/*---------------------------
uservoice
-----------------------------*/
.uservoice .box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #fff;
  padding: 30px;
  margin-bottom: 30px;
}

.uservoice .box:last-child {
  margin-bottom: 0;
}

.uservoice .box h3 {
  margin: 0 0 10px;
}

.uservoice .box h4 {
  margin: 0 0 10px;
  font-size: 2rem;
  font-weight: 600;
}

/*---------------------------
faqarea
-----------------------------*/
.faqarea {
  background: url(../img/bg-faq-pc.jpg) no-repeat center left;
  background-size: cover;
}

.faqarea .inner {
  max-width: 900px;
  margin-left: auto;
}

.faqarea dl dt,
.faqarea dl dd {
  min-height: 30px;
  position: relative;
  padding-left: 60px;
  text-shadow: 0 0 10px #EDEEEF,
 0 0 10px #EDEEEF,
 0 0 10px #EDEEEF,
 0 0 10px #EDEEEF;
}

.faqarea dl dt::before,
.faqarea dl dd::before {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  font-weight: 900;
  font-size: 3rem;
}

.faqarea dl dt {
  border-bottom: 1px solid #fff;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faqarea dl dt::before {
  content: "Q";
}

.faqarea dl dd::before {
  content: "A";
}

/*---------------------------
company
-----------------------------*/
.company .uk-table {
  border-spacing: 10px;
  border-collapse: separate;
}

.company .uk-table td {
  background-color: #fff;
  padding: 30px;
  font-weight: 600;
  vertical-align: middle;
}

.company .uk-table td .uk-flex {
  padding: 0 10px;
}

.company .uk-table td p {
  margin: 0 0 10px;
}

.company .uk-table td p:last-child {
  margin-bottom: 0;
}

/*---------------------------
form
-----------------------------*/
.formsp h2 {
  margin-bottom: 10px;
}

.formsp h3 {
  margin-top: 0;
}

.formsp .uk-button-large {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 3rem;
  border-radius: 4px;
}

.formsp .uk-button-large::after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #eee;
  opacity: 0;
  transform: rotate(45deg);
  -webkit-animation: reflect 2s ease-in-out infinite;
          animation: reflect 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 2.5s ease-in-out infinite;
}

.formsp .bg-white {
  color: #131313;
}

.formsp .bg-white p:last-child {
  margin-bottom: 0;
}

.formarea #alert,
#form #alert {
  text-align: center;
  margin: 50px 0;
  color: #d13939;
}

.formarea .ttl-h2,
#form .ttl-h2 {
  margin-bottom: 0;
  padding: 20px 0;
  font-size: 3.6rem;
  background-color: #4467AA;
  text-align: center;
  color: #fff;
}

.formarea table,
#form table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 30px;
}

.formarea table tr th, .formarea table tr td,
#form table tr th,
#form table tr td {
  border: 2px solid #fff;
  padding: 15px 30px;
  font-size: 1.6rem;
  vertical-align: middle;
}

.formarea table tr th,
#form table tr th {
  position: relative;
  text-align: left;
  background-color: #fff;
  color: #004B67;
}

.formarea table tr th.hissu:after,
#form table tr th.hissu:after {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -15px;
  content: "＊";
  color: #D90000;
}

.formarea table tr td,
#form table tr td {
  font-weight: 700;
  color: #fff;
}

.formarea table tr td ul,
#form table tr td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.formarea table tr td ul li,
#form table tr td ul li {
  margin-bottom: 10px;
  margin-right: 50px;
}

.formarea .btnset,
#form .btnset {
  margin: 0;
  padding: 30px;
  background-color: #fff;
  text-align: center;
}

.formarea .uk-button-danger,
#form .uk-button-danger {
  width: 80%;
  max-width: 500px;
  padding: 10px 0;
  background-color: #991216;
  border-radius: 50px;
  font-size: 2.4rem;
  font-weight: 700;
}

.formarea .uk-button-danger:hover,
#form .uk-button-danger:hover {
  opacity: .6;
  -webkit-transition: .3s ease opacity;
  transition: .3s ease opacity;
}

.formarea .uk-form-width-medium,
#form .uk-form-width-medium {
  width: 16em;
}

.formarea .uk-form-width-large,
#form .uk-form-width-large {
  width: 80%;
}

.formarea .kiyaku,
#form .kiyaku {
  width: 100%;
  height: 12em;
  overflow-y: scroll;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  margin-bottom: 10px;
  border: 1px solid #eee;
  background-color: #fff;
  color: #131313;
  font-size: 1.6rem;
  font-weight: 400;
  word-break: break-all;
}

.formarea #kiyakuchkGroup li,
#form #kiyakuchkGroup li {
  padding: 10px 20px;
  background-color: #EDEEEF;
  color: #991216;
}

body.page-form {
  padding-bottom: 90px;
}

body.page-form main {
  min-height: calc(100vh - 80px);
}

body.page-form .formarea h2 {
  padding: 15px 20px;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}

body.page-form .formarea h2.hissu::after {
  display: inline-block;
  margin-left: 30px;
  content: "＊";
  color: #991216;
  font-weight: 900;
}

body.page-form .formarea .caption {
  margin-top: 30px;
  color: #991216;
  font-size: 1.4rem;
}

body.page-form .formarea .inner {
  padding: 10px;
}

body.page-form .formarea .inner > div {
  width: 100%;
}

body.page-form .formarea .uk-form-width-xsmall {
  width: 5em;
}

body.page-form .formarea .uk-form-width-small {
  width: 50%;
}

body.page-form .formarea .uk-form-width-medium {
  width: 80%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.page-form .formarea .uk-radio {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

body.page-form .btn-checkbox {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 20px;
  font-weight: 600;
  border: 2px solid #8C0000;
  background-color: #fff;
}

body.page-form #kiyakuchkGroup li {
  padding: 0;
}

#form.confirm table tr td {
  font-weight: 500;
}

#form.confirm table tr td span {
  font-weight: 700;
  margin-right: 10px;
}

#form.confirm #kanaGroup .uk-margin-medium-right,
#form.confirm #nameGroup .uk-margin-medium-right {
  margin-bottom: 0;
  margin-right: 30px !important;
}

label {
  cursor: pointer;
}

.uk-textarea {
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 600;
}

.uk-select,
.uk-input {
  border-radius: 4px;
  height: 40px;
  font-size: 1.6rem;
  font-weight: 600;
}

.uk-checkbox,
.uk-radio {
  border-radius: 4px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}

.uk-radio {
  border-radius: 50%;
}

.caption {
  font-size: 2.4rem;
}

.uk-text-medium {
  font-size: 1.6rem;
  font-weight: 400;
}

.uk-text-small {
  font-size: 1.2rem;
  font-weight: 400;
}

#form.comp h2 {
  font-weight: 700;
  font-size: 2.4rem;
}

#occupationGroup,
#jobsGroup {
  margin-left: -10px;
}

#occupationGroup li,
#jobsGroup li {
  padding-left: 10px;
}

.re-radio {
  display: none;
}

.re-radio + label {
  display: block;
  background-color: #fff;
  padding: 15px 10px;
}

.re-radio + label::before {
  display: inline-block;
  content: "";
  margin-right: 5px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.re-radio:checked + label {
  position: relative;
  color: #fff;
  background-color: #8C0000;
}

.re-radio:checked + label::before {
  background-color: #fff;
}

.re-radio:checked + label::after {
  position: absolute;
  left: 13px;
  top: 50%;
  margin-top: -3px;
  display: inline-block;
  content: "";
  margin-right: 5px;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  vertical-align: middle;
  background-color: #131313;
}

/* Focus */
.uk-radio:focus,
.uk-checkbox:focus {
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  border-color: #8C0000;
}

/*
 * Checked
 */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #8C0000;
  border-color: transparent;
}

/* Focus */
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: #8C0000;
}

.uk-radio:checked {
  background-color: #fff;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23B20000%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E);
  background-size: 66px;
}

/* container */
.uk-container-large {
  max-width: 1200px;
}

.leftbox {
  max-width: 720px;
  margin-right: auto;
}

.uk-list li {
  margin: 4px 0;
}

.uk-list > * > ul,
.uk-list > :nth-child(n+2) {
  margin-top: 4px;
}

/* background */
.bg-blue-dark,
.bg-blue-deep,
.bg-blue {
  background-color: #5D87D5;
  color: #fff;
}

.bg-blue-dark h1,
.bg-blue-dark h2,
.bg-blue-dark h3,
/* .bg-blue-dark h4, */
.bg-blue-dark h5,
.bg-blue-dark h6,
.bg-blue-deep h1,
.bg-blue-deep h2,
.bg-blue-deep h3,
.bg-blue-deep h4,
.bg-blue-deep h5,
.bg-blue-deep h6,
.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5,
.bg-blue h6 {
  color: #fff;
}

.bg-blue-dark {
  background-color: #3F4F5F;
}

.bg-blue-deep {
  background-color: #004B67;
}

.bg-white {
  background-color: #fff;
}

.bg-white.alpha {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-yellow {
  background-color: #FBC520;
}

/* text */
.fz-20 {
  font-size: 2rem !important;
}

.fz-24 {
  font-size: 2.4rem !important;
}

.fz-36 {
  font-size: 3.6rem !important;
}

/* color */
.fc-white {
  color: #fff;
}

.fc-yellow {
  color: #FFA000;
}

.fc-orange {
  color: #EB6C00;
}

.fc-purple {
  color: #6639B7;
}

.fc-green {
  color: #339999;
}

/* ttl */
.ttl-h2 {
  margin-bottom: 60px;
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

.ttl-h3 {
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}

/* link */
a:hover img {
  opacity: .6;
  -webkit-transition: .3s opacity ease;
  transition: .3s opacity ease;
}

a.blanklink:after {
  content: url(../img/icon-blank.png);
  display: inline-block;
  margin-left: 5px;
}

/* button */
.uk-button {
  text-transform: none !important;
  font-weight: 700;
  font-size: 2rem;
  border-radius: 3px;
}

.uk-button.round {
  border-radius: 50px;
}

.uk-button-large {
  font-size: 1.8rem;
  font-weight: 700;
}

.uk-button-secondary {
  background-color: #B20000;
  color: #fff;
  text-align: center;
}

.uk-button-secondary:hover {
  background-color: #B20000;
  color: #fff;
  opacity: 0.6;
  -webkit-transition: .3s opacity ease;
  transition: .3s opacity ease;
}

.uk-button-default {
  display: block;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #3F4F5F;
  color: #fff;
  text-align: left;
}

.uk-button-default img {
  vertical-align: middle;
  margin: 0 10px;
}

.uk-button-default:hover {
  background-color: #004B67;
  color: #fff;
  opacity: 0.6;
  -webkit-transition: .3s opacity ease;
  transition: .3s opacity ease;
}

.uk-button-primary {
  background-color: #efefef;
  color: #888;
  text-align: center;
}

.uk-button-primary:hover {
  background-color: #ccc;
  color: #fff;
  opacity: 0.6;
  -webkit-transition: .3s opacity ease;
  transition: .3s opacity ease;
}

.uk-button-disabled {
  background-color: #ccc;
  color: #888;
  text-align: center;
}

.uk-button-disabled:hover {
  background-color: #eee;
  color: #888;
  opacity: 0.6;
  -webkit-transition: .3s opacity ease;
  transition: .3s opacity ease;
}

@media screen and (max-height: 634px) {
  #header ul {
    margin: 30px 0;
  }
  #header .sitelogo {
    margin-bottom: 0;
  }
  #header .sitelogo img {
    height: 100px;
    width: auto;
    margin-bottom: 10px;
  }
  #header .sitelogo span {
    font-size: 1.6rem;
  }
}

#header-sp {
  display: none;
  background-color: #000;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
}

#header-sp .sitelogo img {
  height: 30px;
  width: auto;
}

#header-sp .btnset a {
  position: relative;
  overflow: hidden;
  font-size: 1.8rem;
}

#header-sp .btnset a::after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #eee;
  opacity: 0;
  transform: rotate(45deg);
  -webkit-animation: reflect 3s ease-in-out infinite;
          animation: reflect 3s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 2.5s ease-in-out infinite;
}

@keyframes reflect {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes reflect {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@media screen and (max-width: 1500px) {
  .hero .hero-inner p,
  .hero .hero-inner h2 {
    margin-top: 0;
    font-size: 3rem;
  }
  .hero .hero-inner h2 {
    font-size: 4rem;
  }
  #form table {
    display: block;
  }
  #form table tr, #form table th, #form table tbody, #form table td {
    display: block;
  }
  #form table tr th {
    padding: 15px;
  }
  #form table tr td {
    padding: 30px;
  }
  #form table tr td ul {
    margin-bottom: 20px;
  }
  .point4 .uk-flex > div {
    font-size: 2.2rem;
  }
  .faqarea.uk-padding-large,
  .bg-blue-dark.uk-padding,
  .bg-blue-dark.uk-padding-large {
    padding-left: 0;
    padding-right: 0;
  }
  .uk-padding-large {
    padding: 50px 30px;
  }
}

@media screen and (max-width: 1200px) {
  body {
    padding-top: 56px;
    padding-left: 0;
  }
  #header {
    display: none;
  }
  #header-sp {
    display: block;
  }
  .hero .hero-inner p,
  .hero .hero-inner h2 {
    font-size: 3.5rem;
  }
  .hero .hero-inner h2 {
    font-size: 4.5rem;
  }
  .overbg {
    margin-top: 20vh;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 30px;
    text-shadow: 0 0 10px #edeeef,
 0 0 10px #edeeef,
 0 0 10px #edeeef,
 0 0 10px #edeeef;
  }
  .section02,
  .section05,
  .faqarea {
    background-size: auto 600px;
    background-position: left top;
  }
  .section05 {
    background-size: auto 600px;
    background-position: right top;
  }
}

@media screen and (max-width: 960px) {
  html {
    overflow-x: hidden;
  }
  body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .uk-container {
    overflow-x: hidden;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .uservoice .icon {
    text-align: center;
    margin-bottom: 20px;
  }
  #footer.uk-padding-large {
    padding: 30px 20px 10px;
  }
  #footer ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  #footer ul li a {
    display: block;
    padding: 0;
  }
  #footer small {
    margin-top: 30px;
  }
  #footer .logoimg {
    width: 100px;
  }
  .copyright.uk-padding {
    padding: 10px 0;
  }
  #form #alert,
  .errMsg,
  #form .uk-textarea,
  #form .uk-select,
  #form .uk-input,
  #form table {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .hero .hero-inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .section03 h2 {
    line-height: 1.5;
  }
  .snsarea .uk-button-default {
    padding: 15px;
    line-height: 1.3;
  }
  .section08 .uk-table th,
  .section08 .uk-table td {
    font-size: 1.4rem;
  }
  .section06 .uk-grid > div:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 9px;
  }
  #header-sp .sitelogo img {
    height: 30px;
  }
  .hero .hero-inner {
    padding: 10px;
  }
  .hero .hero-inner div {
    font-size: 2.8rem;
  }
  .hero .hero-inner div.red {
    font-size: 3.2rem;
  }
  .overbg {
    margin-top: 40vh;
    padding-left: 15px;
    padding-right: 15px;
  }
  .point4 .uk-flex > div {
    font-size: 1.6rem;
  }
  .section05.uk-padding-large,
  .section02 .uk-container {
    padding-bottom: 0;
  }
  .section02 .small,
  .hero .hero-inner div span {
    font-size: 1.4rem;
  }
  .section02,
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  .section03 h2 {
    line-height: 1.5;
  }
  .section03 h2 span {
    display: block;
    margin-top: 10px;
    font-size: 2.8rem;
  }
  .point3 .uk-flex > div {
    padding: 0;
    margin-bottom: 20px;
  }
  .point3 .uk-flex > div:last-child {
    margin-bottom: 0;
  }
  .section07 .uk-list li span {
    display: none;
  }
  .section07 .uk-list li {
    text-align: center;
  }
  .section08 {
    padding-bottom: 0;
  }
  .section08 .uk-card-body {
    padding: 15px;
  }
  .section08 .uk-card-body .uk-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section08 .uk-table td,
  .section08 .uk-table th {
    font-size: 2rem;
    padding: 10px;
  }
  .section08 .uk-card .info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section08 .uk-card .yenbox {
    font-size: 2rem;
  }
  .section08 .uk-card .yenbox span {
    font-size: 1.4rem;
  }
  .section08 .uk-card .uk-label {
    padding: 0 10px;
    font-size: 1.4rem;
  }
  .section08 .uk-table td {
    font-size: 1.4rem;
  }
  .section08 .uk-table th {
    font-size: 1.2rem;
  }
  .snsarea .first {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .snsarea .last {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
  .snsarea .uk-button-default {
    text-align: center;
  }
  .meritpoint dl dt {
    text-align: center;
    font-size: 1.8rem;
  }
  .meritpoint dl dt span {
    display: block;
    font-size: 1.4rem;
  }
  .meritpoint dl dd {
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .section07 .uk-list li {
    margin-bottom: 25px;
  }
  .section07 .uk-list li::after {
    bottom: -20px;
    margin-left: -20px;
    border-width: 10px 20px 0 20px;
  }
  .uk-container,
  .uk-padding,
  .uk-padding-large {
    padding-left: 20px;
    padding-right: 20px;
  }
  .point4 .uk-flex {
    gap: 8px;
  }
  .point4 .uk-flex > div {
    width: 47%;
    padding: 20px 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #54687c;
    font-weight: 600;
  }
  .uservoice .box h3 {
    font-size: 2.2rem;
  }
  .uservoice .box h4 {
    font-size: 1.8rem;
  }
  .faqarea dl dt,
  .faqarea dl dd {
    padding-left: 35px;
  }
  .faqarea.uk-padding-large {
    padding-bottom: 0;
  }
  .company .uk-table {
    display: block;
  }
  .company .uk-table tbody, .company .uk-table tr, .company .uk-table td, .company .uk-table th {
    display: block;
    padding: 0;
    background-color: transparent;
  }
  .company .uk-table td {
    padding: 0;
    margin: 20px 0;
  }
  .company .uk-table .ttl {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
  .company .uk-table p {
    padding: 0 10px;
  }
  .uk-form-large {
    font-size: 1.6rem;
  }
  #form .ttl-h2,
  #form table tr th,
  #form table tr td {
    padding: 10px;
  }
  #form table tr td {
    padding: 20px 10px;
  }
  #kanaGroup .uk-margin-medium-right,
  #nameGroup .uk-margin-medium-right {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .uk-form-width-small {
    width: 5em;
  }
  #address {
    margin-top: 10px;
    margin-left: 0 !important;
  }
  #form table tr td ul li {
    margin-top: 20px;
    margin-right: 20px;
  }
  .formarea .kiyaku,
  #form .kiyaku {
    padding: 10px;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  #form table tr td ul#kiyakuchkGroup {
    padding-bottom: 20px;
  }
  #form .uk-button-danger {
    padding: 10px 0;
  }
  #form #alert {
    margin: 20px 0;
  }
  #footer.formfooter.uk-padding-large {
    padding: 20px;
  }
  #footer.formfooter.uk-padding-large .uk-flex-center.uk-grid {
    margin-left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer.formfooter.uk-padding-large .uk-button {
    height: 50px;
    line-height: 30px;
    padding: 0 10px;
  }
  #footer.formfooter.uk-padding-large .uk-button-default::after,
  #footer.formfooter.uk-padding-large .uk-button-secondary::after {
    right: 15px;
    margin-top: -15px;
  }
  #footer.formfooter.uk-padding-large .uk-button-default,
  #footer.formfooter.uk-padding-large .uk-button-secondary {
    max-width: 260px;
  }
}

@media screen and (max-width: 410px) {
  .section08 .uk-card .yenbox {
    width: 100%;
  }
  .section08 .uk-card .uk-label {
    margin: 10px 0 0 0;
  }
}
/*# sourceMappingURL=common.css.map */

.kiyaku h3 {
  color: #131313;
}

.no-arrow:after {
  content: "" !important;
}

@media screen and (max-width: 960px) {
  .hidden-at-sp {
    display: none;
  }
}

@media screen and (min-width: 961px) {
  .hidden-at-pc {
    display: none;
  }
}
