/* reset
------------------------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, main, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #102550;
  font-weight: 400;
}

.font_en {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font_wh {
  color: #fff;
}

html {
  height: 100%;
  width: 100%;
}

body {
  overflow-x: hidden;
  background: #142e4b;
}
body.page-id-38 {
  background: transparent;
}
body.page-id-38 header,
body.page-id-38 #wpadminbar,
body.page-id-38 .entry-footer {
  display: none !important;
}

section {
  position: relative;
}

.cont-sp {
  display: none !important;
}

@media (max-width: 850px) {
  .cont-pc {
    display: none !important;
  }
  .cont-sp {
    display: block !important;
  }
}
a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
}

.cont_inner {
  width: 95%;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .cont_inner {
    width: 90%;
  }
}

header {
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}
header h2 {
  width: 98px;
  margin: 0 0 0 3vw;
  position: relative;
  z-index: 2;
  line-height: 1;
}
@media (max-width: 850px) {
  header h2 {
    width: 70px;
    margin: 0 0 0 5.5vw;
  }
}
header h2 a {
  display: block;
}
header nav {
  position: relative;
  z-index: 2;
}
header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav ul li {
  padding: 5px 12px;
}
header nav ul li a {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
header nav ul li.header_contact {
  background: -webkit-gradient(linear, left top, left bottom, from(#a58b45), to(#7d611e));
  background: linear-gradient(#a58b45, #7d611e);
  width: 115px;
  height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 2px solid #bbac88;
  border-bottom: 2px solid #bbac88;
  border-radius: 0 0 0 10px;
  padding: 0;
  margin: 0 0 0 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
@media (max-width: 850px) {
  header nav ul li.header_contact {
    width: 80px;
    height: 80px;
  }
}
header nav ul li.header_contact a {
  border-bottom: none;
  font-size: 18px;
  width: 115px;
  height: 115px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 3px;
}
@media (max-width: 850px) {
  header nav ul li.header_contact a {
    width: 80px;
    height: 80px;
    font-size: 14px;
  }
}
header nav ul li.header_contact img {
  width: 32px;
  display: block;
  margin: 0 auto 5px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
@media (max-width: 850px) {
  header nav ul li.header_contact img {
    width: 24px;
  }
}
header .header_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #301454, #290312);
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
header.scroll .header_bg {
  opacity: 1;
}
header.scroll ul li.header_contact {
  width: 115px;
  height: 90px;
}
@media (max-width: 850px) {
  header.scroll ul li.header_contact {
    width: 80px;
    height: 80px;
    border-bottom: 2px solid #bbac88;
    border-radius: 0 0 0 10px;
  }
}
header.scroll ul li.header_contact img {
  width: 24px;
  margin: 5px auto 5px;
}
@media (max-width: 850px) {
  header.scroll ul li.header_contact img {
    margin: 0 auto 5px;
  }
}

.cont_ttl {
  font-size: 2.1vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 1640px) {
  .cont_ttl {
    font-size: 38px;
  }
}
@media (max-width: 850px) {
  .cont_ttl {
    font-size: 24px;
  }
}

.ttl_line {
  width: 5.8565153734vw;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#d0b364), to(#7b5e1b));
  background: linear-gradient(90deg, #d0b364, #7b5e1b);
  margin: 35px 0;
}
@media (min-width: 1640px) {
  .ttl_line {
    width: 80px;
  }
}
@media (max-width: 850px) {
  .ttl_line {
    width: 13.3333333333vw;
    margin: 25px 0;
  }
}

.cont_txt {
  font-size: 18px;
}

.contact_form_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background: rgba(48, 20, 84, 0.9);
  z-index: 10000;
  display: none;
}
.contact_form_modal .contact_form_modal_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  cursor: pointer;
}
.contact_form_modal .contact_form_modal_close::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contact_form_modal .contact_form_modal_close::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.contact_form_modal .contact_form_modal_close:hover {
  opacity: 0.6;
}
.contact_form_modal .cont_ttl {
  text-align: center;
  color: #fff;
}
.contact_form_modal .ttl_line {
  margin: 35px auto;
}
.contact_form_modal .contact_form_txt {
  color: #fff;
  margin: 20px 25px;
}
@media (max-width: 639px) {
  .contact_form_modal .contact_form_txt {
    margin: 20px 0;
  }
}

.contact_form_modal_inner, #post-38 {
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
  padding: 60px 0;
}
@media (max-width: 639px) {
  .contact_form_modal_inner, #post-38 {
    width: 80%;
  }
}
.contact_form_modal_inner .smf-form--business .smf-item, #post-38 .smf-form--business .smf-item {
  border: none;
}
.contact_form_modal_inner .smf-form--business .smf-item:first-child, #post-38 .smf-form--business .smf-item:first-child {
  display: none !important;
}
.contact_form_modal_inner .smf-form--business .smf-item__col--label, #post-38 .smf-form--business .smf-item__col--label {
  background: transparent;
  border-right: none;
  color: #fff;
}
.contact_form_modal_inner .smf-form .smf-text-control__control, #post-38 .smf-form .smf-text-control__control {
  width: 100%;
  border-radius: 5px;
}
.contact_form_modal_inner .smf-form .smf-select-control__control, #post-38 .smf-form .smf-select-control__control {
  width: 100%;
  color: #000;
  border-radius: 5px;
}
.contact_form_modal_inner .smf-form .smf-select-control, #post-38 .smf-form .smf-select-control {
  color: #000;
  border-radius: 5px;
}
.contact_form_modal_inner .smf-item__label__text a, #post-38 .smf-item__label__text a {
  color: #fff;
  text-decoration: underline;
}
.contact_form_modal_inner .smf-checkbox-control__label, #post-38 .smf-checkbox-control__label {
  color: #fff;
}
.contact_form_modal_inner .smf-form .smf-checkbox-control__control, #post-38 .smf-form .smf-checkbox-control__control {
  margin: 0.6em 0 0;
}
.contact_form_modal_inner .smf-form .smf-file-control > label, #post-38 .smf-form .smf-file-control > label {
  color: #fff;
}
.contact_form_modal_inner .smf-action .smf-button-control__control, #post-38 .smf-action .smf-button-control__control {
  padding: 15px 75px;
  font-size: 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(#a58b45), to(#7d611e));
  background: linear-gradient(#a58b45, #7d611e);
  color: #fff;
  min-width: 255px;
  border: 2px solid #bbac88;
  -webkit-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.contact_form_modal_inner .smf-action .smf-button-control__control:hover, #post-38 .smf-action .smf-button-control__control:hover {
  opacity: 0.7;
}
.contact_form_modal_inner .smf-action .smf-button-control__control:before, #post-38 .smf-action .smf-button-control__control:before {
  content: "";
  background: url("../img/icon_next.png") no-repeat center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  margin: 0 5px 0 0;
}
.contact_form_modal_inner .smf-action .smf-button-control__control[data-action=back], #post-38 .smf-action .smf-button-control__control[data-action=back] {
  background: #fff;
  color: #7d611e;
}
.contact_form_modal_inner .smf-action .smf-button-control__control[data-action=back]:before, #post-38 .smf-action .smf-button-control__control[data-action=back]:before {
  background: url("../img/icon_prev.png") no-repeat center center;
  background-size: contain;
}
.contact_form_modal_inner .smf-action .smf-button-control__control[data-action=complete]:before, #post-38 .smf-action .smf-button-control__control[data-action=complete]:before {
  background: url("../img/icon_submit.png") no-repeat center center;
  background-size: contain;
  width: 26px;
  height: 26px;
}
.contact_form_modal_inner .smf-form--business .smf-item__col, #post-38 .smf-form--business .smf-item__col {
  color: #fff;
}
.contact_form_modal_inner .smf-form--business .smf-item__col input, #post-38 .smf-form--business .smf-item__col input {
  color: #000;
}
.contact_form_modal_inner .smf-complete-content, #post-38 .smf-complete-content {
  color: #fff;
  text-align: center;
}
@media (max-width: 639px) {
  .contact_form_modal_inner .smf-complete-content, #post-38 .smf-complete-content {
    text-align: left;
  }
}
.contact_form_modal_inner .smf-complete-content p, #post-38 .smf-complete-content p {
  margin: 30px 0 0;
}
.contact_form_modal_inner .smf-complete-content p.modal_close_btn, #post-38 .smf-complete-content p.modal_close_btn {
  padding: 15px 75px;
  font-size: 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(#a58b45), to(#7d611e));
  background: linear-gradient(#a58b45, #7d611e);
  color: #fff;
  min-width: 225px;
  display: table;
  margin: 30px auto 0;
  text-align: center;
  border: 2px solid #bbac88;
  -webkit-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
  border-radius: 5px;
  cursor: pointer;
}
.contact_form_modal_inner .smf-complete-content p.modal_close_btn:hover, #post-38 .smf-complete-content p.modal_close_btn:hover {
  opacity: 0.7;
}
.contact_form_modal_inner .smf-placeholder, #post-38 .smf-placeholder {
  word-break: break-all;
}
.contact_form_modal_inner .smf-system-error-content, #post-38 .smf-system-error-content {
  color: #fff;
}
.contact_form_modal_inner .smf-item__label, #post-38 .smf-item__label {
  display: inline;
  margin: 0 8px 0 0;
}
.contact_form_modal_inner .smf-item__description, #post-38 .smf-item__description {
  display: inline;
  border: 1px solid #fff;
  color: #fff;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 5px;
}
.contact_form_modal_inner .smf-form .smf-file-control__label, #post-38 .smf-form .smf-file-control__label {
  background: #fff;
  font-size: 12px;
}
.contact_form_modal_inner .smf-form .smf-select-control__toggle, #post-38 .smf-form .smf-select-control__toggle {
  border-radius: 5px;
}
.contact_form_modal_inner .smf-file-control__filename--no-file,
.contact_form_modal_inner .smf-file-control__filename--has-file,
.contact_form_modal_inner .smf-file-control__clear, #post-38 .smf-file-control__filename--no-file,
#post-38 .smf-file-control__filename--has-file,
#post-38 .smf-file-control__clear {
  font-size: 14px;
}
.contact_form_modal_inner .wp-block-snow-monkey-forms-item, #post-38 .wp-block-snow-monkey-forms-item {
  padding: 8px 0;
  font-size: 16px;
}
.contact_form_modal_inner .file-subtext, #post-38 .file-subtext {
  margin: 10px 0 0;
  font-size: 14px;
}
@media (min-width: 640px) {
  .contact_form_modal_inner .smf-form--business .smf-item__col--label, #post-38 .smf-form--business .smf-item__col--label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16em;
            flex: 0 0 16em;
    max-width: 16em;
    padding: 0.5em 1em;
  }
  .contact_form_modal_inner .smf-form--business .smf-item__col--controls, #post-38 .smf-form--business .smf-item__col--controls {
    padding: 0.5em 1em;
  }
}
@media (max-width: 639px) {
  .contact_form_modal_inner .smf-form--business .smf-item__col--label, #post-38 .smf-form--business .smf-item__col--label {
    border: none;
    padding: 0 !important;
  }
  .contact_form_modal_inner .smf-form--business .smf-item__col, #post-38 .smf-form--business .smf-item__col {
    padding: 10px 0 20px;
  }
  .contact_form_modal_inner .smf-action .smf-button-control + .smf-button-control, #post-38 .smf-action .smf-button-control + .smf-button-control {
    display: block;
    margin: 20px auto 0;
  }
}

html.fixed,
body.fixed {
  overflow: hidden;
}

.sec_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100lvh;
}
@media (max-width: 850px) {
  .sec_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec_01 .sec_01_block_01 {
  width: 33.34%;
  height: 100%;
  padding: 150px 3vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#301454), to(#290312));
  background: linear-gradient(#301454, #290312);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
}
@media (max-width: 850px) {
  .sec_01 .sec_01_block_01 {
    width: 100%;
    height: 100%;
    padding: 20px 6.6666666667vw;
  }
}
.sec_01 .sec_01_block_01 h1 {
  font-size: 2.7vw;
  line-height: 1.4;
  margin: 0 0 30px;
  letter-spacing: 0.1em;
}
@media (min-width: 1500px) {
  .sec_01 .sec_01_block_01 h1 {
    font-size: 40px;
  }
}
@media (max-width: 850px) {
  .sec_01 .sec_01_block_01 h1 {
    font-size: 24px;
    margin: 0 0 30px;
  }
}
.sec_01 .sec_01_block_01 ul {
  font-size: 1.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8vw;
  max-width: 28vw;
}
@media (min-width: 1500px) {
  .sec_01 .sec_01_block_01 ul {
    font-size: 15px;
    gap: 8px;
  }
}
@media (max-width: 850px) {
  .sec_01 .sec_01_block_01 ul {
    font-size: 12px;
    max-width: none;
  }
}
.sec_01 .sec_01_block_01 ul li {
  padding: 4px 10px 6px;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 20px;
}
@media (max-width: 850px) {
  .sec_01 .sec_01_block_01 ul li {
    padding: 5px 10px;
  }
}
.sec_01 .sec_01_block_01 .sec_02_block_01 {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/sec_02_img_01.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 850px) {
  .sec_01 .sec_01_block_01 .sec_02_block_01 {
    width: 100%;
    padding: 0 0 85%;
  }
}
.sec_01 .sec_01_block_02 {
  width: 33.33%;
  height: 100%;
  background: url("../img/sec_01_img_01.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 850px) {
  .sec_01 .sec_01_block_02 {
    width: 100%;
    background: url("../img/sec_01_img_01_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.sec_01 .sec_01_block_03 {
  width: 33.33%;
  height: 100%;
  background: url("../img/sec_01_img_02.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
@media (max-width: 850px) {
  .sec_01 .sec_01_block_03 {
    width: 100%;
    background: url("../img/sec_01_img_02.jpg") no-repeat center center;
    background-size: cover;
  }
}
.sec_01 .sec_01_block_03 .sec_02_block_02 {
  background: -webkit-gradient(linear, left top, left bottom, from(#301454), to(#290312));
  background: linear-gradient(#301454, #290312);
  color: #fff;
  padding: 10.2489019034vw 5.1244509517vw;
  width: 50vw;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
@media (min-width: 1500px) {
  .sec_01 .sec_01_block_03 .sec_02_block_02 {
    padding: 140px 70px;
  }
}
@media (max-width: 850px) {
  .sec_01 .sec_01_block_03 .sec_02_block_02 {
    width: 100%;
    padding: 18% 6.6666666667vw;
  }
}
.sec_01 .sec_01_txt_01 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60.541727672vw;
  line-height: 1;
}
@media (max-width: 850px) {
  .sec_01 .sec_01_txt_01 {
    width: 62.6666666667vw;
  }
}
.sec_01 .sec_01_scroll {
  position: absolute;
  bottom: 2.5vw;
  left: 2.5vw;
  width: 11.3469985359vw;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.sec_01 .sec_01_scroll:hover {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media (min-width: 1500px) {
  .sec_01 .sec_01_scroll {
    width: 155px;
  }
}
@media (max-width: 850px) {
  .sec_01 .sec_01_scroll {
    bottom: 5.5vw;
    width: 28vw;
  }
}
.sec_01 .sec_01_scroll .scroll_img_01 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.39238653vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1500px) {
  .sec_01 .sec_01_scroll .scroll_img_01 {
    width: 60px;
  }
}
@media (max-width: 850px) {
  .sec_01 .sec_01_scroll .scroll_img_01 {
    width: 10.6666666667vw;
  }
}
.sec_01 .sec_01_scroll .scroll_img_02 {
  display: block;
  -webkit-animation: 15s linear infinite rotation;
          animation: 15s linear infinite rotation;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.sec_02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 850px) {
  .sec_02 {
    display: block;
  }
}
.sec_02 .sec_02_block_01 {
  background: url("../img/sec_02_img_01.jpg") no-repeat center center;
  background-size: cover;
  width: 50%;
}
@media (max-width: 850px) {
  .sec_02 .sec_02_block_01 {
    width: 100%;
    padding: 0 0 85%;
    display: none;
  }
}
.sec_02 .sec_02_block_02 {
  background: -webkit-gradient(linear, left top, left bottom, from(#301454), to(#290312));
  background: linear-gradient(#301454, #290312);
  color: #fff;
  padding: 10.2489019034vw 5.1244509517vw;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1500px) {
  .sec_02 .sec_02_block_02 {
    padding: 140px 70px;
  }
}
@media (max-width: 850px) {
  .sec_02 .sec_02_block_02 {
    width: 100%;
    padding: 18% 6.6666666667vw;
  }
}

.sec_03, .sec_06 {
  position: relative;
}
.sec_03 .sec_03_case, .sec_06 .sec_03_case {
  position: relative;
  z-index: 2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 850px) {
  .sec_03 .sec_03_case, .sec_06 .sec_03_case {
    display: block;
  }
}
.sec_03 .sec_03_case .sec_03_case_inner, .sec_06 .sec_03_case .sec_03_case_inner {
  position: relative;
  width: 33.33%;
  font-size: 1.1713030747vw;
  font-weight: 300;
  padding: 12vw 4vw;
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 1500px) {
  .sec_03 .sec_03_case .sec_03_case_inner, .sec_06 .sec_03_case .sec_03_case_inner {
    font-size: 16px;
  }
}
@media (max-width: 850px) {
  .sec_03 .sec_03_case .sec_03_case_inner, .sec_06 .sec_03_case .sec_03_case_inner {
    width: 100%;
    padding: 25vw 4vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec_03 .sec_03_case .sec_03_case_inner:nth-child(1), .sec_06 .sec_03_case .sec_03_case_inner:nth-child(1) {
    background: url("../img/sec_03_img_01_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .sec_03 .sec_03_case .sec_03_case_inner:nth-child(2), .sec_06 .sec_03_case .sec_03_case_inner:nth-child(2) {
    background: url("../img/sec_03_img_02_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .sec_03 .sec_03_case .sec_03_case_inner:nth-child(3), .sec_06 .sec_03_case .sec_03_case_inner:nth-child(3) {
    background: url("../img/sec_03_img_03_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.sec_03 .sec_03_case .sec_03_case_inner::before, .sec_06 .sec_03_case .sec_03_case_inner::before {
  content: "";
  background: url(../img/icon_arrow_link.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 2;
}
.sec_03 .sec_03_case .sec_03_case_inner:after, .sec_06 .sec_03_case .sec_03_case_inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 60px solid transparent;
  border-bottom: 60px solid #fff;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.sec_03 .sec_03_case .sec_03_case_inner:hover:after, .sec_06 .sec_03_case .sec_03_case_inner:hover:after {
  border-left: 80px solid transparent;
  border-bottom: 80px solid #fff;
}
@media (max-width: 850px) {
  .sec_03 .sec_03_case .sec_03_case_inner:hover:after, .sec_06 .sec_03_case .sec_03_case_inner:hover:after {
    border-left: 60px solid transparent;
    border-bottom: 60px solid #fff;
  }
}
@media (min-width: 851px) {
  .sec_03 .sec_03_case .sec_03_case_inner:hover .sec_03_case_inner_inner, .sec_06 .sec_03_case .sec_03_case_inner:hover .sec_03_case_inner_inner {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.sec_03 .sec_03_case .sec_03_case_inner .sec_03_case_inner_inner, .sec_06 .sec_03_case .sec_03_case_inner .sec_03_case_inner_inner {
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.sec_03 .sec_03_case .sec_03_case_inner h4, .sec_06 .sec_03_case .sec_03_case_inner h4 {
  font-size: 1.756954612vw;
  line-height: 1.5;
  margin: 0 0 35px;
}
@media (min-width: 1500px) {
  .sec_03 .sec_03_case .sec_03_case_inner h4, .sec_06 .sec_03_case .sec_03_case_inner h4 {
    font-size: 24px;
  }
}
@media (max-width: 850px) {
  .sec_03 .sec_03_case .sec_03_case_inner h4, .sec_06 .sec_03_case .sec_03_case_inner h4 {
    font-size: 20px;
  }
}
.sec_03 .sec_03_case .sec_03_case_inner .sec_03_case_list, .sec_06 .sec_03_case .sec_03_case_inner .sec_03_case_list {
  line-height: 1;
  margin: 0 0 35px;
}
.sec_03 .sec_03_case .sec_03_case_inner .sec_03_case_list li, .sec_06 .sec_03_case .sec_03_case_inner .sec_03_case_list li {
  margin: 12px 0;
}
@media (max-width: 850px) {
  .sec_03 .sec_03_case .sec_03_case_inner .sec_03_case_list li, .sec_06 .sec_03_case .sec_03_case_inner .sec_03_case_list li {
    font-size: 18px;
  }
}
.sec_03 .sec_03_case .sec_03_case_inner .sec_03_case_list .sec_03_money, .sec_06 .sec_03_case .sec_03_case_inner .sec_03_case_list .sec_03_money {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_03 .sec_03_case .sec_03_case_inner .sec_03_case_list .sec_03_money img, .sec_06 .sec_03_case .sec_03_case_inner .sec_03_case_list .sec_03_money img {
  width: 1.5373352855vw;
  display: inline-block;
  margin: 0 7px 0 0;
}
@media (min-width: 1500px) {
  .sec_03 .sec_03_case .sec_03_case_inner .sec_03_case_list .sec_03_money img, .sec_06 .sec_03_case .sec_03_case_inner .sec_03_case_list .sec_03_money img {
    width: 21px;
  }
}
@media (max-width: 850px) {
  .sec_03 .sec_03_case .sec_03_case_inner .sec_03_case_list .sec_03_money img, .sec_06 .sec_03_case .sec_03_case_inner .sec_03_case_list .sec_03_money img {
    width: 4.6666666667vw;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
.sec_03 .sec_03_case .sec_03_case_inner .sec_03_case_list .sec_03_money .sec_03_money_txt, .sec_06 .sec_03_case .sec_03_case_inner .sec_03_case_list .sec_03_money .sec_03_money_txt {
  font-size: 1.756954612vw;
  color: #ffce46;
}
@media (min-width: 1500px) {
  .sec_03 .sec_03_case .sec_03_case_inner .sec_03_case_list .sec_03_money .sec_03_money_txt, .sec_06 .sec_03_case .sec_03_case_inner .sec_03_case_list .sec_03_money .sec_03_money_txt {
    font-size: 24px;
  }
}
@media (max-width: 850px) {
  .sec_03 .sec_03_case .sec_03_case_inner .sec_03_case_list .sec_03_money .sec_03_money_txt, .sec_06 .sec_03_case .sec_03_case_inner .sec_03_case_list .sec_03_money .sec_03_money_txt {
    font-size: 22px;
  }
  .sec_03 .sec_03_case .sec_03_case_inner .sec_03_case_list .sec_03_money .sec_03_money_txt + span, .sec_06 .sec_03_case .sec_03_case_inner .sec_03_case_list .sec_03_money .sec_03_money_txt + span {
    display: inline-block;
    margin: 1.6vw 0 0 1vw;
  }
}
.sec_03 .sec_03_case .sec_03_case_inner .sec_03_case_list .sec_03_human, .sec_06 .sec_03_case .sec_03_case_inner .sec_03_case_list .sec_03_human {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_03 .sec_03_case .sec_03_case_inner .sec_03_case_list .sec_03_human img, .sec_06 .sec_03_case .sec_03_case_inner .sec_03_case_list .sec_03_human img {
  width: 1.0980966325vw;
  padding: 0 0.2196193265vw;
  display: inline-block;
  margin: 0 7px 0 0;
}
@media (max-width: 850px) {
  .sec_03 .sec_03_case .sec_03_case_inner .sec_03_case_list .sec_03_human img, .sec_06 .sec_03_case .sec_03_case_inner .sec_03_case_list .sec_03_human img {
    width: 3.4666666667vw;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
.sec_03 .sec_03_case .sec_03_case_inner .sec_03_case_list .sec_03_map, .sec_06 .sec_03_case .sec_03_case_inner .sec_03_case_list .sec_03_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_03 .sec_03_case .sec_03_case_inner .sec_03_case_list .sec_03_map img, .sec_06 .sec_03_case .sec_03_case_inner .sec_03_case_list .sec_03_map img {
  width: 1.317715959vw;
  padding: 0 0.1098096633vw;
  display: inline-block;
  margin: 0 7px 0 0;
}
@media (max-width: 850px) {
  .sec_03 .sec_03_case .sec_03_case_inner .sec_03_case_list .sec_03_map img, .sec_06 .sec_03_case .sec_03_case_inner .sec_03_case_list .sec_03_map img {
    width: 4vw;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
.sec_03 .sec_03_case .sec_03_case_inner .sec_03_case_tag, .sec_06 .sec_03_case .sec_03_case_inner .sec_03_case_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec_03 .sec_03_case .sec_03_case_inner .sec_03_case_tag li, .sec_06 .sec_03_case .sec_03_case_inner .sec_03_case_tag li {
  padding: 3px 8px 5px;
  line-height: 1;
  margin: 0 5px 0 0;
  border: 1px solid #fff;
}
@media (max-width: 850px) {
  .sec_03 .sec_03_case .sec_03_case_inner .sec_03_case_tag li, .sec_06 .sec_03_case .sec_03_case_inner .sec_03_case_tag li {
    font-size: 18px;
  }
}
.sec_03 .sec_03_case .sec_03_case_inner:nth-child(2), .sec_06 .sec_03_case .sec_03_case_inner:nth-child(2) {
  width: 33.34%;
  border-left: 1px solid #6b7d94;
  border-right: 1px solid #6b7d94;
}
@media (max-width: 850px) {
  .sec_03 .sec_03_case .sec_03_case_inner:nth-child(2), .sec_06 .sec_03_case .sec_03_case_inner:nth-child(2) {
    width: 100%;
    padding: 25vw 4vw;
    border-top: 1px solid #6b7d94;
    border-bottom: 1px solid #6b7d94;
    border-left: none;
    border-right: none;
  }
}
.sec_03 .sec_03_case_bg, .sec_06 .sec_03_case_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media (max-width: 850px) {
  .sec_03 .sec_03_case_bg, .sec_06 .sec_03_case_bg {
    display: none;
  }
}
.sec_03 .sec_03_case_bg .sec_03_case_bg_01, .sec_06 .sec_03_case_bg .sec_03_case_bg_01 {
  width: 33.33%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 850px) {
  .sec_03 .sec_03_case_bg .sec_03_case_bg_01, .sec_06 .sec_03_case_bg .sec_03_case_bg_01 {
    width: 100%;
    height: 33.33%;
  }
}
.sec_03 .sec_03_case_bg .sec_03_case_bg_01 .sec_03_case_bg_01_img, .sec_06 .sec_03_case_bg .sec_03_case_bg_01 .sec_03_case_bg_01_img {
  background: url("../img/sec_03_img_01.jpg") no-repeat left center;
  background-size: cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 850px) {
  .sec_03 .sec_03_case_bg .sec_03_case_bg_01 .sec_03_case_bg_01_img, .sec_06 .sec_03_case_bg .sec_03_case_bg_01 .sec_03_case_bg_01_img {
    background: url("../img/sec_03_img_01.jpg") no-repeat center center;
    background-size: cover;
  }
}
.sec_03 .sec_03_case_bg .sec_03_case_bg_02, .sec_06 .sec_03_case_bg .sec_03_case_bg_02 {
  width: 33.34%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 850px) {
  .sec_03 .sec_03_case_bg .sec_03_case_bg_02, .sec_06 .sec_03_case_bg .sec_03_case_bg_02 {
    width: 100%;
    height: 33.34%;
  }
}
.sec_03 .sec_03_case_bg .sec_03_case_bg_02 .sec_03_case_bg_02_img, .sec_06 .sec_03_case_bg .sec_03_case_bg_02 .sec_03_case_bg_02_img {
  background: url("../img/sec_03_img_02.jpg") no-repeat left center;
  background-size: cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 850px) {
  .sec_03 .sec_03_case_bg .sec_03_case_bg_02 .sec_03_case_bg_02_img, .sec_06 .sec_03_case_bg .sec_03_case_bg_02 .sec_03_case_bg_02_img {
    background: url("../img/sec_03_img_02.jpg") no-repeat center center;
    background-size: cover;
  }
}
.sec_03 .sec_03_case_bg .sec_03_case_bg_03, .sec_06 .sec_03_case_bg .sec_03_case_bg_03 {
  width: 33.33%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 850px) {
  .sec_03 .sec_03_case_bg .sec_03_case_bg_03, .sec_06 .sec_03_case_bg .sec_03_case_bg_03 {
    width: 100%;
    height: 33.33%;
  }
}
.sec_03 .sec_03_case_bg .sec_03_case_bg_03 .sec_03_case_bg_03_img, .sec_06 .sec_03_case_bg .sec_03_case_bg_03 .sec_03_case_bg_03_img {
  background: url("../img/sec_03_img_03.jpg") no-repeat left center;
  background-size: cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 850px) {
  .sec_03 .sec_03_case_bg .sec_03_case_bg_03 .sec_03_case_bg_03_img, .sec_06 .sec_03_case_bg .sec_03_case_bg_03 .sec_03_case_bg_03_img {
    background: url("../img/sec_03_img_03.jpg") no-repeat center center;
    background-size: cover;
  }
}

.sec_04 {
  background: url("../img/sec_04_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 9.1508052709vw 0;
  color: #fff;
}
@media (min-width: 1500px) {
  .sec_04 {
    padding: 125px 0;
  }
}
@media (max-width: 850px) {
  .sec_04 {
    padding: 18% 0;
    position: relative;
    overflow: hidden;
  }
}
.sec_04 .cont_inner {
  width: 90%;
  max-width: 1800px;
}
.sec_04 .cont_ttl {
  text-align: center;
}
@media (max-width: 850px) {
  .sec_04 .cont_ttl {
    font-size: 24px;
  }
}
.sec_04 .ttl_line {
  margin: 35px auto;
}
@media (max-width: 850px) {
  .sec_04 .ttl_line {
    margin: 25px auto;
  }
}
.sec_04 .sec_04_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 6% 0;
}
@media (max-width: 850px) {
  .sec_04 .sec_04_point {
    display: block;
    margin: 15% 0;
  }
}
.sec_04 .sec_04_point:nth-child(4) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sec_04 .sec_04_point:last-child {
  margin: 6% 0 0;
}
.sec_04 .sec_04_img {
  width: 62.1138211382%;
}
@media (max-width: 850px) {
  .sec_04 .sec_04_img {
    width: 100%;
  }
}
.sec_04 .sec_04_txt {
  width: 30.081300813%;
}
@media (max-width: 850px) {
  .sec_04 .sec_04_txt {
    width: 100%;
    margin: 3% 0 0;
  }
}

.sec_05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 850px) {
  .sec_05 {
    display: block;
  }
}
.sec_05 .sec_05_cont {
  background: -webkit-gradient(linear, left top, left bottom, from(#301454), to(#290312));
  background: linear-gradient(#301454, #290312);
  padding: 6.588579795vw 5vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 1500px) {
  .sec_05 .sec_05_cont {
    padding: 90px 5vw;
  }
}
@media (max-width: 850px) {
  .sec_05 .sec_05_cont {
    padding: 18% 5%;
  }
}
.sec_05 .cont_ttl {
  text-align: center;
  color: #fff;
}
@media (max-width: 850px) {
  .sec_05 .cont_ttl {
    font-size: 24px;
  }
}
.sec_05 .ttl_line {
  margin: 35px auto;
}
@media (max-width: 850px) {
  .sec_05 .ttl_line {
    margin: 25px auto;
  }
}
.sec_05 .sec_05_step {
  margin: 60px 0 0;
}
.sec_05 .sec_05_step_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.196193265vw;
  color: #fff;
}
@media (min-width: 1500px) {
  .sec_05 .sec_05_step_inner {
    gap: 33px;
  }
}
@media (max-width: 850px) {
  .sec_05 .sec_05_step_inner {
    gap: 5vw;
  }
}
.sec_05 .sec_05_step_ttl {
  font-size: 2.196193265vw;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (min-width: 1500px) {
  .sec_05 .sec_05_step_ttl {
    font-size: 30px;
  }
}
@media (max-width: 850px) {
  .sec_05 .sec_05_step_ttl {
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin: 0 0 4%;
  }
}
.sec_05 .sec_05_step_icon {
  width: 10.2489019034vw;
  height: 10.2489019034vw;
  border: 1px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (min-width: 1500px) {
  .sec_05 .sec_05_step_icon {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 850px) {
  .sec_05 .sec_05_step_icon {
    width: 90px;
    height: 90px;
  }
}
.sec_05 .sec_05_step_icon.sec_05_step_icon_01 img {
  width: 36.4285714286%;
}
@media (min-width: 1500px) {
  .sec_05 .sec_05_step_icon.sec_05_step_icon_01 img {
    width: 51px;
  }
}
.sec_05 .sec_05_step_icon.sec_05_step_icon_02 img {
  width: 37.8571428571%;
}
@media (min-width: 1500px) {
  .sec_05 .sec_05_step_icon.sec_05_step_icon_02 img {
    width: 53px;
  }
}
.sec_05 .sec_05_step_icon.sec_05_step_icon_03 img {
  width: 42.8571428571%;
}
@media (min-width: 1500px) {
  .sec_05 .sec_05_step_icon.sec_05_step_icon_03 img {
    width: 60px;
  }
}
.sec_05 .sec_05_step_icon.sec_05_step_icon_04 img {
  width: 52.1428571429%;
}
@media (min-width: 1500px) {
  .sec_05 .sec_05_step_icon.sec_05_step_icon_04 img {
    width: 73px;
  }
}
@media (max-width: 850px) {
  .sec_05 .sec_05_step_txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.sec_05 .sec_05_step_txt .sec_05_step_txt_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0;
}
.sec_05 .sec_05_step_txt .sec_05_step_txt_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#a58b45), to(#7d611e));
  background: linear-gradient(#a58b45, #7d611e);
  font-size: 1.756954612vw;
  color: #fff;
  padding: 13px 2.5vw;
  border: 2px solid #bbac88;
  border-radius: 30px;
  line-height: 1;
  cursor: pointer;
}
@media (min-width: 1500px) {
  .sec_05 .sec_05_step_txt .sec_05_step_txt_btn a {
    font-size: 24px;
    padding: 13px 25px;
  }
}
@media (max-width: 850px) {
  .sec_05 .sec_05_step_txt .sec_05_step_txt_btn a {
    font-size: 20px;
    padding: 13px 6.6666666667vw;
  }
}
.sec_05 .sec_05_step_txt .sec_05_step_txt_btn a img {
  width: 1.6837481698vw;
}
@media (min-width: 1500px) {
  .sec_05 .sec_05_step_txt .sec_05_step_txt_btn a img {
    width: 18px;
  }
}
@media (max-width: 850px) {
  .sec_05 .sec_05_step_txt .sec_05_step_txt_btn a img {
    width: 3.7333333333vw;
  }
}
.sec_05 .sec_05_step_arrow {
  width: 2.196193265vw;
  margin: 30px 0 30px 14.4vw;
}
@media (min-width: 1500px) {
  .sec_05 .sec_05_step_arrow {
    width: 30px;
    margin: 30px 0 30px 201px;
  }
}
@media (max-width: 850px) {
  .sec_05 .sec_05_step_arrow {
    width: 6vw;
    margin: 30px auto;
  }
}
.sec_05 .sec_05_img {
  background: url("../img/sec_05_img_01.jpg") no-repeat center center;
  background-size: cover;
  width: 29.7218155198vw;
}
@media (max-width: 850px) {
  .sec_05 .sec_05_img {
    background: url("../img/sec_05_img_01_sp.jpg") no-repeat center center;
    background-size: cover;
    padding: 0 0 90%;
    width: 100%;
    display: none;
  }
}

.sec_07 {
  text-align: center;
  padding: 115px 0 35px;
  background: url("../img/sec_06_bg.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
}
@media (max-width: 850px) {
  .sec_07 {
    background: url("../img/sec_06_bg_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
@media (max-width: 850px) {
  .sec_07 .cont_ttl {
    font-size: 24px;
  }
}
.sec_07 .ttl_line {
  margin: 35px auto;
}
@media (max-width: 850px) {
  .sec_07 .ttl_line {
    margin: 25px auto;
  }
}
.sec_07 .sec_07_btn {
  display: inline-block;
  margin: 47px 0 0;
}
.sec_07 .sec_07_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#a58b45), to(#7d611e));
  background: linear-gradient(#a58b45, #7d611e);
  padding: 18px 4.0263543192vw;
  color: #fff;
  font-size: 1.756954612vw;
  line-height: 1;
  border: 2px solid #bbac88;
  border-radius: 50px;
  cursor: pointer;
}
@media (min-width: 1500px) {
  .sec_07 .sec_07_btn a {
    padding: 18px 55px;
  }
}
@media (max-width: 850px) {
  .sec_07 .sec_07_btn a {
    font-size: 20px;
    padding: 18px 6.6666666667vw;
  }
}
.sec_07 .sec_07_btn a img {
  width: 1.9765739385vw;
  margin: 0 15px 0 0;
}
@media (min-width: 1500px) {
  .sec_07 .sec_07_btn a img {
    width: 27px;
  }
}
@media (max-width: 850px) {
  .sec_07 .sec_07_btn a img {
    width: 4vw;
  }
}

.copyright {
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin: 150px 0 0;
}

.privacy {
  background: -webkit-gradient(linear, left top, left bottom, from(#301454), to(#290312));
  background: linear-gradient(#301454, #290312);
  padding: 150px 0 50px;
  color: #fff;
}
.privacy .cont_ttl {
  text-align: center;
  color: #fff;
}
.privacy .ttl_line {
  margin: 35px auto;
}
.privacy .privacy_inner {
  width: 80%;
  margin: 0 auto;
  max-width: 1350px;
}
@media (max-width: 850px) {
  .privacy .privacy_inner {
    width: 90%;
  }
}
.privacy .privacy_block {
  margin: 45px 0;
}
.privacy p {
  margin: 20px 0;
}
.privacy h3 {
  margin: 20px 0;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.privacy ul {
  list-style: circle;
  margin: 20px 0 20px 1.4em;
}
.privacy .copyright {
  margin: 100px 0 0;
}

@media (max-width: 850px) {
  .sec_06 .sec_03_case .sec_03_case_inner:nth-child(1) {
    background: url("../img/sec_07_img_01_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .sec_06 .sec_03_case .sec_03_case_inner:nth-child(2) {
    background: url("../img/sec_07_img_02_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .sec_06 .sec_03_case .sec_03_case_inner:nth-child(3) {
    background: url("../img/sec_07_img_03_sp.jpg") no-repeat right center;
    background-size: cover;
  }
}
.sec_06 .sec_03_case_bg .sec_03_case_bg_01 .sec_03_case_bg_01_img {
  background: url("../img/sec_07_img_01.jpg") no-repeat left center;
  background-size: cover;
}
.sec_06 .sec_03_case_bg .sec_03_case_bg_02 .sec_03_case_bg_02_img {
  background: url("../img/sec_07_img_02.jpg") no-repeat left center;
  background-size: cover;
}
.sec_06 .sec_03_case_bg .sec_03_case_bg_03 .sec_03_case_bg_03_img {
  background: url("../img/sec_07_img_03.jpg") no-repeat left center;
  background-size: cover;
}
@media (max-width: 1050px) {
  .sec_06 .sec_03_case_bg .sec_03_case_bg_03 .sec_03_case_bg_03_img {
    background: url("../img/sec_07_img_03.jpg") no-repeat center center;
    background-size: cover;
  }
}

.sec_03_case_click_01 *,
.sec_03_case_click_02 *,
.sec_03_case_click_03 *,
.sec_06_case_click_01 *,
.sec_06_case_click_02 *,
.sec_06_case_click_03 *,
.header_contact_link *,
.modal_close_btn *,
.contact_form_modal_close *,
header a *,
.sec_07_btn_link *,
.sec_05_step_link * {
  pointer-events: none;
}