/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html {
  scroll-behavior: smooth;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family:'MS ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  color: #333;
  background-color: #1b1c44;
  font-size: 16px;
  letter-spacing: .025em;
  line-height: 1.8;
  margin: 0;
	
  font-weight: 400;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #fdc134;
  text-decoration: none;
}

a:hover {
  color: #fdd067;
  text-decoration: none;
}

p {
  font-size: 120%;
}

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


footer, header, main, section {
  display: block;
}


[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

img {
  vertical-align: middle;
  border-style: none;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

h1, h2, h3, h4 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-6, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-12, .col-lg-2, .col-lg-4, .col-lg-8, .col-xl-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 768px) {
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.collapse:not(.show) {
  display: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #fdc134;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
  transition: all ease-in-out 0.3s;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #f18d00;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 5px 0 16px;
  /*16px 0*/
  background: #fff;
  position: relative;
}

#header .header_ac {
  position: absolute;
  bottom: 0;
  right: 0;
}

#header .logo h1 {
  font-size: 24px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo h1 a span, #header .logo h1 a:hover span {
  color: #fdc134;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 160px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
  padding: 60px 0;
  /*60px 0*/
  overflow: hidden;
}

.section-bg {
  background: #fff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #213b52;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #fdc134;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Contact(step1)
--------------------------------------------------------------*/


/*-------lazysizesの背景指定-------*/

section.contact {
  background: 50% top / cover no-repeat #1b1c44;
}

@media screen and (max-width: 767px) {
  section.contact.lazyloaded {
    background-image: url('../img/step1/bg_step1-sp.webp');
  }
}

@media screen and (min-width: 768px) {
  section.contact.lazyloaded {
    background-image: url('../img/step1/bg_step1.webp');
  }
}

/*-------lazysizesの背景指定　end-------*/

@media screen and (min-width:1451px) {
  .contact .container {
    max-width: 65%;
  }
}

.contact .info-box {
  color: #444444;
  text-align: center;
}

.contact .info-box img{
  width: 100%;
  height: auto;
}

.contact .contact-box {
  background-color: rgba(27, 28, 68, 0.5);
  border: 10px solid #b6a15d;
  box-sizing: border-box;
}

.contact .contact_tittle {
  background-color: #98a593;
  padding: 15px 25px 25px;
}

.contact .contact_inner {
  padding: 25px;
  text-align: center;
}

.contact .contact_inner img{
  width: 100%;
  height: auto;
}

.contact .contact_inner h3 {
  color: #fff;
  font-size: 1.0rem;
  font-weight: 600;
}


/*--------------------------------------
コンバージョンアップボタン 
--------------------------------------*/

.sec10-btn, a.sec10-btn, button.sec10-btn {
  font-size: 1.95rem;
  /*1.6rem*/
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 0rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.sec10-btn-c-wrap {
  margin: 30px 0;
  text-align: center;
}

a.sec10-btn-c {
  font-size: 1.95rem;
  /*2.25rem*/
  line-height: 1.95rem;
  /*2.25rem*/
  font-weight: 700;
  /*600*/
  width: 100%;
  position: relative;
  /*padding: 0.25rem 2rem 0.65rem 2rem;0.25rem 2rem 0.5rem 1.8rem*/
  padding-top: 1em;
  /*1em*/
  padding-bottom: 1.25em;
  /*1em*/
  color: #3D2F11;
  /**/
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS明朝", serif;
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  /*-webkit-box-shadow: 0 5px 0 #956117;*/
  /*box-shadow: 0 5px 0 #956117;*/
  border: 1px solid transparent;
  /*submitで使った.btnから流用*/
}

@media screen and (max-width:1300px) {
  a.sec10-btn-c {
    font-size: 1.45rem;
    /*2.25rem*/
    line-height: 1.65rem;
    /*2.25rem*/
  }
}

a.sec10-btn-c span {
  font-size: 0.8rem;
  position: absolute;
  top: -0.75rem;
  left: calc(50% - 180px);
  display: block;
  width: 360px;
  padding: 0.25rem 0;
  color: #c27b2e;
  border: 2px solid #c27b2e;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.sec10-btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #3D2F11;
  /*#7a5015;*/
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 10%, #FDB931 18%, #9f7928 40%, #8A6E2F 50%, transparent 90%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  /*-webkit-box-shadow: 0 2px 0 #956725;*/
  /*box-shadow: 0 2px 0 #956725;*/
}

/*--------------------------------------------------------------
動くボタン
--------------------------------------------------------------*/

.pekopeko {
  animation: pekopeko 2s infinite;
  box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
}

@keyframes pekopeko {
  0% {
    box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
    top: 0px;
  }
  10% {
    box-shadow: 0 0 0 rgb(0, 0, 0, 0.3);
    top: 3px;
  }
  20% {
    box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
    top: 0px;
  }
  30% {
    box-shadow: 0 0 0 rgb(0, 0, 0, 0.3);
    top: 3px;
  }
  40% {
    box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
    top: 0px;
  }
}


/*--------------------------------------------------------------
戻るボタン　フォーム用
--------------------------------------------------------------*/

button.mfp_prev {
  color: #fff;
  background-color: #100c20;
  border-radius: 100vh;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 10px;
  border: 2px solid #100c20;
  /*フォームだけ追記*/
  outline: none
}

.btn-wrap {
  margin: 30px 0;
  text-align: center;
}

/*--------------------------------------------------------------
フォーム endフォーム用　エラーメッセージ
--------------------------------------------------------------*/

.mfp_err {
  color: #f86c73;
}

/*--------------------------------------------------------------
エラーメッセージ　フォーム用
--------------------------------------------------------------*/

.mfp_err {
  font-size: 14px;
  /*12px*/
  font-weight: 700;
  padding-bottom: 15px;
}

/*--------------------------------------------------------------
# step1-2
--------------------------------------------------------------*/

/*-------lazysizesの背景指定-------*/

section.step1-2 {
  background: 50% top / cover no-repeat #1b1c44;
}

@media screen and (max-width: 767px) {
  section.step1-2.lazyloaded {
    background-image: url('../img/step1/bg_step1-2-sp.webp');
  }
}

@media screen and (min-width: 768px) {
  section.step1-2.lazyloaded {
    background-image: url('../img/step1/bg_step1-2.webp');
  }
}

/*-------lazysizesの背景指定　end-------*/

.step1-2 .container {
  margin-bottom: 0;
  padding-bottom: 0;
}
.step1-2 .container img{
  width: 100%;
  height: auto;
}

@media screen and ( max-width:991px) {
  .step1-2 .container {
    max-width: 100%;
  }
}

@media screen and (min-width:992px) {
  .step1-2 .container {
    max-width: 45%;
  }
}

/*--------------------------------------------------------------
# step2
--------------------------------------------------------------*/

.step2 {
  background-color: #edede8;
}

.step2 {
  padding: 0;
}

.step2 h2 {
  color: #616154;
  /*#333*/
}

.step2 .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 120px;
}

.step2 .client-logo img {
  width: 80%;
  height: auto;	
  /*height: 40px;*/
}

/*
.step2 .client-logo:hover img {
  transform: scale(1.2);
}
*/

.step2 img {
  transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# step2-2
--------------------------------------------------------------*/

/*-------lazysizesの背景指定-------*/

section.step2-2 {
  background: 50% top / cover no-repeat #1b1c44;
}

@media screen and (max-width: 767px) {
  section.step2-2.lazyloaded {
    background-image: url('../img/step2/bg_step2-2-sp.webp');
  }
}

@media screen and (min-width: 768px) {
  section.step2-2.lazyloaded {
    background-image: url('../img/step2/bg_step2-2.webp');
  }
}

/*-------lazysizesの背景指定　end-------*/

.step2-2 .container {
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}

.step2-2 .container img{
  width: 100%;
  height: auto;
}

@media screen and ( max-width:991px) {
  .step2-2 .container {
    max-width: 100%;
  }
}

@media screen and (min-width:992px) {
  .step2-2 .container {
    max-width: 45%;
  }
}

/*--------------------------------------------------------------
セクション　ヘッダー
--------------------------------------------------------------*/

.header {
  text-align: center;
  background-color: #fff;
}

.header img {
  padding: 50px 0 30px;
  /*15px 0 */
}

/*--------------------------------------------------------------
# step3
--------------------------------------------------------------*/

/*-------lazysizesの背景指定-------*/

section.step3 {
  background: right top / cover no-repeat #e5e1d9;
}

.step3 .container img{
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  section.step3.lazyloaded {
    background-image: url('../img/step3/bg_step3-sp.jpg');
  }
}

@media screen and (min-width: 768px) {
  section.step3.lazyloaded {
    background-image: url('../img/step3/bg_step3.webp');
  }
}

/*-------lazysizesの背景指定　end-------*/


/* 吹き出し本体 */

.balloon {
  position: relative;
  padding: 20px 30px 20px;
  background-color: rgba(255, 255, 255, 0.85);
  /*248,239,218, 0.85*/
  display: inline-block;
  /* 横幅を自動で変更 */
  border-radius: 10px;
  box-shadow: 6px 6px 0px 0px #826F4A;
  /* 吹き出し本体の影#5a493f */
}

.balloon p {
  margin: 0 auto;
  font-size: 1.65rem;
  color: #6b5b3d;
  /*5a493f→826F4A*/
  font-weight: 600;
}

.balloon p span {
  color: #d84f1d;
}

@media screen and ( max-width:991px) {
  .balloon p {
    font-size: 1.0rem;
    font-weight: 600;
  }
}

/* 三角アイコン */

.balloon::before {
  content: '';
  position: absolute;
  display: block;
  /*block*/
  width: 0;
  height: 0;
  left: 27px;
  bottom: -18px;
  border-top: 15px solid #826F4A;
  /*#5a493f*/
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}


/* 三角アイコンの影 */

.balloon::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -15px;
  border-top: 15px solid #f8f7f6;
  /*#f8efda*/
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

.b1 {
  margin: 0 0 30px 0;
}

.b2 {
  margin: 0 0 30px 20px;
}

.b3 {
  margin: 0 0 30px 0;
}

.b4 {
  margin: 0 0 30px 40px;
}

.b5 {
  margin: 0 0 30px 0;
}

/*--------------------------------------------------------------
マーカー
--------------------------------------------------------------*/

.c-marker {
  background: -webkit-linear-gradient(left, rgb(255, 243, 175) 50%, transparent 50%);
  background: -moz-linear-gradient(left, rgb(255, 243, 175) 50%, transparent 50%);
  background: linear-gradient(left, rgb(255, 243, 175) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em;
  background-position: 100% .5em;
  transition: 5s;
}

.c-marker.is-active {
  background-position: 0% .5em;
}

/*--------------------------------------------------------------
# step3-2
--------------------------------------------------------------*/

/*-------lazysizesの背景指定-------*/

section.step3-2 {
  background: 50% bottom / cover no-repeat #1b1c44;
}

@media screen and (max-width: 767px) {
  section.step3-2.lazyloaded {
    background-image: url('../img/step3/bg_step3-2-sp.webp');
  }
}

@media screen and (min-width: 768px) {
  section.step3-2.lazyloaded {
    background-image: url('../img/step3/bg_step3-2.webp');
  }
}

/*-------lazysizesの背景指定　end-------*/

.step3-2 .container {
  margin-bottom: 0;
  padding-bottom: 0;
}

.step3-2 .container img{
  width: 100%;
  height: auto;
}

@media screen and ( max-width:991px) {
  .step3-2 .container {
    max-width: 100%;
  }
}

@media screen and (min-width:992px) {
  .step3-2 .container {
    max-width: 45%;
  }
}

.section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px 20px;
}

/*--------------------------------------------------------------
# step4
--------------------------------------------------------------*/

.step4 {
  background-color: #f7f6f5;
  /*#f8efda*/
}

.step4 .work {
  text-align: center;
  margin-bottom: 20px;
}

.step4 .work img{
  width: 100%;
  height: auto;
}

.step4 .work .kei img,.step4 .work .end_kei img{
  width: 80%;
  height: auto;
}

.step4 .work h2 {
  color: #fff;
  background-color: #100c20;
  font-size: 1.25rem;
  padding: 15px 0;
  font-weight: 600;
  background-image: linear-gradient(135deg, #F5D167 10px, transparent 0);
  /*角の三角アクセント*/
}

.step4 .work h2.wt1 {
  background-color: #B56D02;
}

.step4 .work h2.wt2 {
  background-color: #9DA694;
}

.step4 .work h2.wt3 {
  background-color: #8CA1A2;
}

.step4 .work h2.wt4 {
  background-color: #A6949E;
}

.step4 .work .pic {
  margin-bottom: 0px;
  /*15px*/
  overflow: hidden;
  /*min-height: 260px;*/
}

.step4 .work .pic img {
  max-width: 100%;
}

.step4 .work .work_info {
  padding: 15px 0;
  min-height: 220px;
  /*js- mheightが時々効かないのでmin-heightで対応　320px*/
  position: relative;
  background-color: #fff;
}

/*飾り罫下　PC版*/

@media screen and (min-width:768px) {
  .step4 .work .work_info .end_kei {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.step4 .work .ibg1 {
  background-color: #f5dbbd;
}

.step4 .work .ibg2 {
  background-color: #D5E3C8;
}

.step4 .work .ibg3 {
  background-color: #bedde0;
}

.step4 .work .ibg4 {
  background-color: #e4dbdf;
}

.step4 .work h3 {
  font-weight: 800;
  margin-bottom: 2px;
  font-size: 18px;
  color: #213b52;
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS明朝", serif;
  /* 追加 */
  transform: rotate(.03deg);
}

.step4 .work h4 {
  display: block;
  color: #213b52;
  font-size: 20px;
  font-weight: 800;
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS明朝", serif;
  /* 追加 */
  transform: rotate(.03deg);
}

.step4 .work h4 span {
  color: #d45214;
  font-size: 28px;
}

.step4 .work hr {
  margin: 1em 4em;
  color: #4d8bb7;
}

/*--------------------------------------------------------------
# step4-2
--------------------------------------------------------------*/

/*-------lazysizesの背景指定-------*/

section.step4-2 {
  background: left top / cover no-repeat #1b1c44;
}

@media screen and (max-width: 767px) {
  section.step4-2.lazyloaded {
    background-image: url('../img/step4/bg_step4-2-sp.webp');
  }
}

@media screen and (min-width: 768px) {
  section.step4-2.lazyloaded {
    background-image: url('../img/step4/bg_step4-2.webp');
  }
}

/*-------lazysizesの背景指定　end-------*/

.step4-2 .container {
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}

.step4-2 .container img{
  width: 100%;
  height: auto;
}

@media screen and ( max-width:991px) {
  .step4-2 .container {
    max-width: 100%;
  }
}

@media screen and (min-width:992px) {
  .step4-2 .container {
    max-width: 45%;
  }
}

/*--------------------------------------------------------------
# step5
--------------------------------------------------------------*/

.step5 {
  background-color: #eae1cf;
  /*f7f0d8*/
}
.step5 .container img{
  width: 100%;
  height: auto;
}

@media screen and ( max-width:991px) {
  .step5 {
    margin-top: -40px;
  }
}

@media screen and ( min-width:921px) {
  .step5 {
    margin-top: 0;
  }
}

.step5 .content {
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
}

/*
.step5 .content img{
	border-radius:30px;
}
*/

.step5 .content h3 {
  font-weight: 800;
  font-size: 32px;
  /*26px*/
  color: #d45214;
  /*#213b52*/
}

@media screen and ( max-width:991px) {
  .step5 .content h3 {
    font-size: 18px;
    /*26px*/
  }
}

@media screen and (min-width:992px) {
  .step5 .content h3 {
    font-size: 32px;
    /*26px*/
  }
}

@media screen and ( max-width:767px) {
  .step5 .content h3 {
    padding: 40px 40px 0px 40px;
  }
  .step5 .content p {
    padding: 15px 40px 15px 40px;
  }
  .step5 .content img {
    padding: 0px 40px 40px 40px;
  }
}

@media screen and (min-width:768px) {
  .step5 .content h3 {
    padding: 0 0 0 40px;
  }
  .step5 .content p {
    padding: 0 0 0 40px;
  }
  .step5 .content img {
    padding: 40px 40px 40px 20px;
  }
}


/*--------------------------------------------------------------
# step6
--------------------------------------------------------------*/

section.step6 {
  padding-bottom: 40px;
}

.step6 .container .title-6 img{
  width: 100%;
  height: auto;
}

/*-------lazysizesの背景指定-------*/

section.step6 {
  background: 50% top / cover no-repeat #eaeae0;
}

@media screen and (max-width: 767px) {
  section.step6.lazyloaded {
    background-image: url('../img/step6/bg_step6-sp.webp');
  }
	.card-img img{
  width: 100%;
  height: auto;
}
}

@media screen and (min-width: 768px) {
  section.step6.lazyloaded {
    background-image: url('../img/step6/bg_step6.webp');
  }
}

/*-------lazysizesの背景指定　end-------*/

@media screen and ( max-width:991px) {
  .step6 {
    margin-top: -40px;
  }
}

@media screen and ( min-width:921px) {
  .step6 {
    margin-top: 0;
  }
}

.step6 .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
  background: transparent;
  width: 100%;
}

.step6 .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.step6 .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.step6 .card-img h2 {
  color: #fff;
  background-color: #35100b;
  /*#6c380e*/
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS明朝", serif;
}

@media screen and ( max-width:509px) {
  .step6 .card-img {
    position: relative;
    /*相対配置*/
  }
  .step6 .card-img h2 {
    position: absolute;
    /*絶対配置*/
    bottom: 5%;
    right: 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 10px 20px;
    z-index: 1000;
  }
}

@media screen and (min-width:510px) and ( max-width:767px) {
  .step6 .card-img {
    position: relative;
    /*相対配置*/
  }
  .step6 .card-img h2 {
    position: absolute;
    /*絶対配置*/
    bottom: 15%;
    left: 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 10px 60px;
    z-index: 1000;
  }
}

@media screen and (min-width:768px) and ( max-width:991px) {
  .step6 .card-img {
    position: relative;
    /*相対配置*/
  }
  .step6 .card-img h2 {
    position: absolute;
    /*絶対配置*/
    bottom: 15%;
    left: 0;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 10px 60px;
    z-index: 1000;
  }
}

@media screen and (min-width:992px) {
  .step6 .card-img {
    position: relative;
    /*相対配置*/
  }
  .step6 .card-img h2 {
    position: absolute;
    /*絶対配置*/
    top: 40%;
    right: 0;
    font-size: 1.85rem;
    /*2.65rem*/
    font-weight: 700;
    line-height: 1.4;
    padding: 10px 120px;
  }
}

.step6 .card-img h2 {
  background-image: linear-gradient(135deg, #ffbf49 20px, transparent 0);
  /*角の三角アクセント#d45214*/
}

.step6 .card-body {
  z-index: 10;
  background: #fff;
  border-top: 8px solid #35100b;
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  /*background-image: linear-gradient(135deg, #ffbf49 30px, transparent 0);/*角の三角アクセント#d45214*/
}

@media screen and ( max-width:509px) {
  .step6 .card-body {
    margin-top: 10px;
  }
}

@media screen and ( min-width:510px) {
  .step6 .card-body {
    margin-top: -60px;
  }
}

.step6 .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.step6 .card-title a {
  color: #213b52;
  transition: 0.3s;
}

.step6 .card-text {
  color: #5e5e5e;
}

.step6 .read-more a {
  color: #fdc134;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
}

.step6 .read-more a:hover {
  color: #d45214;
}

/*--------------------------------------------------------------
# step6-2
--------------------------------------------------------------*/

/*-------lazysizesの背景指定-------*/

section.step6-2 {
  background: right top / cover no-repeat #1b1c44;
}

@media screen and (max-width: 767px) {
  section.step6-2.lazyloaded {
    background-image: url('../img/step6/bg_step6-2-sp.webp');
  }
}

@media screen and (min-width: 768px) {
  section.step6-2.lazyloaded {
    background-image: url('../img/step6/bg_step6-2.webp');
  }
}

/*-------lazysizesの背景指定　end-------*/

.step6-2 .container {
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}

 .step6-2 .container img{
  width: 100%;
  height: auto;
}

@media screen and ( max-width:991px) {
  .step6-2 .container {
    max-width: 100%;
  }
}

@media screen and (min-width:992px) {
  .step6-2 .container {
    max-width: 45%;
  }
}


/*--------------------------------------------------------------
# step9
--------------------------------------------------------------*/

.step9 {
  padding: 60px 0;
  background-color: #CEDAEB;
  /*eae1cf*/
}

.step9 .section-title h2 {
  color: #1f3c51;
  /*35100b*/
}

.step9 .faq-list {
  padding: 0;
  list-style: none;
}

.step9 .faq-list li {
  padding: 0 0 20px 25px;
}

.step9 .faq-list a {
  display: block;
  position: relative;
  font-size: 18px;
  /*18px*/
  font-weight: 700;
  color: #1f3c51;
  /*35100b*/
}

.step9 .faq-list i {
  font-size: 18px;
  /*18px*/
  position: absolute;
  left: -25px;
  top: 6px;
}

.step9 .faq-list p {
  margin-bottom: 20px;
  font-size: 18px;
  /*15px*/
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
}

.step9 .faq-list a.collapse {
  color: #ffbf49;
}

.step9 .faq-list a.collapsed {
  color: #1f3c51;
  /*35100b*/
}

.step9 .faq-list a.collapsed:hover {
  color: #ffbf49;
}

.step9 .faq-list a.collapsed i::before {
  content: "\eab2" !important;
}

/*--------------------------------------------------------------
# end_contact
--------------------------------------------------------------*/

/*-------lazysizesの背景指定-------*/

section.end_contact {
  background: 50% top / cover no-repeat #1b1c44;
}

@media screen and (max-width: 767px) {
  section.end_contact.lazyloaded {
    background-image: url('../img/step1/bg_step1-sp.webp');
  }
}

@media screen and (min-width: 768px) {
  section.end_contact.lazyloaded {
    background-image: url('../img/step1/bg_step1.webp');
  }
}

/*-------lazysizesの背景指定　end-------*/

@media screen and (min-width:1280px) {
  .end_contact .container {
    max-width: 65%;
  }
}

.end_contact .info-box {
  color: #444444;
  text-align: center;
  /*
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
*/
}

.end_contact .contact-box {
  background-color: rgba(27, 28, 68, 0.5);
  border: 10px solid #b6a15d;
  box-sizing: border-box;
}

.end_contact .contact_tittle {
  background-color: #98a593;
  padding: 15px 25px 25px;
}

.end_contact .contact_inner {
  padding: 25px;
  text-align: center;
}

.end_contact .contact_inner img{
  width: 100%;
  height: auto;
}

.end_contact .contact_inner h3 {
  color: #fff;
  font-size: 1.0rem;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #1b1c44;
  color: #fff;
  font-size: 14px;
  position: relative;
}

#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #1b1c44;
  /*35100b*/
  z-index: 1;
}

#footer .footer-bottom {
  /*border-top: 1px solid #1a2e40;*/
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
}

@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    padding: 5px;
    float: none;
    text-align: ceneter;
  }
}

/*フォームのセレクター*/

.select-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-box select {
  width: 100%;
  padding: 4px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #beac7b;
  border-radius: 3px;
  background: #eee;
  background: url(../img/step1/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #f5de9f 100%);
  background: url(../img/step1/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%, #f5de9f 100%);
  background-size: 20px, 100%;
  /**/
  color: #7d8879;
  outline: none
}

.select-box_end-c {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

select::-ms-expand {
  display: none;
  /*IE11矢印消す*/
}

.select-box select option {
  color: #333;
}

/*フォームのチェックボックス*/

.chk_area label {
  display: inline-block;
  height: 60px;
  /*30px*/
  line-height: 60px;
  letter-spacing: normal;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  /*30px*/
  cursor: pointer;
  width: 100px;
  /*100px*/
  margin-bottom: 12px;
  /*追記*/
  color: #8f815d;
  font-weight: 600;
  border: 1px solid #beac7b;
  background: right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #f5de9f 100%);
  background: right 50% no-repeat, linear-gradient(to bottom, #fff 0%, #f5de9f 100%);
}

.chk_area label:last-of-type {
  margin-right: 0;
}

.chk_area .check_label:hover {
  background-color: #beac7b;
  /*追記*/
}

.chk_area input[type="checkbox"] {
  display: none;
}

.chk_area input[type="checkbox"]:checked+label {
  color: #fff;
  border-color: #856b26;
  /*#beac7b*/
  /*background: #beac7b;*/
  background: right 50% no-repeat, -webkit-linear-gradient(top, #f5d068 0%, #856b26 100%);
  /*#f5de9f 0%,#beac7b 100%*/
  background: right 50% no-repeat, linear-gradient(to bottom, #f5d068 0%, #856b26 100%);
}

/*ダミー*/

.chk_area .displaynone {
  display: none;
}

.chk_area .checkbox-parts {
  display: none;
}


/* 経験分野を選んでください */

@media screen and (max-width:599px) {
  /* 小さい画面のスマホ用 */
  .mfp_phase h3 {
    font-size: 95%;
  }
}

/*段階的入力フォーム*/

ul#mfp_phase_stat {
  display: none;
}

#mfp_hidden {
  display: none;
}


/*--------------------------------------------------------------
フォーム メールフォームプロのリンク無効解除
--------------------------------------------------------------*/

div#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001;
}

div#mfp_overlay_inner {
  background-color: #FFF;
  padding: 15px;
  margin: 0px auto;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #000;
  width: 640px;
  max-width: 90%;
}

div#mfp_overlay_background {
  background-color: #000;
  position: absolute;
  display: none;
  z-index: 10000;
}

div#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #000;
  position: absolute;
}

div#mfp_loading {
  z-index: 20001;
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  background-image: url(_images/mfp_loading.gif);
}

