@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: middle;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
span {
  display: inline-block;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* 基本
***************************************************************/
html {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.0256410256vw;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
}

body {
  min-width: 76.9230769231vw;
}

main {
  position: relative;
  z-index: 10;
  background: #305190;
  width: 25.8974358974vw;
  margin: 0 auto;
}

/* コンテンツ・セクション幅
***************************************************************/
.bg01 {
  background: #F0EEDE !important;
}

section {
  background: #305190;
}

.inner {
  padding: 0 1.2820512821vw;
}

/* PC・SP 非表示
***************************************************************/
.pc_bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
}

.pc_scroll {
  font-weight: bold;
  font-size: 0.8333333333vw;
  color: #e8dc80;
  position: fixed;
  right: 2.5641025641vw;
  bottom: 6.4102564103vw;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  gap: 0.641025641vw;
}

.pc_scroll::after {
  content: "";
  display: inline-block;
  height: 4.4871794872vw;
  border-right: 0.0641025641vw solid #e8dc80;
}

.swiper,
.swiper-wrapper,
.swiper-slide {
  height: 100vh;
  height: 100svh;
  background: #305190;
}

@media screen and (max-width: 680px) {
  /* 基本
  ***************************************************************/
  html {
    font-size: 3.3472803347vw;
  }
  main {
    width: 100%;
  }
  /* コンテンツ・セクション幅
  ***************************************************************/
  .inner {
    padding: 0 3.1380753138vw;
  }
}
@media screen and (max-width: 380px) {
  /* 基本
  ***************************************************************/
  html {
    font-size: 3.3333333333vw;
  }
  /* コンテンツ・セクション幅
  ***************************************************************/
  .inner {
    padding: 0 4.1666666667vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 40%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 5;
  width: 100%;
}

.header_inner {
  max-width: 74.358974359vw;
  width: calc(100% - 5.1282051282vw);
  margin: 0 auto;
}

.header_content_title {
  font-weight: bold;
  font-size: 2.9487179487vw;
  line-height: 3.2051282051vw;
  color: #e8dc80;
}

.header_content_text {
  margin-top: 1.6025641026vw;
  color: #112f45;
  font-weight: bold;
}

.header_content_text span {
  background: #e8dc80;
  padding: 0 0.3205128205vw;
}

.header_content_text span:nth-of-type(2) {
  margin-top: 1.0256410256vw;
}

.header_nav {
  margin-top: 4.4871794872vw;
}

.global_nav_list {
  display: flex;
  flex-flow: column;
  gap: 1.9230769231vw;
}

.global_nav_item a {
  font-weight: bold;
  color: #fff;
}

.header_contact a {
  padding: 0.7051282051vw 1.9230769231vw;
  line-height: 1;
  color: #fff;
  background: #333;
  border: 0.0641025641vw solid #333;
  border-radius: 2.5641025641vw;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .header_contact a:hover {
    color: #333;
    background: #fff;
  }
}
@media screen and (max-width: 680px) {
  header {
    display: none;
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  background: linear-gradient(#112f45 0%, #003e72 100%);
  text-align: center;
  padding: 4.1666666667vw 0 0.641025641vw;
  height: 100%;
}

.footer_list {
  display: flex;
  flex-flow: column;
  gap: 1.9230769231vw;
}

.footer_item_link {
  font-weight: bold;
  color: #fff;
}

.copyright {
  font-weight: bold;
  font-size: 0.8333333333vw;
  color: #e8dc80;
  margin-top: 5.1282051282vw;
}

/* CTA
***************************************************************/
.fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  transition: 0.3s;
  width: 25.9615384615vw;
}

.fixed.none {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 680px) {
  /* ===================================================
  フッター
  =================================================== */
  footer {
    background: linear-gradient(#112f45 0%, #003e72 100%);
    text-align: center;
    padding: 13.5983263598vw 0 2.0920502092vw;
    height: 100%;
  }
  .footer_list {
    display: flex;
    flex-flow: column;
    gap: 6.2761506276vw;
  }
  .footer_item_link {
    font-weight: bold;
    color: #fff;
  }
  .copyright {
    font-weight: bold;
    font-size: 2.719665272vw;
    color: #e8dc80;
    margin-top: 16.7364016736vw;
  }
  /* CTA
  ***************************************************************/
  .fixed {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
    transition: 0.3s;
    width: 100%;
  }
  .fixed.none {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 380px) {
  /* ===================================================
  フッター
  =================================================== */
  footer {
    background: linear-gradient(#112f45 0%, #003e72 100%);
    text-align: center;
    padding: 13.5416666667vw 0 2.0833333333vw;
    height: 100%;
  }
  .footer_list {
    display: flex;
    flex-flow: column;
    gap: 6.25vw;
  }
  .footer_item_link {
    font-weight: bold;
    color: #fff;
  }
  .copyright {
    font-weight: bold;
    font-size: 2.7083333333vw;
    color: #e8dc80;
    margin-top: 16.6666666667vw;
  }
  /* CTA
  ***************************************************************/
  .fixed {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
    transition: 0.3s;
    width: 100%;
  }
  .fixed.none {
    opacity: 0;
    visibility: hidden;
  }
}
/* ===================================================
トップページ
=================================================== */
/* FV
***************************************************************/
.fv {
  background-image: url(../images/front/fv_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1.9230769231vw 0 0.3205128205vw;
  position: relative;
  z-index: 1;
}

.fv::before {
  content: "";
  display: inline-block;
  width: 8.8461538462vw;
  height: 9.2307692308vw;
  background-image: url(../images/front/fv_swipe.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.fv_title {
  font-weight: bold;
  font-size: 1.2820512821vw;
  letter-spacing: -0.05em;
  color: #fff;
}

.barAnime {
  display: inline-block;
  transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 0;
  font-weight: bold;
  font-size: 3.0769230769vw;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: #e8dc80;
}

.barAnime::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(#112f45 0%, #003e72 100%);
  z-index: 1;
}

.barAnime.action::before {
  animation: passing-bar 0.6s ease 0.4s 1 normal forwards;
}

@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
.barAnime .barText {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 0, 0);
  padding: 0 0.5128205128vw;
}

.barAnime.action .barText {
  animation: passing-txt2 0s ease 0.7s 1 normal forwards;
}

@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes passing-txt2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    background-image: url(../images/front/fv_deco.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.fv_title .text02 {
  font-size: 3.0769230769vw;
  letter-spacing: -0.15em;
  color: #e8dc80;
  line-height: 1.2;
}

.fv_img {
  margin-top: 14.7435897436vw;
}

.fv_text {
  font-weight: bold;
  font-size: 0.8333333333vw;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 0.641025641vw;
  margin-top: 0.641025641vw;
  display: inline-block;
}

/* About
***************************************************************/
.sec1 {
  background: #112F45;
}

.sec1 .inner {
  padding: 0;
}

.sec1_title {
  padding-top: 1.2820512821vw;
  text-align: center;
  font-weight: bold;
  font-size: 1.3461538462vw;
  color: #112f45;
  position: relative;
  z-index: 1;
}

.sec1_title::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 9.6794871795vw;
  background-image: url(../images/front/sec1_bg01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.sec1_title .text01 {
  position: relative;
  top: -0.3205128205vw;
}

.sec1_title .text02 {
  font-size: 2.7564102564vw;
  line-height: 1;
}

.sec1_title .text03 {
  display: block;
  text-align: right;
  font-size: 1.0897435897vw;
  line-height: 1;
  padding-right: 2.4358974359vw;
}

.sec1_text {
  font-weight: bold;
  font-size: 1.3461538462vw;
  text-align: center;
  color: #fff;
  margin-top: 1.6025641026vw;
}

.sec1_text span {
  font-size: 2.7564102564vw;
  position: relative;
}

.sec1_text span::before {
  content: "";
  display: inline-block;
  width: 7.3717948718vw;
  height: 3.0128205128vw;
  background-image: url(../images/icon/icon_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sec1_img {
  margin-top: 0.9615384615vw;
}

.sec1_desc {
  font-weight: bold;
  font-size: 1.3461538462vw;
  text-align: center;
  color: #fff;
  padding: 1.2820512821vw 0;
  background-image: url(../images/front/scroll_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

/* Service
***************************************************************/
.sec2 {
  padding-top: 1.2820512821vw;
  background: linear-gradient(#112f45 0%, #091a27 54.68%, #003e72 100%);
}

.sec2 .inner {
  padding: 0;
}

.sec2_text {
  font-weight: bold;
  font-size: 1.3461538462vw;
  text-align: center;
  color: #fff;
  position: relative;
}

.sec2_text::before {
  content: "";
  display: inline-block;
  width: 5.7692307692vw;
  height: 0.1923076923vw;
  background-image: url(../images/icon/icon_border.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -0.8974358974vw;
  left: 50%;
  transform: translate(-50%, 0);
}

.sec2_title {
  font-weight: bold;
  font-size: 1.0897435897vw;
  text-align: center;
  color: #fff;
  margin-top: 1.2820512821vw;
}

.sec2_title .text01 {
  font-size: 1.6666666667vw;
  margin: 0 0.1282051282vw;
}

.sec2_title .text02 {
  font-size: 2.3076923077vw;
  color: #e8dc80;
  margin: 0 0.1282051282vw;
}

.sec2_img {
  margin-top: 1.2820512821vw;
}

.sec2_desc {
  font-weight: bold;
  font-size: 0.641025641vw;
  color: #fff;
  padding: 1.2820512821vw;
  background-image: url(../images/front/sec2_bg01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

/* Section3
***************************************************************/
.sec3 .inner {
  padding: 0;
}

.sec3_title {
  font-weight: bold;
  font-size: 1.2820512821vw;
  line-height: 1.4;
  text-align: center;
  color: #112f45;
  padding: 0.641025641vw 0 1.6025641026vw;
  background-image: url(../images/front/sec3_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 0.641025641vw 3.2051282051vw 1.6025641026vw 1.2820512821vw;
}

.sec3_title .left {
  text-align: left;
  display: block;
}

.sec3_title .text01 {
  font-size: 1.0256410256vw;
}

.sec3_title .dots {
  margin: 0 -0.7692307692vw;
}

.sec3_title .text02 {
  font-weight: bold;
  font-size: 2.6923076923vw;
  text-align: center;
  color: #8d0505;
  line-height: 1.3;
}

.sec3_title .text03 {
  line-height: 1;
  font-weight: bold;
  font-size: 1.5384615385vw;
  letter-spacing: -0.1em;
  color: #8d0505;
}

.sec3_title .text04 {
  margin-top: -1.2820512821vw;
  display: block;
}

/* Section4
***************************************************************/
.sec4 {
  background-image: url(../images/front/sec4_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1.2820512821vw 0;
}

.sec4_title {
  font-weight: bold;
  font-size: 1.3461538462vw;
  text-align: center;
  color: #112f45;
  position: relative;
  z-index: 1;
}

.sec4_title::before {
  content: "";
  display: inline-block;
  width: 5.7692307692vw;
  height: 0.1923076923vw;
  background-image: url(../images/icon/icon_border.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -0.8974358974vw;
  left: 50%;
  transform: translate(-50%, 0);
}

.sec4_list {
  display: flex;
  flex-flow: column;
  gap: 1.2820512821vw;
  margin-top: 2.2435897436vw;
}

.sec4_item_title {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.2820512821vw;
  line-height: 1;
}

.sec4_item_title .number {
  font-family: "Bodoni Moda", serif;
  font-weight: bold;
  font-size: 0.8974358974vw;
  text-align: center;
  color: #e8dc80;
  width: 2.3076923077vw;
  height: 2.3076923077vw;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-image: url(../images/icon/icon_number_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.5128205128vw;
  position: relative;
  top: -0.1282051282vw;
}

.sec4_item_title .text01 {
  font-weight: bold;
  font-size: 1.9871794872vw;
  color: #8d0505;
  position: relative;
  top: -0.2564102564vw;
}

.sec4_item_title .text02 {
  font-size: 2.6282051282vw;
  color: #8d0505;
  position: relative;
  top: -0.2564102564vw;
}

.sec4_item_title .text03 {
  font-size: 1.2820512821vw;
  color: #8d0505;
}

.sec4_item_flex {
  display: grid;
  grid-template-columns: 6.9871794872vw 1fr;
  gap: 0.641025641vw;
  margin-top: 1.2820512821vw;
}

.sec4_item_flex_text {
  padding-top: 0.1282051282vw;
  font-weight: bold;
}

.sec4_item_flex_text span {
  color: #8d0505;
}

/* Section5
***************************************************************/
.sec5 {
  background: linear-gradient(#112f45 0%, #003e72 100%);
  padding-top: 1.2820512821vw;
  position: relative;
  z-index: 1;
}

.sec5::before {
  content: "";
  display: inline-block;
  width: 25.8974358974vw;
  height: 12.8205128205vw;
  background-image: url(../images/front/sec5_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.sec5_text {
  font-weight: bold;
  color: #fff;
}

.sec5_text span {
  font-size: 1.0897435897vw;
  color: #112f45;
  background: #e8dc80;
  padding: 0 0.3205128205vw;
  margin-bottom: 0.641025641vw;
}

.sec5_img {
  margin-top: 0.9615384615vw;
}

.sec5_desc {
  font-weight: bold;
  font-size: 1.3461538462vw;
  text-align: center;
  color: #fff;
  padding: 1.2820512821vw 0;
  background-image: url(../images/front/scroll_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

/* Section6
***************************************************************/
.sec6 {
  background-image: url(../images/front/section_bg01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 3.2051282051vw 0 3.5256410256vw;
}

.sec6 .inner {
  padding: 0 0.641025641vw;
}

.sec6_title {
  font-weight: bold;
  font-size: 1.3461538462vw;
  text-align: center;
  color: #e8dc80;
}

.sec6_list {
  display: flex;
  flex-flow: column;
  gap: 1.2820512821vw;
  margin-top: 1.9230769231vw;
  position: relative;
  z-index: 1;
}

.sec6_list::before {
  content: "";
  display: inline-block;
  border-right: 0.1923076923vw dashed #66aad1;
  height: calc(100% - 5.1282051282vw);
  position: absolute;
  top: 50%;
  right: 4.6153846154vw;
  transform: translate(0, -50%);
  z-index: -1;
}

.sec6_item {
  box-shadow: 0vw 0.1923076923vw 0.3846153846vw rgba(0, 0, 0, 0.16);
  background: rgba(255, 255, 255, 0.1);
  padding: 0.641025641vw;
  position: relative;
}

.sec6_item_title {
  font-weight: bold;
  font-size: 1.6025641026vw;
  color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 0.5128205128vw;
  line-height: 1.4;
}

.sec6_item_title .number {
  width: 1.7948717949vw;
  padding-top: 0.7692307692vw;
}

.sec6_item_text {
  font-weight: bold;
  font-size: 0.8974358974vw;
  color: #fff;
  opacity: 0.5;
  padding-left: 1.7948717949vw;
}

.sec6_item_img {
  width: 6.5384615385vw;
  position: absolute;
  top: 50%;
  right: 1.4743589744vw;
  transform: translate(0, -50%);
}

/* Section7
***************************************************************/
.sec7 {
  background-image: url(../images/front/sec7_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 1.9230769231vw 0 3.5256410256vw;
}

.sec7 .inner {
  padding: 0 0.641025641vw;
}

.sec7_title {
  font-weight: bold;
  font-size: 1.3461538462vw;
  text-align: center;
  color: #112f45;
}

.sec7_slider {
  margin-top: 1.6025641026vw;
}

.sec7_slider .slick-slide {
  margin: 0 0.3205128205vw;
}

.sec7_slider li {
  background: #fff;
  padding: 1.9230769231vw 0.641025641vw 3.8461538462vw;
}

.sec7_slider_head {
  display: grid;
  align-items: center;
  grid-template-columns: 3.4615384615vw 1fr;
  gap: 0.3205128205vw;
}

.sec7_slider_head_title {
  font-weight: bold;
  font-size: 1.0897435897vw;
  line-height: 1.4;
  color: #112f45;
}

.sec7_slider_head_title span {
  font-size: 0.8333333333vw;
  opacity: 0.5;
  display: block;
}

.sec7_slider_text {
  font-weight: bold;
  font-size: 0.8974358974vw;
  line-height: 1.5384615385vw;
  position: relative;
  padding: 0.9615384615vw 0.9615384615vw 0;
  margin-top: 1.2820512821vw;
  z-index: 1;
  min-height: 16.3461538462vw;
}

.sec7_slider_text::before {
  content: "";
  display: block;
  width: calc(100% - 1.9230769231vw);
  border-top: 0.0641025641vw solid #ddd;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.sec7_slider .slick-prev,
.sec7_slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
  cursor: pointer;
  outline: none;
  background-image: url(../images/icon/icon_arrow_slide.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.0897435897vw;
  height: 3.2051282051vw;
}

.sec7_slider .slick-prev {
  left: -0.2564102564vw;
  transform: translate(0, -50%) scale(-1, 1);
}

.sec7_slider .slick-next {
  right: -0.2564102564vw;
}

/* Section8
***************************************************************/
.sec8 {
  background-image: url(../images/front/section_bg01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 1.9230769231vw 0 3.5256410256vw;
}

.sec8_title {
  font-weight: bold;
  font-size: 1.3461538462vw;
  text-align: center;
  color: #e8dc80;
}

.sec8_item {
  margin-top: 1.2820512821vw;
  background: #fff;
}

.sec8_item_title {
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 0.641025641vw;
  background-image: url(../images/front/sec8_deco.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0.3205128205vw 0.641025641vw;
}

.sec8_item_title span {
  font-weight: bold;
  font-size: 1.0897435897vw;
  color: #e8dc80;
  position: relative;
  top: -0.1282051282vw;
}

.sec8_item_text {
  font-weight: bold;
  font-size: 0.8333333333vw;
  line-height: 1.3461538462vw;
  color: #112f45;
  padding: 0.641025641vw 0.9615384615vw;
}

/* Contact
***************************************************************/
.contact {
  background: #f0eede;
  padding: 2.8846153846vw 0 5.7692307692vw;
}

.contact_title {
  font-weight: bold;
  font-size: 1.3461538462vw;
  text-align: center;
  color: #112f45;
}

.contact_form {
  margin-top: 2.2435897436vw;
}

.contact_list {
  display: flex;
  flex-flow: column;
  gap: 0.9615384615vw;
}

.contact_item {
  display: flex;
  flex-flow: column;
  gap: 0.4487179487vw;
}

.contact_item_title {
  display: flex;
  align-items: center;
  gap: 0.4487179487vw;
  width: 100%;
  font-weight: bold;
  color: #112f45;
}

.req {
  font-weight: bold;
  font-size: 0.5769230769vw;
  line-height: 1.1538461538vw;
  color: #112f45;
  border-radius: 0.2564102564vw;
  background: #dedbbf;
  padding: 0 0.2564102564vw;
}

.contact_area {
  flex: 1;
}

.contact_area span {
  width: 100%;
}

.contact_area input[type=text],
.contact_area input[type=tel],
.contact_area input[type=email] {
  width: 100%;
  padding: 0.3205128205vw;
  border-radius: 0.2564102564vw;
  background: #fff;
  border: 0.0641025641vw solid #ddd;
}

.contact_area select {
  width: 12.8205128205vw;
  padding: 0.3205128205vw;
  border-radius: 0.2564102564vw;
  background: #fff;
  border: 0.0641025641vw solid #ddd;
}

.contact_area.select {
  display: flex;
  align-items: center;
  gap: 0.2564102564vw;
}

.contact_area.select .text01 {
  font-weight: bold;
  color: #112f45;
}

.wpcf7-form-control {
  display: flex;
  align-items: center;
  gap: 1.9230769231vw;
}

.wpcf7-form-control span {
  width: auto;
  margin: 0;
}

.wpcf7-form-control input {
  width: 1.4743589744vw;
  height: 1.4743589744vw;
}

.wpcf7-form-control label {
  display: flex;
  align-items: center;
  gap: 0.641025641vw;
}

.contact_submit {
  margin-top: 2.3076923077vw;
}

.contact_submit input {
  position: relative;
  width: 100%;
  font-weight: bold;
  font-size: 1.3461538462vw;
  text-align: center;
  color: #fff;
  border-radius: 1.2820512821vw;
  background: linear-gradient(#f2c224 0%, #d66300 100%);
  box-shadow: 0vw 0.1923076923vw 0.3846153846vw rgba(0, 0, 0, 0.16);
  padding: 0.1923076923vw 0;
  display: block;
}

.wpcf7-spinner {
  display: none;
}

.thanks {
  background: #fff;
  box-shadow: 0vw 0.1923076923vw 0.3846153846vw rgba(0, 0, 0, 0.16);
  padding: 3.2051282051vw 1.9230769231vw 3.8461538462vw;
  text-align: center;
  margin-top: 3.5256410256vw;
}

.thanks_title {
  font-weight: bold;
  font-size: 1.3461538462vw;
  text-align: center;
  color: #112f45;
  position: relative;
}

.thanks_title::before {
  content: "";
  display: inline-block;
  width: 3.2051282051vw;
  border-top: 0.0641025641vw solid #ddd;
  position: absolute;
  bottom: -1.9871794872vw;
  left: 50%;
  transform: translate(-50%, 0);
}

.thanks_text {
  font-weight: bold;
  color: #112f45;
  margin-top: 3.8461538462vw;
}

.thanks_btn {
  font-weight: bold;
  font-size: 1.3461538462vw;
  display: block;
  color: #fff;
  border-radius: 1.4743589744vw;
  background: linear-gradient(#f2c224 0%, #d66300 100%);
  box-shadow: 0vw 0.1923076923vw 0.3846153846vw rgba(0, 0, 0, 0.16);
  margin-top: 1.9230769231vw;
  padding: 0.2564102564vw 0;
}

/* ===================================================
トップページ
=================================================== */
@media screen and (max-width: 680px) {
  /* FV
  ***************************************************************/
  .fv {
    background-image: url(../images/front/fv_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 6.2761506276vw 0 1.0460251046vw;
    position: relative;
    z-index: 1;
  }
  .fv::before {
    content: "";
    display: inline-block;
    width: 28.870292887vw;
    height: 30.1255230126vw;
    background-image: url(../images/front/fv_swipe.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .fv_title {
    font-weight: bold;
    font-size: 4.1841004184vw;
    letter-spacing: -0.05em;
    color: #fff;
  }
  .barAnime {
    display: inline-block;
    transform: translate3d(0, 0, 0);
    position: relative;
    z-index: 0;
    font-weight: bold;
    font-size: 10.0418410042vw;
    letter-spacing: -0.01em;
    line-height: 1.2;
    color: #e8dc80;
  }
  .barAnime::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(#112f45 0%, #003e72 100%);
    z-index: 1;
  }
  .barAnime.action::before {
    animation: passing-bar 0.6s ease 0.4s 1 normal forwards;
  }
  @keyframes passing-bar {
    0% {
      left: 0;
      width: 0;
    }
    50% {
      left: 0;
      width: 100%;
    }
    51% {
      left: 0;
      width: 100%;
    }
    100% {
      left: 100%;
      width: 0;
    }
  }
  .barAnime .barText {
    display: inline-block;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    padding: 0 1.6736401674vw;
  }
  .barAnime.action .barText {
    animation: passing-txt2 0s ease 0.7s 1 normal forwards;
  }
  @keyframes passing-txt {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes passing-txt2 {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
      background-image: url(../images/front/fv_deco.svg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }
  }
  .fv_title .text02 {
    font-size: 10.0418410042vw;
    letter-spacing: -0.15em;
    color: #e8dc80;
    line-height: 1.2;
  }
  .fv_img {
    margin-top: 48.1171548117vw;
  }
  .fv_text {
    font-weight: bold;
    font-size: 2.719665272vw;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    padding: 2.0920502092vw;
    margin-top: 2.0920502092vw;
    display: inline-block;
  }
  /* About
  ***************************************************************/
  .sec1 {
    background: #112F45;
  }
  .sec1 .inner {
    padding: 0;
  }
  .sec1_title {
    padding-top: 2.0920502092vw;
    text-align: center;
    font-weight: bold;
    font-size: 4.3933054393vw;
    color: #112f45;
    position: relative;
    z-index: 1;
  }
  .sec1_title::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 31.589958159vw;
    background-image: url(../images/front/sec1_bg01.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
  }
  .sec1_title .text01 {
    position: relative;
    top: -1.0460251046vw;
  }
  .sec1_title .text02 {
    font-size: 8.9958158996vw;
    line-height: 1;
  }
  .sec1_title .text03 {
    display: block;
    text-align: right;
    font-size: 3.5564853556vw;
    line-height: 1;
    padding-right: 7.949790795vw;
  }
  .sec1_text {
    font-weight: bold;
    font-size: 4.3933054393vw;
    text-align: center;
    color: #fff;
    margin-top: 5.230125523vw;
  }
  .sec1_text span {
    font-size: 8.9958158996vw;
    position: relative;
  }
  .sec1_text span::before {
    content: "";
    display: inline-block;
    width: 24.0585774059vw;
    height: 9.8326359833vw;
    background-image: url(../images/icon/icon_close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sec1_img {
    margin-top: 2.0920502092vw;
  }
  .sec1_desc {
    font-weight: bold;
    font-size: 4.3933054393vw;
    text-align: center;
    color: #fff;
    padding: 4.1841004184vw 0;
    background-image: url(../images/front/scroll_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  /* Service
  ***************************************************************/
  .sec2 {
    padding-top: 4.1841004184vw;
    background: linear-gradient(#112f45 0%, #091a27 54.68%, #003e72 100%);
  }
  .sec2 .inner {
    padding: 0;
  }
  .sec2_text {
    font-weight: bold;
    font-size: 4.3933054393vw;
    text-align: center;
    color: #fff;
    position: relative;
  }
  .sec2_text::before {
    content: "";
    display: inline-block;
    width: 18.8284518828vw;
    height: 0.6276150628vw;
    background-image: url(../images/icon/icon_border.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -2.9288702929vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .sec2_title {
    font-weight: bold;
    font-size: 3.5564853556vw;
    text-align: center;
    color: #fff;
    margin-top: 4.1841004184vw;
  }
  .sec2_title .text01 {
    font-size: 5.4393305439vw;
    margin: 0 0.4184100418vw;
  }
  .sec2_title .text02 {
    font-size: 7.5313807531vw;
    color: #e8dc80;
    margin: 0 0.4184100418vw;
  }
  .sec2_img {
    margin-top: 5.4393305439vw;
  }
  .sec2_desc {
    font-weight: bold;
    font-size: 2.0920502092vw;
    color: #fff;
    padding: 4.1841004184vw;
    background-image: url(../images/front/sec2_bg01.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  /* Section3
  ***************************************************************/
  .sec3 .inner {
    padding: 0;
  }
  .sec3_title {
    font-weight: bold;
    font-size: 4.1841004184vw;
    line-height: 1.4;
    text-align: center;
    color: #112f45;
    background-image: url(../images/front/sec3_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 2.0920502092vw 10.460251046vw 3.1380753138vw 4.1841004184vw;
  }
  .sec3_title .left {
    text-align: left;
    display: block;
  }
  .sec3_title .text01 {
    font-size: 3.3472803347vw;
  }
  .sec3_title .dots {
    margin: 0 -2.510460251vw;
  }
  .sec3_title .text02 {
    font-weight: bold;
    font-size: 8.7866108787vw;
    text-align: center;
    color: #8d0505;
    line-height: 1.3;
  }
  .sec3_title .text03 {
    line-height: 1;
    font-weight: bold;
    font-size: 5.0209205021vw;
    letter-spacing: -0.1em;
    color: #8d0505;
  }
  .sec3_title .text04 {
    margin-top: -4.1841004184vw;
    display: block;
  }
  /* Section4
  ***************************************************************/
  .sec4 {
    background-image: url(../images/front/sec4_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 4.1841004184vw 0;
  }
  .sec4_title {
    font-weight: bold;
    font-size: 4.3933054393vw;
    text-align: center;
    color: #112f45;
    position: relative;
    z-index: 1;
  }
  .sec4_title::before {
    content: "";
    display: inline-block;
    width: 18.8284518828vw;
    height: 0.6276150628vw;
    background-image: url(../images/icon/icon_border.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -2.9288702929vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .sec4_list {
    display: flex;
    flex-flow: column;
    gap: 8.3682008368vw;
    margin-top: 7.3221757322vw;
  }
  .sec4_item_title {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 4.1841004184vw;
    line-height: 1;
  }
  .sec4_item_title .number {
    font-family: "Bodoni Moda", serif;
    font-weight: bold;
    font-size: 2.9288702929vw;
    text-align: center;
    color: #e8dc80;
    width: 7.5313807531vw;
    height: 7.5313807531vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-image: url(../images/icon/icon_number_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 1.6736401674vw;
    position: relative;
    top: -0.4184100418vw;
  }
  .sec4_item_title .text01 {
    font-weight: bold;
    font-size: 6.4853556485vw;
    color: #8d0505;
    position: relative;
    top: -0.8368200837vw;
  }
  .sec4_item_title .text02 {
    font-size: 8.5774058577vw;
    color: #8d0505;
    position: relative;
    top: -0.8368200837vw;
  }
  .sec4_item_title .text03 {
    font-size: 4.1841004184vw;
    color: #8d0505;
  }
  .sec4_item_flex {
    display: grid;
    grid-template-columns: 27.1966527197vw 1fr;
    gap: 2.0920502092vw;
    margin-top: 4.1841004184vw;
  }
  .sec4_item_flex_text {
    padding-top: 0.4184100418vw;
    font-weight: bold;
  }
  .sec4_item_flex_text span {
    color: #8d0505;
  }
  /* Section5
  ***************************************************************/
  .sec5 {
    background: linear-gradient(#112f45 0%, #003e72 100%);
    padding-top: 4.1841004184vw;
    position: relative;
    z-index: 1;
  }
  .sec5::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 41.8410041841vw;
    background-image: url(../images/front/sec5_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
  }
  .sec5_title {
    width: calc(100% - 12.5523012552vw);
    display: block;
    margin: 0 auto;
  }
  .sec5_text {
    font-weight: bold;
    color: #fff;
  }
  .sec5_text span {
    font-size: 3.5564853556vw;
    color: #112f45;
    background: #e8dc80;
    padding: 0 1.0460251046vw;
    margin-bottom: 2.0920502092vw;
  }
  .sec5_img {
    margin-top: 3.1380753138vw;
  }
  .sec5_desc {
    font-weight: bold;
    font-size: 4.3933054393vw;
    text-align: center;
    color: #fff;
    padding: 4.1841004184vw 0;
    background-image: url(../images/front/scroll_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  /* Section6
  ***************************************************************/
  .sec6 {
    background-image: url(../images/front/section_bg01.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 10.460251046vw 0 11.5062761506vw;
  }
  .sec6 .inner {
    padding: 0 2.0920502092vw;
  }
  .sec6_title {
    font-weight: bold;
    font-size: 4.3933054393vw;
    text-align: center;
    color: #e8dc80;
  }
  .sec6_list {
    display: flex;
    flex-flow: column;
    gap: 10.460251046vw;
    margin-top: 6.2761506276vw;
    position: relative;
    z-index: 1;
  }
  .sec6_list::before {
    content: "";
    display: inline-block;
    border-right: 0.6276150628vw dashed #66aad1;
    height: calc(100% - 16.7364016736vw);
    position: absolute;
    top: 50%;
    right: 15.0627615063vw;
    transform: translate(0, -50%);
    z-index: -1;
  }
  .sec6_item {
    box-shadow: 0vw 0.6276150628vw 1.2552301255vw rgba(0, 0, 0, 0.16);
    background: rgba(255, 255, 255, 0.1);
    padding: 3.9748953975vw 4.1841004184vw;
    position: relative;
  }
  .sec6_item_title {
    font-weight: bold;
    font-size: 5.230125523vw;
    color: #fff;
    display: flex;
    align-items: flex-start;
    gap: 1.6736401674vw;
    line-height: 1.4;
  }
  .sec6_item_title .number {
    width: 5.8577405858vw;
    padding-top: 2.510460251vw;
  }
  .sec6_item_text {
    font-weight: bold;
    font-size: 2.9288702929vw;
    color: #fff;
    opacity: 0.5;
    padding-left: 5.8577405858vw;
  }
  .sec6_item_img {
    width: 21.3389121339vw;
    position: absolute;
    top: 50%;
    right: 4.8117154812vw;
    transform: translate(0, -50%);
  }
  /* Section7
  ***************************************************************/
  .sec7 {
    background-image: url(../images/front/sec7_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 6.2761506276vw 0 11.9246861925vw;
  }
  .sec7 .inner {
    padding: 0 2.0920502092vw;
  }
  .sec7_title {
    font-weight: bold;
    font-size: 4.3933054393vw;
    text-align: center;
    color: #112f45;
  }
  .sec7_slider {
    margin-top: 5.230125523vw;
  }
  .sec7_slider .slick-slide {
    margin: 0 1.0460251046vw;
  }
  .sec7_slider li {
    background: #fff;
    padding: 6.2761506276vw 2.0920502092vw 12.5523012552vw;
  }
  .sec7_slider_head {
    display: grid;
    align-items: center;
    grid-template-columns: 21.7573221757vw 1fr;
    gap: 1.0460251046vw;
  }
  .sec7_slider_head_title {
    font-weight: bold;
    font-size: 3.9748953975vw;
    line-height: 1.4;
    color: #112f45;
  }
  .sec7_slider_head_title span {
    font-size: 3.1380753138vw;
    opacity: 0.5;
    display: block;
  }
  .sec7_slider_text {
    font-weight: bold;
    font-size: 3.3472803347vw;
    line-height: 5.0209205021vw;
    position: relative;
    padding: 3.1380753138vw 3.1380753138vw 0;
    margin-top: 4.1841004184vw;
    z-index: 1;
    min-height: 63.3891213389vw;
  }
  .sec7_slider_text::before {
    content: "";
    display: block;
    width: calc(100% - 6.2761506276vw);
    border-top: 0.2092050209vw solid #ddd;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .sec7_slider .slick-prev,
  .sec7_slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
    outline: none;
    background-image: url(../images/icon/icon_arrow_slide.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 3.5564853556vw;
    height: 10.460251046vw;
  }
  .sec7_slider .slick-prev {
    left: -0.8368200837vw;
    transform: translate(0, -50%) scale(-1, 1);
  }
  .sec7_slider .slick-next {
    right: -0.8368200837vw;
  }
  /* Section8
  ***************************************************************/
  .sec8 {
    background-image: url(../images/front/section_bg01.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 6.2761506276vw 0 11.5062761506vw;
  }
  .sec8_title {
    font-weight: bold;
    font-size: 4.3933054393vw;
    text-align: center;
    color: #e8dc80;
  }
  .sec8_item {
    margin-top: 6.2761506276vw;
    background: #fff;
  }
  .sec8_item_title {
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: flex-start;
    gap: 2.0920502092vw;
    background-image: url(../images/front/sec8_deco.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 1.0460251046vw 2.0920502092vw;
  }
  .sec8_item_title span {
    font-weight: bold;
    font-size: 3.5564853556vw;
    color: #e8dc80;
    position: relative;
    top: -0.4184100418vw;
  }
  .sec8_item_text {
    font-weight: bold;
    font-size: 2.719665272vw;
    line-height: 4.3933054393vw;
    color: #112f45;
    padding: 2.0920502092vw 3.1380753138vw;
  }
  /* Contact
  ***************************************************************/
  .contact {
    background: #f0eede;
    padding: 9.4142259414vw 0 18.8284518828vw;
    height: 100vh;
    height: 100svh;
  }
  .contact_title {
    font-weight: bold;
    font-size: 4.3933054393vw;
    text-align: center;
    color: #112f45;
  }
  .contact_form {
    margin-top: 7.3221757322vw;
  }
  .contact_list {
    display: flex;
    flex-flow: column;
    gap: 3.1380753138vw;
  }
  .contact_item {
    display: flex;
    flex-flow: column;
    gap: 1.4644351464vw;
  }
  .contact_item_title {
    display: flex;
    align-items: center;
    gap: 1.4644351464vw;
    width: 100%;
    font-weight: bold;
    color: #112f45;
  }
  .req {
    font-weight: bold;
    font-size: 1.8828451883vw;
    line-height: 3.7656903766vw;
    color: #112f45;
    border-radius: 0.8368200837vw;
    background: #dedbbf;
    padding: 0 0.8368200837vw;
  }
  .contact_area {
    flex: 1;
  }
  .contact_area span {
    width: 100%;
  }
  .contact_area input[type=text],
  .contact_area input[type=tel],
  .contact_area input[type=email] {
    width: 100%;
    padding: 1.0460251046vw;
    border-radius: 0.8368200837vw;
    background: #fff;
    border: 0.2092050209vw solid #ddd;
  }
  .contact_area select {
    width: 41.8410041841vw;
    padding: 1.0460251046vw;
    border-radius: 0.8368200837vw;
    background: #fff;
    border: 0.2092050209vw solid #ddd;
  }
  .contact_area.select {
    display: flex;
    align-items: center;
    gap: 0.8368200837vw;
  }
  .contact_area.select .text01 {
    font-weight: bold;
    color: #112f45;
  }
  .wpcf7-form-control {
    display: flex;
    align-items: center;
    gap: 6.2761506276vw;
  }
  .wpcf7-form-control span {
    width: auto;
    margin: 0;
  }
  .wpcf7-form-control input {
    width: 4.8117154812vw;
    height: 4.8117154812vw;
  }
  .wpcf7-form-control label {
    display: flex;
    align-items: center;
    gap: 2.0920502092vw;
  }
  .contact_submit {
    margin-top: 7.5313807531vw;
  }
  .contact_submit input {
    position: relative;
    width: 100%;
    font-weight: bold;
    font-size: 4.3933054393vw;
    text-align: center;
    color: #fff;
    border-radius: 4.1841004184vw;
    background: linear-gradient(#f2c224 0%, #d66300 100%);
    box-shadow: 0vw 0.6276150628vw 1.2552301255vw rgba(0, 0, 0, 0.16);
    padding: 0.6276150628vw 0;
    display: block;
  }
  .wpcf7-spinner {
    display: none;
  }
  .thanks {
    background: #fff;
    box-shadow: 0vw 0.6276150628vw 1.2552301255vw rgba(0, 0, 0, 0.16);
    padding: 10.460251046vw 6.2761506276vw 12.5523012552vw;
    text-align: center;
    margin-top: 11.5062761506vw;
  }
  .thanks_title {
    font-weight: bold;
    font-size: 4.3933054393vw;
    text-align: center;
    color: #112f45;
    position: relative;
  }
  .thanks_title::before {
    content: "";
    display: inline-block;
    width: 10.460251046vw;
    border-top: 0.2092050209vw solid #ddd;
    position: absolute;
    bottom: -6.4853556485vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .thanks_text {
    font-weight: bold;
    color: #112f45;
    margin-top: 12.5523012552vw;
  }
  .thanks_btn {
    font-weight: bold;
    font-size: 4.3933054393vw;
    display: block;
    color: #fff;
    border-radius: 4.8117154812vw;
    background: linear-gradient(#f2c224 0%, #d66300 100%);
    box-shadow: 0vw 0.6276150628vw 1.2552301255vw rgba(0, 0, 0, 0.16);
    margin-top: 6.2761506276vw;
    padding: 0.8368200837vw 0;
  }
}
/* ===================================================
トップページ
=================================================== */
@media screen and (max-width: 380px) {
  /* FV
  ***************************************************************/
  .fv {
    background-image: url(../images/front/fv_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 6.25vw 0 1.0416666667vw;
    position: relative;
    z-index: 1;
  }
  .fv::before {
    content: "";
    display: inline-block;
    width: 28.75vw;
    height: 30vw;
    background-image: url(../images/front/fv_swipe.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .fv_title {
    font-weight: bold;
    font-size: 4.1666666667vw;
    letter-spacing: -0.05em;
    color: #fff;
  }
  .barAnime {
    display: inline-block;
    transform: translate3d(0, 0, 0);
    position: relative;
    z-index: 0;
    font-weight: bold;
    font-size: 10vw;
    letter-spacing: -0.01em;
    line-height: 1.2;
    color: #e8dc80;
  }
  .barAnime::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(#112f45 0%, #003e72 100%);
    z-index: 1;
  }
  .barAnime.action::before {
    animation: passing-bar 0.6s ease 0.4s 1 normal forwards;
  }
  @keyframes passing-bar {
    0% {
      left: 0;
      width: 0;
    }
    50% {
      left: 0;
      width: 100%;
    }
    51% {
      left: 0;
      width: 100%;
    }
    100% {
      left: 100%;
      width: 0;
    }
  }
  .barAnime .barText {
    display: inline-block;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    padding: 0 1.6666666667vw;
  }
  .barAnime.action .barText {
    animation: passing-txt2 0s ease 0.7s 1 normal forwards;
  }
  @keyframes passing-txt {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes passing-txt2 {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
      background-image: url(../images/front/fv_deco.svg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }
  }
  .fv_title .text02 {
    font-size: 10vw;
    letter-spacing: -0.15em;
    color: #e8dc80;
    line-height: 1.2;
  }
  .fv_img {
    margin-top: 47.9166666667vw;
  }
  .fv_text {
    font-weight: bold;
    font-size: 2.7083333333vw;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    padding: 2.0833333333vw;
    margin-top: 2.0833333333vw;
    display: inline-block;
  }
  /* About
  ***************************************************************/
  .sec1 {
    background: #112F45;
  }
  .sec1 .inner {
    padding: 0;
  }
  .sec1_title {
    padding-top: 2.0833333333vw;
    text-align: center;
    font-weight: bold;
    font-size: 4.375vw;
    color: #112f45;
    position: relative;
    z-index: 1;
  }
  .sec1_title::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 31.4583333333vw;
    background-image: url(../images/front/sec1_bg01.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
  }
  .sec1_title .text01 {
    position: relative;
    top: -1.0416666667vw;
  }
  .sec1_title .text02 {
    font-size: 8.9583333333vw;
    line-height: 1;
  }
  .sec1_title .text03 {
    display: block;
    text-align: right;
    font-size: 3.5416666667vw;
    line-height: 1;
    padding-right: 7.9166666667vw;
  }
  .sec1_text {
    font-weight: bold;
    font-size: 4.375vw;
    text-align: center;
    color: #fff;
    margin-top: 5.2083333333vw;
  }
  .sec1_text span {
    font-size: 8.9583333333vw;
    position: relative;
  }
  .sec1_text span::before {
    content: "";
    display: inline-block;
    width: 23.9583333333vw;
    height: 9.7916666667vw;
    background-image: url(../images/icon/icon_close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sec1_img {
    margin-top: 2.0833333333vw;
  }
  .sec1_desc {
    font-weight: bold;
    font-size: 4.375vw;
    text-align: center;
    color: #fff;
    padding: 3.5416666667vw 0;
    background-image: url(../images/front/scroll_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  /* Service
  ***************************************************************/
  .sec2 {
    padding-top: 4.1666666667vw;
    background: linear-gradient(#112f45 0%, #091a27 54.68%, #003e72 100%);
  }
  .sec2 .inner {
    padding: 0;
  }
  .sec2_text {
    font-weight: bold;
    font-size: 4.375vw;
    text-align: center;
    color: #fff;
    position: relative;
  }
  .sec2_text::before {
    content: "";
    display: inline-block;
    width: 18.75vw;
    height: 0.625vw;
    background-image: url(../images/icon/icon_border.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -2.9166666667vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .sec2_title {
    font-weight: bold;
    font-size: 3.5416666667vw;
    text-align: center;
    color: #fff;
    margin-top: 4.1666666667vw;
  }
  .sec2_title .text01 {
    font-size: 5.4166666667vw;
    margin: 0 0.4166666667vw;
  }
  .sec2_title .text02 {
    font-size: 7.5vw;
    color: #e8dc80;
    margin: 0 0.4166666667vw;
  }
  .sec2_img {
    margin-top: 4.7916666667vw;
  }
  .sec2_desc {
    font-weight: bold;
    font-size: 2.0833333333vw;
    color: #fff;
    padding: 4.1666666667vw;
    background-image: url(../images/front/sec2_bg01.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  /* Section3
  ***************************************************************/
  .sec3 .inner {
    padding: 0;
  }
  .sec3_title {
    font-weight: bold;
    font-size: 4.1666666667vw;
    line-height: 1.4;
    text-align: center;
    color: #112f45;
    background-image: url(../images/front/sec3_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 2.0833333333vw 10.4166666667vw 3.125vw 4.1666666667vw;
  }
  .sec3_title .left {
    text-align: left;
    display: block;
  }
  .sec3_title .text01 {
    font-size: 3.3333333333vw;
  }
  .sec3_title .dots {
    margin: 0 -2.5vw;
  }
  .sec3_title .text02 {
    font-weight: bold;
    font-size: 8.75vw;
    text-align: center;
    color: #8d0505;
    line-height: 1.3;
  }
  .sec3_title .text03 {
    line-height: 1;
    font-weight: bold;
    font-size: 5vw;
    letter-spacing: -0.1em;
    color: #8d0505;
  }
  .sec3_title .text04 {
    margin-top: -4.1666666667vw;
    display: block;
  }
  /* Section4
  ***************************************************************/
  .sec4 {
    background-image: url(../images/front/sec4_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 4.1666666667vw 0;
  }
  .sec4_title {
    font-weight: bold;
    font-size: 4.375vw;
    text-align: center;
    color: #112f45;
    position: relative;
    z-index: 1;
  }
  .sec4_title::before {
    content: "";
    display: inline-block;
    width: 18.75vw;
    height: 0.625vw;
    background-image: url(../images/icon/icon_border.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -2.9166666667vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .sec4_list {
    display: flex;
    flex-flow: column;
    gap: 8.3333333333vw;
    margin-top: 7.2916666667vw;
  }
  .sec4_item_title {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 4.1666666667vw;
    line-height: 1;
  }
  .sec4_item_title .number {
    font-family: "Bodoni Moda", serif;
    font-weight: bold;
    font-size: 2.9166666667vw;
    text-align: center;
    color: #e8dc80;
    width: 7.5vw;
    height: 7.5vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-image: url(../images/icon/icon_number_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 1.6666666667vw;
    position: relative;
    top: -0.4166666667vw;
  }
  .sec4_item_title .text01 {
    font-weight: bold;
    font-size: 6.4583333333vw;
    color: #8d0505;
    position: relative;
    top: -0.8333333333vw;
  }
  .sec4_item_title .text02 {
    font-size: 8.5416666667vw;
    color: #8d0505;
    position: relative;
    top: -0.8333333333vw;
  }
  .sec4_item_title .text03 {
    font-size: 4.1666666667vw;
    color: #8d0505;
  }
  .sec4_item_flex {
    display: grid;
    grid-template-columns: 27.0833333333vw 1fr;
    gap: 2.0833333333vw;
    margin-top: 4.1666666667vw;
  }
  .sec4_item_flex_text {
    padding-top: 0.4166666667vw;
    font-weight: bold;
  }
  .sec4_item_flex_text span {
    color: #8d0505;
  }
  /* Section5
  ***************************************************************/
  .sec5 {
    background: linear-gradient(#112f45 0%, #003e72 100%);
    padding-top: 4.1666666667vw;
    position: relative;
    z-index: 1;
  }
  .sec5::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 41.6666666667vw;
    background-image: url(../images/front/sec5_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
  }
  .sec5_title {
    width: calc(100% - 12.5vw);
    display: block;
    margin: 0 auto;
  }
  .sec5_text {
    font-weight: bold;
    color: #fff;
  }
  .sec5_text span {
    font-size: 3.5416666667vw;
    color: #112f45;
    background: #e8dc80;
    padding: 0 1.0416666667vw;
    margin-bottom: 2.0833333333vw;
  }
  .sec5_img {
    margin-top: 3.125vw;
  }
  .sec5_desc {
    font-weight: bold;
    font-size: 4.375vw;
    text-align: center;
    color: #fff;
    padding: 4.1666666667vw 0;
    background-image: url(../images/front/scroll_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  /* Section6
  ***************************************************************/
  .sec6 {
    background-image: url(../images/front/section_bg01.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 10.4166666667vw 0 11.4583333333vw;
  }
  .sec6 .inner {
    padding: 0 2.0833333333vw;
  }
  .sec6_title {
    font-weight: bold;
    font-size: 4.375vw;
    text-align: center;
    color: #e8dc80;
  }
  .sec6_list {
    display: flex;
    flex-flow: column;
    gap: 10.4166666667vw;
    margin-top: 6.25vw;
    position: relative;
    z-index: 1;
  }
  .sec6_list::before {
    content: "";
    display: inline-block;
    border-right: 0.625vw dashed #66aad1;
    height: calc(100% - 16.6666666667vw);
    position: absolute;
    top: 50%;
    right: 15vw;
    transform: translate(0, -50%);
    z-index: -1;
  }
  .sec6_item {
    box-shadow: 0vw 0.625vw 1.25vw rgba(0, 0, 0, 0.16);
    background: rgba(255, 255, 255, 0.1);
    padding: 3.9583333333vw 4.1666666667vw;
    position: relative;
  }
  .sec6_item_title {
    font-weight: bold;
    font-size: 5.2083333333vw;
    color: #fff;
    display: flex;
    align-items: flex-start;
    gap: 1.6666666667vw;
    line-height: 1.4;
  }
  .sec6_item_title .number {
    width: 5.8333333333vw;
    padding-top: 2.5vw;
  }
  .sec6_item_text {
    font-weight: bold;
    font-size: 2.9166666667vw;
    color: #fff;
    opacity: 0.5;
    padding-left: 5.8333333333vw;
  }
  .sec6_item_img {
    width: 21.25vw;
    position: absolute;
    top: 50%;
    right: 4.7916666667vw;
    transform: translate(0, -50%);
  }
  /* Section7
  ***************************************************************/
  .sec7 {
    background-image: url(../images/front/sec7_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 6.25vw 0 11.0416666667vw;
  }
  .sec7 .inner {
    padding: 0 2.0833333333vw;
  }
  .sec7_title {
    font-weight: bold;
    font-size: 4.375vw;
    text-align: center;
    color: #112f45;
  }
  .sec7_slider {
    margin-top: 5.2083333333vw;
  }
  .sec7_slider .slick-slide {
    margin: 0 1.0416666667vw;
  }
  .sec7_slider li {
    background: #fff;
    padding: 6.25vw 2.0833333333vw 12.5vw;
  }
  .sec7_slider_head {
    display: grid;
    align-items: center;
    grid-template-columns: 21.6666666667vw 1fr;
    gap: 1.0416666667vw;
  }
  .sec7_slider_head_title {
    font-weight: bold;
    font-size: 3.9583333333vw;
    line-height: 1.4;
    color: #112f45;
  }
  .sec7_slider_head_title span {
    font-size: 3.125vw;
    opacity: 0.5;
    display: block;
  }
  .sec7_slider_text {
    font-weight: bold;
    font-size: 3.3333333333vw;
    line-height: 5vw;
    position: relative;
    padding: 3.125vw 3.125vw 0;
    margin-top: 4.1666666667vw;
    z-index: 1;
    min-height: 63.125vw;
  }
  .sec7_slider_text::before {
    content: "";
    display: block;
    width: calc(100% - 6.25vw);
    border-top: 0.2083333333vw solid #ddd;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .sec7_slider .slick-prev,
  .sec7_slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
    outline: none;
    background-image: url(../images/icon/icon_arrow_slide.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 3.5416666667vw;
    height: 10.4166666667vw;
  }
  .sec7_slider .slick-prev {
    left: -0.8333333333vw;
    transform: translate(0, -50%) scale(-1, 1);
  }
  .sec7_slider .slick-next {
    right: -0.8333333333vw;
  }
  /* Section8
  ***************************************************************/
  .sec8 {
    background-image: url(../images/front/section_bg01.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 6.25vw 0 11.4583333333vw;
  }
  .sec8_title {
    font-weight: bold;
    font-size: 4.375vw;
    text-align: center;
    color: #e8dc80;
  }
  .sec8_item {
    margin-top: 6.0416666667vw;
    background: #fff;
  }
  .sec8_item_title {
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: flex-start;
    gap: 2.0833333333vw;
    background-image: url(../images/front/sec8_deco.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 1.0416666667vw 2.0833333333vw;
  }
  .sec8_item_title span {
    font-weight: bold;
    font-size: 3.5416666667vw;
    color: #e8dc80;
    position: relative;
    top: -0.4166666667vw;
  }
  .sec8_item_text {
    font-weight: bold;
    font-size: 2.7083333333vw;
    line-height: 4.375vw;
    color: #112f45;
    padding: 2.0833333333vw 3.125vw;
  }
  /* Contact
  ***************************************************************/
  .contact {
    background: #f0eede;
    padding: 9.375vw 0 18.75vw;
    height: 100vh;
    height: 100svh;
  }
  .contact_title {
    font-weight: bold;
    font-size: 4.375vw;
    text-align: center;
    color: #112f45;
  }
  .contact_form {
    margin-top: 7.2916666667vw;
  }
  .contact_list {
    display: flex;
    flex-flow: column;
    gap: 3.125vw;
  }
  .contact_item {
    display: flex;
    flex-flow: column;
    gap: 1.4583333333vw;
  }
  .contact_item_title {
    display: flex;
    align-items: center;
    gap: 1.4583333333vw;
    width: 100%;
    font-weight: bold;
    color: #112f45;
  }
  .req {
    font-weight: bold;
    font-size: 1.875vw;
    line-height: 3.75vw;
    color: #112f45;
    border-radius: 0.8333333333vw;
    background: #dedbbf;
    padding: 0 0.8333333333vw;
  }
  .contact_area {
    flex: 1;
  }
  .contact_area span {
    width: 100%;
  }
  .contact_area input[type=text],
  .contact_area input[type=tel],
  .contact_area input[type=email] {
    width: 100%;
    padding: 1.0416666667vw;
    border-radius: 0.8333333333vw;
    background: #fff;
    border: 0.2083333333vw solid #ddd;
  }
  .contact_area select {
    width: 41.6666666667vw;
    padding: 1.0416666667vw;
    border-radius: 0.8333333333vw;
    background: #fff;
    border: 0.2083333333vw solid #ddd;
  }
  .contact_area.select {
    display: flex;
    align-items: center;
    gap: 0.8333333333vw;
  }
  .contact_area.select .text01 {
    font-weight: bold;
    color: #112f45;
  }
  .wpcf7-form-control {
    display: flex;
    align-items: center;
    gap: 6.25vw;
  }
  .wpcf7-form-control span {
    width: auto;
    margin: 0;
  }
  .wpcf7-form-control input {
    width: 4.7916666667vw;
    height: 4.7916666667vw;
  }
  .wpcf7-form-control label {
    display: flex;
    align-items: center;
    gap: 2.0833333333vw;
  }
  .contact_submit {
    margin-top: 7.5vw;
  }
  .contact_submit input {
    position: relative;
    width: 100%;
    font-weight: bold;
    font-size: 4.375vw;
    text-align: center;
    color: #fff;
    border-radius: 4.1666666667vw;
    background: linear-gradient(#f2c224 0%, #d66300 100%);
    box-shadow: 0vw 0.625vw 1.25vw rgba(0, 0, 0, 0.16);
    padding: 0.625vw 0;
    display: block;
  }
  .wpcf7-spinner {
    display: none;
  }
  .thanks {
    background: #fff;
    box-shadow: 0vw 0.625vw 1.25vw rgba(0, 0, 0, 0.16);
    padding: 10.4166666667vw 6.25vw 12.5vw;
    text-align: center;
    margin-top: 11.4583333333vw;
  }
  .thanks_title {
    font-weight: bold;
    font-size: 4.375vw;
    text-align: center;
    color: #112f45;
    position: relative;
  }
  .thanks_title::before {
    content: "";
    display: inline-block;
    width: 10.4166666667vw;
    border-top: 0.2083333333vw solid #ddd;
    position: absolute;
    bottom: -6.4583333333vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .thanks_text {
    font-weight: bold;
    color: #112f45;
    margin-top: 12.5vw;
  }
  .thanks_btn {
    font-weight: bold;
    font-size: 4.375vw;
    display: block;
    color: #fff;
    border-radius: 4.7916666667vw;
    background: linear-gradient(#f2c224 0%, #d66300 100%);
    box-shadow: 0vw 0.625vw 1.25vw rgba(0, 0, 0, 0.16);
    margin-top: 6.25vw;
    padding: 0.8333333333vw 0;
  }
}