@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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 {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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;
}

/* 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 {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * 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 {
  margin: 0;
  padding: 0;
  min-width: 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;
}

/**
 * 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 {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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 {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

body, html {
  font-size: 16px;
  font-size: 100%;
  font-weight: 400;
  font-family: "Cardo", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  position: relative;
  color: var(--text-color);
  line-height: 1.875;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

p, h1, h2, h3, h4 {
  margin: 0;
}

a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--text-color);
}

a:active, a:hover {
  color: var(--text-color);
  opacity: 0.9;
}

ul, li, a {
  text-decoration: none;
  list-style: none;
}

img {
  vertical-align: middle;
  image-rendering: auto;
  width: 100%;
  height: auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ib {
  display: inline-block;
}

.block {
  display: block;
}

.red {
  color: #DE5D8F;
}

.white {
  color: #fff;
}

a[href^="tel:"] {
  cursor: default;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*========================
  text
========================*/
.text.list {
  padding-left: 1em;
  position: relative;
}
.text.list::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.text.list.kome::before {
  content: "※";
}

/*========================
  font-family
========================*/
/****************
font-size  Min Viewport:350px(21.875rem) Max Viewport:1920px 
*****************/
.fs100 {
  font-size: clamp(4rem, 3.4984076433rem + 2.2929936306vw, 6.25rem);
}

.fs80 {
  font-size: clamp(3.5rem, 3.1656050955rem + 1.5286624204vw, 5rem);
}

.fs64 {
  font-size: clamp(3rem, 2.7770700637rem + 1.0191082803vw, 4rem);
}

.fs56 {
  font-size: clamp(2.5rem, 2.2770700637rem + 1.0191082803vw, 3.5rem);
}

.fs48 {
  font-size: clamp(2rem, 1.7770700637rem + 1.0191082803vw, 3rem);
}

.fs40 {
  font-size: clamp(1.5rem, 1.2770700637rem + 1.0191082803vw, 2.5rem);
}

.fs32 {
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
}

.fs24 {
  font-size: clamp(1.125rem, 1.0414012739rem + 0.3821656051vw, 1.5rem);
}

.fs20 {
  font-size: clamp(1.125rem, 1.097133758rem + 0.127388535vw, 1.25rem);
}

.fs18 {
  font-size: clamp(1rem, 0.972133758rem + 0.127388535vw, 1.125rem);
}

.fs14 {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .fs14 {
    font-size: 12px;
  }
}
/*========================
  layout
========================*/
.container {
  padding-top: 120px;
  padding-bottom: 120px;
}

.container-b {
  padding-bottom: 120px;
}

.inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .container-b {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: 92%;
  }
}
/*===================================================================
    map
===================================================================*/
.map {
  position: relative;
  height: 0;
  padding-top: 62%;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*===================================================================
    movie
===================================================================*/
.movie {
  aspect-ratio: 16/9;
}

/*========================
    アニメーション
========================*/
.js-fadeUp {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

/*===================================================================
  カスタムプロパティ
===================================================================*/
:root {
  --text-color: #ffffff;
  --main-color: #131318;
  --sub-color: #a89469;
  --third-color: #400b0b;
  --red-color: #630523;
  --gray-color: #EAEAEA;
  --outline-item-before: 95%;
}

/*===================================================================
    bg
===================================================================*/
.bg-main {
  background-color: var(--main-color);
}

.bg-sub {
  background-color: var(--sub-color);
}

.bg-third {
  background-color: var(--third-color);
}

.bg-gray {
  background-color: var(--gray-color);
}

.bg-red {
  background-color: var(--red-color);
}

/*========================
    bg-patterns
========================*/
/*=============
.bg_pattern
==============*/
.bg_pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
  opacity: 0.4;
  z-index: 1;
}

.ZigZag_3D {
  background: linear-gradient(135deg, rgba(255, 193, 7, 0.3333333333) 25%, transparent 25%) -20px 0/40px 40px, linear-gradient(225deg, #ffc107 25%, transparent 25%) -20px 0/40px 40px, linear-gradient(315deg, rgba(255, 193, 7, 0.3333333333) 25%, transparent 25%) 0px 0/40px 40px, linear-gradient(45deg, #ffc107 25%, #ffe9a7 25%) 0px 0/40px 40px;
}

.Polka_v2 {
  background-image: radial-gradient(var(--sub-color) 2px, transparent 2px), radial-gradient(var(--sub-color) 2px, var(--red-color) 2px);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
}

.Paper_v2 {
  background-image: repeating-linear-gradient(to bottom, transparent 25px, rgba(0, 0, 0, 0.04) 26px, rgba(0, 0, 0, 0.04) 26px, transparent 27px, transparent 51px, rgba(0, 0, 0, 0.04) 52px, rgba(0, 0, 0, 0.04) 52px, transparent 53px, transparent 77px, rgba(0, 0, 0, 0.04) 78px, rgba(0, 0, 0, 0.04) 78px, transparent 79px, transparent 103px, rgba(0, 0, 0, 0.04) 104px, rgba(0, 0, 0, 0.04) 104px, transparent 105px, transparent 129px, rgba(0, 0, 0, 0.04) 130px, rgba(0, 0, 0, 0.04) 130px), repeating-linear-gradient(to right, transparent 25px, rgba(0, 0, 0, 0.04) 26px, rgba(0, 0, 0, 0.04) 26px, transparent 27px, transparent 51px, rgba(0, 0, 0, 0.04) 52px, rgba(0, 0, 0, 0.04) 52px, transparent 53px, transparent 77px, rgba(0, 0, 0, 0.04) 78px, rgba(0, 0, 0, 0.04) 78px, transparent 79px, transparent 103px, rgba(0, 0, 0, 0.04) 104px, rgba(0, 0, 0, 0.04) 104px, transparent 105px, transparent 129px, rgba(0, 0, 0, 0.04) 130px, rgba(0, 0, 0, 0.04) 130px);
}

/*===================================================================
    sec-tit
===================================================================*/
.sec-tit-wrap {
  width: 100%;
  margin-bottom: 60px;
}

.sec-tit {
  font-size: clamp(2rem, 1.7770700637rem + 1.0191082803vw, 3rem);
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.sec-tit-lead {
  display: block;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  color: var(--sub-color);
}

/*===================================================================
    sub-tit
===================================================================*/
.sub-tit {
  font-size: clamp(1.125rem, 1.0414012739rem + 0.3821656051vw, 1.5rem);
  letter-spacing: 0.18em;
  margin-bottom: 60px;
  padding: 5px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  background-image: linear-gradient(-45deg, transparent 0 20px, rgba(0, 0, 0, 0) 20px calc(100% - 20px), transparent calc(100% - 20px)), repeating-linear-gradient(135deg, rgba(230, 216, 179, 0.4) 0 2px, transparent 2px 4px);
}

/*===================================================================
    btn
===================================================================*/
.btn,
a.btn,
button.btn {
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  margin-top: 40px;
}

/*========================
    btn-svg
========================*/
a.btn-svg {
  line-height: 54px;
  width: 204px;
  height: 54px;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
}

a.btn-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a.btn-svg svg rect {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  stroke: #fff;
  stroke-width: 1;
  stroke-dasharray: 200px, 16px;
  stroke-dashoffset: 70px;
}

a.btn-svg:hover svg rect {
  stroke-dashoffset: 284px;
}

/*========================
	totop
========================*/
.totop {
  width: 50px;
  height: 50px;
  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-left: auto;
  border: 1px solid #fff;
  padding: 12px;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: absolute;
  bottom: 0px;
  right: 0;
}

/*===================================================================
    header
===================================================================*/
.site-copy {
  width: 100%;
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 1.2;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header-position {
  width: 100%;
  height: 80px;
  z-index: 10;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: rgba(0, 0, 0, 0.5);
}

.header-inner {
  max-width: 1600px;
  width: 92%;
  margin: 0 auto;
}

.header-wrap {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header-logo {
  width: 200px;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-list {
  padding-left: 15px;
  padding-right: 15px;
}

.header-item {
  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;
  color: var(--text-color);
  font-weight: 500;
  position: relative;
}
.header-item::after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--text-color);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.header-item:hover {
  color: var(--text-color);
}
.header-item:hover::after {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .header-position {
    height: 70px;
  }
  .header-menu {
    position: fixed;
    top: 70px;
    right: -350px;
    background-color: var(--main-color);
    width: 350px;
    padding: 60px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow-y: scroll;
    height: 110vh;
    height: 110dvh;
    z-index: 11;
    display: block;
  }
  .header-menu.open {
    right: 0;
  }
  .header-inner {
    width: 100%;
    padding-left: 4%;
  }
  .header-item {
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 20px;
  }
  .header-item:hover {
    color: #fff;
  }
  .header-item::after {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 180px;
  }
}
/*===================================================================
　mobmenu
===================================================================*/
@media screen and (min-width: 1025px) {
  .mobmenu-btn {
    display: none;
  }
}
.mobmenu-overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.mobmenu-fixed {
  position: fixed;
  z-index: 20;
  top: 50px;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 350px;
}

.mobmenu-fixed.open {
  opacity: 1;
  pointer-events: all;
}

.mobmenu-bg {
  width: 0px;
  opacity: 0;
  height: 100vh;
  height: 100dvh;
  margin-top: 75px;
  padding-bottom: 100px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  margin-left: auto;
  overflow: auto;
}

.mobmenu-bg.open {
  width: 100%;
  opacity: 1;
}

.mobmenu-btn {
  z-index: 12;
}

/* openbtn */
.openbtn {
  position: relative;
  z-index: 10;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background-color: var(--main-color);
  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;
}

/* ボタン内側 */
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 20px;
  height: 1px;
  width: 30px;
  border-radius: 1px;
  background: #fff;
}

.openbtn span:nth-of-type(1) {
  top: 26px;
}

.openbtn span:nth-of-type(2) {
  top: 35px;
}

.openbtn span:nth-of-type(3) {
  top: 44px;
}

/* active */
.openbtn.active span:nth-of-type(1) {
  top: 35px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 35px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*===================================================================
    footer
===================================================================*/
footer {
  position: relative;
}

.container--footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-logo {
  width: 270px;
  margin: 0 auto 30px;
}

.footer-text {
  text-align: center;
}

.copy-right-wrap {
  padding-top: 20px;
  padding-bottom: 60px;
}

.copy-right {
  color: #fff;
  text-align: center;
  font-size: 12px;
}

/*===================================================================
  fv
===================================================================*/
.fv {
  margin-top: -80px;
}

.fv-bg {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.fv-bg .inner {
  position: relative;
  height: 100%;
}

.fv--news {
  background-image: url(../img/fv-news.webp);
}

.fv--company {
  background-image: url(../img/fv-company.webp);
}

.fv--contact {
  background-image: url(../img/fv-contact.webp);
}

.fv--thanks {
  background-image: url(../img/fv-thanks.webp);
}

.fv-tit-wrap {
  position: absolute;
  bottom: -12px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.fv-tit {
  font-size: clamp(3.5rem, 3.1656050955rem + 1.5286624204vw, 5rem);
  color: var(--sub-color);
  line-height: 1;
  margin-right: 30px;
  position: relative;
  letter-spacing: 0.16em;
}

.fv-tit-lead {
  font-size: clamp(1.125rem, 1.097133758rem + 0.127388535vw, 1.25rem);
  color: var(--sub-color);
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
}
.fv-tit-lead::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: var(--sub-color);
  display: block;
  margin-right: 10px;
}

@media screen and (max-width: 1024px) {
  .fv {
    margin-top: -70px;
  }
  .fv-bg {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .fv-tit-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    bottom: -8px;
  }
  .fv-tit {
    font-size: clamp(3rem, 2.7770700637rem + 1.0191082803vw, 4rem);
    margin-right: 0;
  }
  .fv-tit-lead {
    margin-left: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 350px) {
  .fv-tit {
    letter-spacing: 0.1em;
  }
  .fv-tit-lead::before {
    width: 60px;
  }
}
/*===================================================================
  breadcrumb
===================================================================*/
.breadcrumb {
  padding-top: 8px;
  padding-bottom: 8px;
}

.crumb-wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.crumb-wrap a {
  display: block;
  font-size: 12px;
}
.crumb-wrap span {
  font-size: 12px;
}

/*===================================================================
    トップページ
===================================================================*/
/*========================
    mv
========================*/
.mv {
  margin-top: -80px;
}

.mv-slider-wrap {
  position: relative;
}

.mv-copy-wrap {
  font-size: clamp(1.5rem, 1.2770700637rem + 1.0191082803vw, 2.5rem);
  line-height: 1.3;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: absolute;
  top: 48%;
  left: 4%;
  z-index: 5;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  padding: 30px 40px;
  color: #fff;
}

.mv-slider .slide {
  overflow: hidden;
  margin: 0 auto;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mv-slider .slide img {
  -webkit-transition: 10s 1s ease-out;
  transition: 10s 1s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  -webkit-transform: translate3d(50px, 0, 0) scale(1.2);
          transform: translate3d(50px, 0, 0) scale(1.2);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mv-slider .splide__slide[class*=-active] .slide {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.mv-slider .splide__slide[class*=-active] .slide img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translate3d(-50px, 0, 0) scale(1.2);
          transform: translate3d(-50px, 0, 0) scale(1.2);
}

.splide__pagination {
  display: none;
}

@media screen and (max-width: 1200px) {
  .mv-copy-wrap {
    top: 40%;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1024px) {
  .mv {
    margin-top: -70px;
  }
}
@media screen and (max-width: 767px) {
  .mv-copy-wrap {
    bottom: auto;
    top: 60%;
    font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
  }
}
@media screen and (max-width: 600px) {
  .mv-copy-wrap {
    left: auto;
    right: 0;
    width: 96%;
    padding: 20px 15px;
    font-size: 22px;
  }
}
/*===================================================================
    about
===================================================================*/
.about {
  position: relative;
}
.about .sec-tit-wrap {
  text-align: center;
  margin-bottom: 30px;
}

.about-wrap {
  border: 4px solid var(--sub-color);
  padding: 60px 30px;
  position: relative;
  background-color: #fff;
  color: var(--main-color);
  margin-left: auto;
  margin-top: -16vw;
}

.about-waku {
  display: block;
  position: absolute;
  bottom: -15px;
  right: 15px;
  border: 1px solid var(--sub-color);
  width: 100%;
  height: 100%;
}

.about-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.about-item {
  width: calc(33.333% - 20px);
}

@media screen and (max-width: 767px) {
  .about-wrap {
    margin-top: -30vw;
  }
  .about-item {
    width: 100%;
    max-width: 340px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 560px) {
  .about-wrap {
    padding: 60px 40px 40px;
  }
  .about-waku {
    right: 7px;
    bottom: -7px;
  }
}
/*===================================================================
    theme sun007
===================================================================*/
.theme {
  color: var(--main-color);
  position: relative;
}

.theme-desc {
  margin-bottom: 60px;
}

.theme-num {
  font-size: clamp(4rem, 3.4984076433rem + 2.2929936306vw, 6.25rem);
  margin-bottom: 20px;
  color: var(--sub-color);
  line-height: 1;
  opacity: 0.8;
}

.sun007-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.sun007-contents {
  width: 45%;
}

.sun007-tit {
  font-size: clamp(1.5rem, 1.2770700637rem + 1.0191082803vw, 2.5rem);
  margin-bottom: 40px;
  border-bottom: 1px solid #a89469;
  color: var(--sub-color);
}

.sun007-text {
  line-height: 2.5;
}

.sun007-wrap li {
  padding-top: 50vh;
}
.sun007-wrap li:last-child {
  padding-bottom: 50vh;
}

.images {
  width: 40%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: sticky;
  top: 0;
}

.images div {
  height: 600px;
  margin: auto;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}
.images div:first-child, .images div.active {
  visibility: visible;
  opacity: 1;
}

.to-guide {
  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;
  border: 1px solid var(--sub-color);
  width: 100%;
  max-width: 600px;
  height: 60px;
  font-size: 18px;
  color: var(--sub-color);
  margin: 0 auto;
  padding-top: 4px;
}
.to-guide:hover {
  background-color: var(--sub-color);
}

@media screen and (max-width: 1200px) {
  .sun007-contents {
    width: 55%;
  }
}
@media screen and (max-width: 600px) {
  .theme-line {
    display: none;
  }
  .sun007-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sun007-contents {
    width: 100%;
    position: relative;
  }
  .images {
    width: 100%;
  }
  .images::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
  }
  .sun007-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*===================================================================
    top-news col02
===================================================================*/
.top-news {
  position: relative;
}
.top-news .container {
  position: relative;
  z-index: 2;
}

.col02-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.col02-wrapL {
  width: 32%;
}

.col02-wrapR {
  width: 62%;
}

.col02-img {
  border: 1px solid var(--third-color);
}

.col02-tit {
  font-size: 18px;
  margin-bottom: 15px;
}

.col02-text {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .col02-wrapL {
    width: 100%;
    margin-bottom: 20px;
  }
  .col02-wrapR {
    width: 100%;
  }
}
/*===================================================================
    partners
===================================================================*/
.partners-contents {
  margin-bottom: 90px;
}

.partners-block {
  padding-bottom: 60px;
}

.partners-item {
  position: relative;
  margin-bottom: 120px;
}

.partners-img {
  margin-left: 30px;
}

.partners-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 720px;
  background-color: var(--main-color);
  border: 1px solid #fff;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.partners-thumbnail {
  width: 240px;
  height: auto;
}

.partners-label {
  padding: 10px 30px;
  width: calc(100% - 240px);
}

.partners-name {
  margin-bottom: 4px;
}

.link-svg {
  width: 20px;
  margin-left: 10px;
}

.partners-text {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .partners-box {
    width: 80%;
  }
  .partners-thumbnail {
    width: 150px;
  }
  .partners-label {
    padding: 10px 15px;
    width: calc(100% - 150px);
  }
  .partners-text {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .partners-item {
    margin-bottom: 60px;
  }
  .partners-img {
    margin-left: 0;
  }
  .partners-box {
    width: 100%;
    position: static;
  }
  .partners-thumbnail {
    width: 120px;
  }
  .partners-label {
    width: calc(100% - 120px);
  }
}
/*===================================================================
    event col03
===================================================================*/
.event {
  position: relative;
}
.event .container {
  position: relative;
  z-index: 2;
}

.col03-list {
  width: calc(33.333% - 40px);
  margin-right: 60px;
  margin-bottom: 30px;
}
.col03-list:nth-child(3n) {
  margin-right: 0;
}

.col03-img {
  margin-bottom: 20px;
}

.col03-tit {
  font-size: clamp(1.125rem, 1.0414012739rem + 0.3821656051vw, 1.5rem);
  margin-bottom: 15px;
}

.col003-text {
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .col03-list {
    width: calc(33.333% - 20px);
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .col03-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
/*===================================================================
    join sun003
===================================================================*/
.join {
  color: var(--main-color);
}

.sun003-list {
  margin-bottom: 40px;
  position: relative;
}
.sun003-list:last-child {
  margin-bottom: 0;
}
.sun003-list::after {
  content: "";
  display: block;
  width: 40%;
  height: 60%;
  background: linear-gradient(45deg, var(--main-color) 0%, var(--sub-color) 180%);
  position: absolute;
  left: 0;
  top: -10%;
  z-index: -1;
}
.sun003-list:nth-child(2)::after {
  left: auto;
  right: 0;
  height: 70%;
  top: -20%;
}
.sun003-list:nth-child(3)::after {
  height: 70%;
  top: -20%;
}

.sun003-item {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 60px 80px 60px;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 25px rgba(0, 0, 0, 0.06);
  background: #fff;
}

.sun003-img {
  width: 36%;
  max-width: 360px;
}

.sun003-contents {
  width: 60%;
}

.sun003-number {
  color: var(--main-color);
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: clamp(2.5rem, 2.2770700637rem + 1.0191082803vw, 3.5rem);
  text-decoration: none;
}
.sun003-number span {
  font-size: clamp(1.125rem, 1.097133758rem + 0.127388535vw, 1.25rem);
  border-bottom: 1px solid var(--main-color);
  padding-bottom: 6px;
  margin-right: 12px;
  position: relative;
  bottom: 10px;
}

.sun003-tit {
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
  font-weight: 500;
  margin-bottom: 12px;
}

@media screen and (max-width: 1024px) {
  .sun003-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sun003-img {
    width: 100%;
    max-width: 300px;
  }
  .sun003-contents {
    width: 100%;
  }
  .sun003-list {
    margin-bottom: 30px;
  }
  .sun003-list::after {
    height: 150px;
    top: -50px;
  }
  .sun003-list:nth-child(2)::after {
    height: 200px;
    top: -80px;
  }
  .sun003-list:nth-child(3)::after {
    height: 200px;
    top: -80px;
  }
}
@media screen and (max-width: 767px) {
  .sun003-item {
    padding: 40px 20px 60px 20px;
  }
  .sun003-img {
    max-width: 240px;
  }
}
/*========================
    price sun010
========================*/
.price .sec-tit-wrap {
  text-align: center;
}

.price-text {
  text-align: center;
}

.sun010-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 90px;
  margin-bottom: 40px;
}

.sun010-list {
  width: calc(33.333% - 13.3333333333px);
  margin-bottom: 30px;
  background-color: #fff;
  border: 2px solid var(--sub-color);
  color: var(--main-color);
  padding: 30px 20px;
}

.sun010-tit-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.sun010-tit {
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
}

.sun010-price {
  font-size: clamp(1.5rem, 1.2770700637rem + 1.0191082803vw, 2.5rem);
  color: var(--red-color);
  line-height: 1;
  margin-bottom: 10px;
}

.sun010-label {
  color: #fff;
  background-color: var(--red-color);
  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;
  width: 200px;
  margin: 0 auto;
}

.sun010-tit-wrap.first .sun010-tit,
.sun010-tit-wrap.first .sun010-price {
  color: var(--sub-color);
}
.sun010-tit-wrap.first .sun010-label {
  background-color: var(--sub-color);
}
.sun010-tit-wrap.second .sun010-tit,
.sun010-tit-wrap.second .sun010-price {
  color: #817f7f;
}
.sun010-tit-wrap.second .sun010-label {
  background-color: #817f7f;
}
.sun010-tit-wrap.third .sun010-tit,
.sun010-tit-wrap.third .sun010-price {
  color: var(--third-color);
}
.sun010-tit-wrap.third .sun010-label {
  background-color: var(--third-color);
}

.sun010-desc-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.sun010-notice {
  font-size: 14px;
}

.sun010-bottom {
  padding: 30px 20px;
  background-color: #fff;
  margin-bottom: 30px;
  color: var(--main-color);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  border: 2px solid var(--sub-color);
}

.sun010-bottom-tit {
  font-size: clamp(1.125rem, 1.0414012739rem + 0.3821656051vw, 1.5rem);
  margin-right: 30px;
  padding-top: 6px;
}

.sun010-bottom-text {
  font-size: clamp(1.5rem, 1.2770700637rem + 1.0191082803vw, 2.5rem);
}

@media screen and (max-width: 900px) {
  .sun010-label {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sun010-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sun010-list {
    width: 100%;
  }
}
/*========================
    ticket col02
========================*/
.ticket {
  position: relative;
}
.ticket .container {
  position: relative;
  z-index: 2;
}
.ticket .col02-wrap {
  margin-bottom: 120px;
}
.ticket .col02-text {
  font-size: 16px;
}

/*===================================================================
    news
===================================================================*/
#news .col02-wrap {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#news .col02-tit {
  font-size: clamp(1.125rem, 1.097133758rem + 0.127388535vw, 1.25rem);
}

/*===================================================================
    company sun002
===================================================================*/
/*========================
    outline
========================*/
.company-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.atom-spinner, .atom-spinner * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.atom-spinner {
  height: 160px;
  width: 160px;
  overflow: hidden;
  opacity: 0.3;
  position: absolute;
  top: -40px;
  right: -90px;
}

.atom-spinner .spinner-inner {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.atom-spinner .spinner-circle {
  display: block;
  position: absolute;
  color: var(--sub-color);
  font-size: 14.4px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.atom-spinner .spinner-line {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  border-left-width: 2.4px;
  border-top-width: 2.4px;
  border-left-color: var(--sub-color);
  border-left-style: solid;
  border-top-style: solid;
  border-top-color: transparent;
}

.atom-spinner .spinner-line:nth-child(1) {
  -webkit-animation: atom-spinner-animation-1 1s linear infinite;
          animation: atom-spinner-animation-1 1s linear infinite;
  -webkit-transform: rotateZ(120deg) rotateX(66deg) rotateZ(0deg);
          transform: rotateZ(120deg) rotateX(66deg) rotateZ(0deg);
}

.atom-spinner .spinner-line:nth-child(2) {
  -webkit-animation: atom-spinner-animation-2 1s linear infinite;
          animation: atom-spinner-animation-2 1s linear infinite;
  -webkit-transform: rotateZ(240deg) rotateX(66deg) rotateZ(0deg);
          transform: rotateZ(240deg) rotateX(66deg) rotateZ(0deg);
}

.atom-spinner .spinner-line:nth-child(3) {
  -webkit-animation: atom-spinner-animation-3 1s linear infinite;
          animation: atom-spinner-animation-3 1s linear infinite;
  -webkit-transform: rotateZ(360deg) rotateX(66deg) rotateZ(0deg);
          transform: rotateZ(360deg) rotateX(66deg) rotateZ(0deg);
}

@-webkit-keyframes atom-spinner-animation-1 {
  100% {
    -webkit-transform: rotateZ(120deg) rotateX(66deg) rotateZ(360deg);
            transform: rotateZ(120deg) rotateX(66deg) rotateZ(360deg);
  }
}

@keyframes atom-spinner-animation-1 {
  100% {
    -webkit-transform: rotateZ(120deg) rotateX(66deg) rotateZ(360deg);
            transform: rotateZ(120deg) rotateX(66deg) rotateZ(360deg);
  }
}
@-webkit-keyframes atom-spinner-animation-2 {
  100% {
    -webkit-transform: rotateZ(240deg) rotateX(66deg) rotateZ(360deg);
            transform: rotateZ(240deg) rotateX(66deg) rotateZ(360deg);
  }
}
@keyframes atom-spinner-animation-2 {
  100% {
    -webkit-transform: rotateZ(240deg) rotateX(66deg) rotateZ(360deg);
            transform: rotateZ(240deg) rotateX(66deg) rotateZ(360deg);
  }
}
@-webkit-keyframes atom-spinner-animation-3 {
  100% {
    -webkit-transform: rotateZ(360deg) rotateX(66deg) rotateZ(360deg);
            transform: rotateZ(360deg) rotateX(66deg) rotateZ(360deg);
  }
}
@keyframes atom-spinner-animation-3 {
  100% {
    -webkit-transform: rotateZ(360deg) rotateX(66deg) rotateZ(360deg);
            transform: rotateZ(360deg) rotateX(66deg) rotateZ(360deg);
  }
}
.sun002-list {
  border-bottom: 1px solid var(--gray-color);
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.sun002-itemL {
  width: 180px;
}

.sun002-itemR {
  width: calc(100% - 180px);
}

@media screen and (max-width: 767px) {
  .sun002-itemL {
    width: 120px;
  }
  .sun002-itemR {
    width: calc(100% - 120px);
  }
}
/*========================
    executive sun009
========================*/
.sun009-item {
  position: relative;
  margin-bottom: 160px;
}
.sun009-item:last-child {
  margin-bottom: 60px;
}

.sun009-img {
  width: 100%;
  max-width: 900px;
}

.sun009-contents {
  position: absolute;
  right: 0;
  bottom: -60px;
  width: 480px;
  height: 460px;
  background-color: #fff;
  border: 1px solid var(--sub-color);
  color: var(--main-color);
  padding: 60px 40px;
}

.sun009-lead {
  color: var(--sub-color);
  font-size: clamp(1rem, 0.972133758rem + 0.127388535vw, 1.125rem);
  border: 1px solid var(--sub-color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 30px 0;
  margin-bottom: 15px;
  letter-spacing: 0.2em;
}

.sun009-tit {
  font-size: clamp(1.125rem, 1.0414012739rem + 0.3821656051vw, 1.5rem);
  margin-bottom: 20px;
}

.sun009-item.reverse .sun009-img {
  margin-left: auto;
}
.sun009-item.reverse .sun009-contents {
  right: auto;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .sun009-img {
    max-width: 70vw;
  }
  .sun009-contents {
    width: 40vw;
    height: auto;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .sun009-item {
    margin-bottom: 60px;
  }
  .sun009-img {
    max-width: 90%;
  }
  .sun009-contents {
    position: relative;
    top: -30px;
    width: 90%;
    margin-left: auto;
    padding: 40px 20px;
  }
  .sun009-item.reverse .sun009-contents {
    margin-left: 0;
    margin-right: auto;
  }
}
/*===================================================================
    company-thanks sun004
===================================================================*/
.sun004 {
  position: relative;
}
.sun004 .sec-tit {
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
}

.sun004-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 600px;
  overflow: hidden;
}

.sun004-position {
  width: 100%;
  height: 700px;
  position: relative;
}

.sun004-box {
  background-color: #fff;
  color: var(--main-color);
  border: 1px solid var(--sub-color);
  width: 50%;
  max-width: 656px;
  padding: 46px 6%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sun004-box .text {
  margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  .sun004-bg {
    height: 400px;
  }
  .sun004-bg img {
    height: 200%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sun004-position {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .sun004-box {
    width: 100%;
    right: -4%;
  }
}
/*===================================================================
    contact
===================================================================*/
.contact {
  color: var(--main-color);
}

.contact-step {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 80px;
}
.contact-step:after {
  content: "";
  position: absolute;
  top: 28px;
  left: 10%;
  width: 80%;
  height: 3px;
  background-color: var(--red-color);
  z-index: 1;
}

.contact-step-item {
  margin-right: 80px;
}
.contact-step-item:last-child {
  margin-right: 0;
}

.contact-step-number {
  font-size: 12px;
  font-weight: 700px;
  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;
  width: 60px;
  height: 60px;
  border: 1px solid var(--red-color);
  border-radius: 100%;
  color: var(--red-color);
  background-color: #fff;
  margin-bottom: 5px;
  line-height: 1;
  padding-top: 4px;
  position: relative;
  z-index: 2;
}
.contact-step-number.active {
  color: #fff;
  background-color: var(--red-color);
}

.contact-step-lead {
  color: var(--red-color);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.contact-text {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .contact-wrapL {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .contact-wrapR {
    width: 100%;
    margin-bottom: 60px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 420px) {
  .contact-step-item {
    margin-right: 40px;
  }
}
/*========================
    form
========================*/
.form-wrap {
  background-color: #fff;
}

.form-list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  border-top: 1px solid #F2F2F2;
}
.form-list:last-child {
  border-bottom: 1px solid #F2F2F2;
}

.form-listL {
  width: 280px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

.form-listR {
  width: calc(100% - 280px);
}

@media screen and (max-width: 1200px) {
  .form-listL {
    width: 180px;
  }
  .form-listR {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 767px) {
  .form-list {
    padding: 15px 0px;
  }
  .form-listL {
    width: 100%;
    padding-top: 0;
    margin-bottom: 10px;
  }
  .form-listR {
    width: 100%;
  }
}
/*========================
  input
========================*/
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  background-color: #F2F2F2;
  width: 100%;
  padding: 10px 30px;
}

input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=tel]:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline-color: var(--red-color) !important;
}

/*========================
  submit
========================*/
.form-submit {
  margin: 60px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.submit-btn {
  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;
  width: 320px;
  height: 60px;
  color: var(--red-color);
  background-color: #fff;
  border: 1px solid var(--red-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.submit-btn:hover {
  color: #fff;
  background-color: var(--red-color);
}

/*========================
  prrivacy-policy
========================*/
.form-list.pp {
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.privacy-area {
  height: 180px;
  overflow-y: auto;
  border: 1px solid var(--main-color);
  background-color: var(--gray-color);
  padding: 20px;
  margin-bottom: 20px;
}

.pp-text {
  font-size: 14px;
  margin-bottom: 15px;
}
.pp-text a {
  display: inline;
  color: #DE5D8F;
  -webkit-text-decoration: underline #DE5D8F;
          text-decoration: underline #DE5D8F;
}

.checkbox-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin-right: 8px;
  background-color: var(--gray-color);
}
input[type=checkbox] + label {
  font-weight: 500;
}

#privacy-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--gray-color);
  padding: 5px 10px;
  cursor: pointer;
}

input[type=submit],
input[type=button] {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  text-align: center;
}

.contact-form label.error {
  display: block;
  margin-top: 5px;
  padding: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--red-color);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

#privacy-check {
  position: relative;
  margin-bottom: 35px;
}

#privacy-check label.error {
  position: absolute;
  top: 40px;
  left: 0;
  display: block;
}

/*========================
    check
========================*/
.form-check-text {
  margin-top: 30px;
  margin-bottom: 40px;
}

.check-table {
  width: 100%;
}

.check-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid var(--gray-color);
}
.check-table tr:nth-child(9) {
  border-bottom: 1px solid var(--gray-color);
}

.check-table th {
  padding: 20px 0 20px 25px;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--red-color);
  color: #fff;
}

.check-table td {
  padding: 20px 0 20px 30px;
  width: calc(100% - 250px);
  background-color: #fff;
  color: var(--main-color);
}

.form-check-btn-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-check-btn-wrap .submit-btn {
  width: 240px;
  margin: 40px 10px 0;
  height: 54px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.submit-btn--go {
  border: 1px solid var(--red-color);
  background-color: var(--red-color);
  color: #ffffff;
}

.submit-btn--go:hover {
  color: var(--red-color);
  background-color: #fff;
}

.submit-btn--back {
  border: 1px solid var(--red-color);
  background-color: #ffffff;
  color: var(--red-color);
}

.submit-btn--back:hover {
  color: #ffffff;
  background-color: var(--red-color);
}

.submit-btn--back .submit-btn-bg {
  background-color: var(--red-color);
}

@media screen and (max-width: 1024px) {
  .check-table th {
    width: 220px;
  }
  .check-table td {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 767px) {
  .form-check-text {
    text-align: left;
  }
  .check-table tr {
    border-top: none !important;
    border-bottom: none !important;
    margin-bottom: 8px;
  }
  .check-table th {
    width: 100%;
    padding: 8px;
  }
  .check-table td {
    width: 100%;
    padding: 8px;
  }
}
@media screen and (max-width: 600px) {
  .form-check-btn-wrap {
    margin-top: 40px;
    -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;
  }
  .form-check-btn-wrap .submit-btn {
    margin: 20px 10px 0;
  }
}
@media screen and (max-width: 370px) {
  .check-table {
    font-size: 14px;
  }
}
/*========================
    thanks
========================*/
.thanks-contents {
  margin-bottom: 60px;
  color: var(--main-color);
}

.customer-tel {
  color: var(--main-color);
}

.thanks .btn {
  color: var(--main-color);
}
.thanks a.btn-svg svg rect {
  stroke: var(--main-color);
}