/*--------------------------------------------------------------
フォーム endフォームの項目横並び
--------------------------------------------------------------*/

.end-form_tittle {
  display: inline-flex;
  justify-content: space-between;
}

.end-form_tittle h3 {
  width: 6em;
}

/*--------------------------------------------------------------
フォームCTAボタンデザイン
--------------------------------------------------------------*/

.mfp_phase button.mfp_next, .mfp_phase button.submit {
  margin-bottom: 20px;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  font-size: 1.35rem;
  /*2.25rem*/
  line-height: 1.35rem;
  /*1.85rem*/
  font-weight: 800;
  /*600*/
  width: 100%;
  padding-top: 1.35em;
  /*1.25em*/
  padding-bottom: 1em;
  /*1em*/
  color: #3D2F11;
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS明朝", serif;
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  border: 1px solid transparent;
  outline: none;
}

mfp_phase button.mfp_next:hover, .mfp_phase button.submit:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #3D2F11;
  /*#7a5015;*/
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 10%, #FDB931 18%, #9f7928 40%, #8A6E2F 50%, transparent 90%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

#mfp_phase_0, #mfp_phase_1, #mfp_phase_2, #mfp_phase_3 {
  position: relative;
}

#mfp_phase_0 img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 80px;
  /*115px;*/
}

#mfp_phase_1 img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 125px;
  /*160px;*/
}

#mfp_phase_2 img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 125px;
  /*160px;*/
}

#mfp_phase_3 img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 155px;
  /*190px*/
}


/*--------------------------------------------------------------
フォーム理想の求人を探してもらうの動き
--------------------------------------------------------------*/

.mocchiri {
  animation: mocchiri 3s infinite;
}

@keyframes mocchiri {
  0% {
    transform: scale(1, 0.8);
  }
  20% {
    transform: scale(0.8, 1.1);
  }
  95% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.8);
  }
}

/*--------------------------------------------------------------
ファイル添付ボタンの色
--------------------------------------------------------------*/

#attachment {
  color: #fff;
  text-align: center;
}

#attachment label {
  /* ボタン部分の見た目（任意） */
  display: inline-block;
  position: relative;
  background: #bfab7f;
  color: #fff;
  font-size: 14px;
  /*16px*/
  padding: 10px 18px;
  border-radius: 4px;
  transition: all 0.3s;
  height: 45px;
  /*追記*/
}

#attachment label:hover {
  background: #f8e3b4;
  transition: all 0.4s;
}

#attachment label input {
  /* ポイント */
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  /*height: 100%;*/
}

#attachment .filename {
  font-weight: 16px;
  margin: 0 0 0 10px;
}

/*--------------------------------------------------------------
画像遅延読み込み用のフェード
--------------------------------------------------------------*/

.box-fadein img {
  opacity: 0;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
}

.box-fadein.lazyloaded img.lazyloaded {
  opacity: 1;
}

/*--------------------------------------------------------------
PCスマホの画像切り分け
--------------------------------------------------------------*/

/* パソコンで見たときは"pc"のclassがついた画像が表示される */

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */

@media only screen and (max-width: 428px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

