@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-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  position: relative;
  color: var(--text-color);
  line-height: 1.875;
  letter-spacing: 0;
  -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.7;
}

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 
*****************/
.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: 90px;
  padding-bottom: 90px;
}

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

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

@media screen and (max-width: 767px) {
  .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .container-b {
    padding-bottom: 60px;
  }
}
@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.5s ease;
  transition: 0.5s ease;
}

/*===================================================================
  カスタムプロパティ
===================================================================*/
:root {
  --text-color: #14212c;
  --main-color: #9B8924;
  --sub-color: #2CB1E7;
  --third-color: #9B8924;
  --gray-color: #EAEAEA;
  --outline-item-before: 95%;
}

.visibility-h {
  visibility: hidden;
}

/*===================================================================
    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-black {
  background-color: var(--text-color);
}

.top-skew {
  position: relative;
  z-index: -1;
}

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

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

.sec-tit-lead {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-tit-lead::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: var(--text-color);
  display: block;
  margin-right: 10px;
}

/*===================================================================
    btn
===================================================================*/
.btn {
  width: 208px;
  height: 50px;
  background-color: var(--main-color);
  color: #fff;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 35px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.btn:hover {
  opacity: 1;
  color: #fff;
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.btn-inner {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  position: relative;
  bottom: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: block;
}

/*========================
	totop
========================*/
.totop {
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

/*===================================================================
    header
===================================================================*/
.header-position {
  position: fixed;
  top: 0;
  left: 0;
  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;
  background-color: #fff;
}

.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;
}

.header-logo {
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
  color: var(--main-color);
}

.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: 240px;
  }
}
/*===================================================================
　mobmenu
===================================================================*/
@media screen and (min-width: 1025px) {
  .mobmenu-btn {
    display: none;
  }
}
.mobmenu-overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  background-color: rgba(255, 255, 255, 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
===================================================================*/
/*===================================================================
    sponsor col04
===================================================================*/
.col04-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.col04-list {
  width: calc(25% - 15px);
}

@media screen and (max-width: 767px) {
  .col04-list {
    width: calc(50% - 8px);
    margin-bottom: 16px;
  }
}
.bg-footer {
  background-color: var(--text-color);
}

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

.footer-logo {
  width: 140px;
  margin: 0 auto 60px;
}

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

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

.fv-bg {
  background-image: url(../img/fv-contact.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  position: relative;
}

.fv-tit-wrap {
  position: absolute;
  top: 30%;
  color: #fff;
}

.fv-tit {
  font-size: clamp(1.5rem, 1.2770700637rem + 1.0191082803vw, 2.5rem);
  margin-bottom: 5px;
}

.fv-tit-lead {
  font-size: clamp(1.125rem, 1.097133758rem + 0.127388535vw, 1.25rem);
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {
  .fv {
    margin-top: 70px;
  }
  .fv-bg {
    height: 300px;
  }
}
/*===================================================================
    トップページ
===================================================================*/
/*========================
    mv
========================*/
.mv-slider-wrap {
  position: relative;
  margin-top: 80px;
}

.mv {
  /***************************************************
   * Generated by SVG Artista on 6/7/2024, 5:24:24 PM
   * MIT license (https://opensource.org/licenses/MIT)
   * W. https://svgartista.net
   **************************************************/
}
.mv svg .svg-elem-1 {
  stroke-dashoffset: 320.2738647461px;
  stroke-dasharray: 320.2738647461px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.mv svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
}
.mv svg .svg-elem-2 {
  stroke-dashoffset: 98.1889343262px;
  stroke-dasharray: 98.1889343262px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}
.mv svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
}
.mv svg .svg-elem-3 {
  stroke-dashoffset: 364.4075012207px;
  stroke-dasharray: 364.4075012207px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}
.mv svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
}
.mv svg .svg-elem-4 {
  stroke-dashoffset: 365.0194702148px;
  stroke-dasharray: 365.0194702148px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
}
.mv svg.active .svg-elem-4 {
  stroke-dashoffset: 0;
}

.mv-svg {
  position: absolute;
  bottom: -5%;
  right: 4%;
  z-index: 5;
}

.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: 5s 1s ease-out;
  transition: 5s 1s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mv-slider .splide__slide[class*=-active] .slide {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-animation: slide-anim 3s cubic-bezier(0.4, 0, 0.2, 1);
          animation: slide-anim 3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mv-slider .splide__slide[class*=-active] .slide img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@-webkit-keyframes slide-anim {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@keyframes slide-anim {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@media screen and (max-width: 1024px) {
  .mv-slider-wrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .mv-svg {
    width: 50%;
    height: auto;
  }
}
/*===================================================================
    main
===================================================================*/
.main .container {
  position: relative;
}

.main-contents {
  text-align: center;
  position: relative;
  z-index: 2;
}

.main-imgL {
  width: 20%;
  z-index: 1;
  position: absolute;
  top: -12%;
  left: 0;
}

.main-imgR {
  width: 18%;
  z-index: 1;
  position: absolute;
  top: 40%;
  right: 3%;
}

.main-copy {
  font-size: clamp(1.5rem, 1.2770700637rem + 1.0191082803vw, 2.5rem);
  margin-bottom: 30px;
  font-weight: 700;
  color: #fff;
}

.main-lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px;
  font-size: 22px;
  position: relative;
  color: #fff;
}
.main-lead::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: -60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-lead::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  right: -60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-desc {
  text-align: center;
  line-height: 2.5;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .main-imgL {
    opacity: 0.6;
  }
  .main-imgR {
    opacity: 0.4;
  }
}
@media screen and (max-width: 767px) {
  .main-imgL {
    width: 42%;
    opacity: 0.15;
  }
  .main-imgR {
    width: 36%;
    top: auto;
    bottom: 20%;
    opacity: 0.15;
  }
  .main-desc {
    line-height: 1.75;
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*===================================================================
    business sun005
===================================================================*/
.business {
  margin-top: -1px;
  background-color: #fff;
}

.sun005-wrap {
  margin-top: 60px;
}

.sun005-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
}
.sun005-list:last-child {
  margin-bottom: 0;
}

.sun005-contents {
  width: 52%;
  padding-left: 30px;
}

.sun005-list:first-child .sun005-contents {
  border-left: 6px solid #851818;
}
.sun005-list:first-child .sun005-tit-lead {
  color: #851818;
}
.sun005-list:first-child .sun005-tit-lead::before {
  background-image: url(../img/sun005-tri01.svg);
}
.sun005-list:nth-child(2) .sun005-contents {
  border-left: 6px solid #1B7513;
}
.sun005-list:nth-child(2) .sun005-tit-lead {
  color: #1B7513;
}
.sun005-list:nth-child(2) .sun005-tit-lead::before {
  background-image: url(../img/sun005-tri02.svg);
}
.sun005-list:nth-child(3) .sun005-contents {
  border-left: 6px solid #FFB929;
}
.sun005-list:nth-child(3) .sun005-tit-lead {
  color: #FFB929;
}
.sun005-list:nth-child(3) .sun005-tit-lead::before {
  background-image: url(../img/sun005-tri03.svg);
}
.sun005-list:nth-child(4) .sun005-contents {
  border-left: 6px solid #DB5D0D;
}
.sun005-list:nth-child(4) .sun005-tit-lead {
  color: #DB5D0D;
}
.sun005-list:nth-child(4) .sun005-tit-lead::before {
  background-image: url(../img/sun005-tri04.svg);
}
.sun005-list:nth-child(5) .sun005-contents {
  border-left: 6px solid #874179;
}
.sun005-list:nth-child(5) .sun005-tit-lead {
  color: #874179;
}
.sun005-list:nth-child(5) .sun005-tit-lead::before {
  background-image: url(../img/sun005-tri05.svg);
}

.sun005-tit-lead {
  font-size: clamp(1rem, 0.972133758rem + 0.127388535vw, 1.125rem);
  line-height: 1.2;
  margin-bottom: 16px;
}
.sun005-tit-lead::before {
  content: "";
  width: 30px;
  height: 20px;
  display: inline-block;
  background-image: url(../img/sun005-tri.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 4px;
  margin-right: 12px;
  margin-bottom: -2px;
}

.sun005-tit {
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 30px;
}

.sun005-img {
  width: 45%;
  max-width: 400px;
  height: 300px;
  overflow: hidden;
}

.sun005 .text span {
  display: block;
  font-size: clamp(1.125rem, 1.0414012739rem + 0.3821656051vw, 1.5rem);
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .sun005-img img {
    height: 170%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1024px) {
  .sun005-list {
    margin-bottom: 46px;
  }
  .sun005-contents {
    width: 100%;
    margin-bottom: 16px;
  }
  .sun005-img {
    width: 100%;
    max-width: 100%;
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .sun005-contents {
    padding-left: 20px;
  }
}
/*===================================================================
    access sun002
===================================================================*/
.access {
  margin-top: -1px;
  overflow: hidden;
}
.access .sec-tit-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.access-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sun002-list {
  border-bottom: 1px solid var(--text-color);
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.sun002-list::after {
  content: "";
  background-color: var(--third-color);
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: var(--outline-item-before);
}

.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);
  }
  .access-wrap svg {
    width: 120px;
  }
}
.access {
  /***************************************************
   * Generated by SVG Artista on 6/7/2024, 5:56:49 PM
   * MIT license (https://opensource.org/licenses/MIT)
   * W. https://svgartista.net
   **************************************************/
}
.access svg .svg-elem-1 {
  stroke-dashoffset: 320.2738647461px;
  stroke-dasharray: 320.2738647461px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
.access svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(20, 33, 44);
}
.access svg .svg-elem-2 {
  stroke-dashoffset: 98.1889343262px;
  stroke-dasharray: 98.1889343262px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
.access svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: rgb(20, 33, 44);
}
.access svg .svg-elem-3 {
  stroke-dashoffset: 364.4075012207px;
  stroke-dasharray: 364.4075012207px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
.access svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: rgb(20, 33, 44);
}
.access svg .svg-elem-4 {
  stroke-dashoffset: 365.0194702148px;
  stroke-dasharray: 365.0194702148px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}
.access svg.active .svg-elem-4 {
  stroke-dashoffset: 0;
  fill: rgb(20, 33, 44);
}

/*===================================================================
    partner
===================================================================*/
.partner {
  margin-top: -1px;
}

.partner-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.partner-list {
  width: calc(33% - 13.3333333333px);
  margin-bottom: 20px;
  border: 1px solid var(--gray-color);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.partner-list:hover {
  border: 1px solid var(--text-color);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.partner-list a:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .partner-list {
    width: calc(50% - 10px);
  }
}
/*===================================================================
    contact
===================================================================*/
.contact-step {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 60px;
  margin-bottom: 80px;
}
.contact-step:after {
  content: "";
  position: absolute;
  top: 28px;
  left: 10%;
  width: 80%;
  height: 3px;
  background-color: var(--main-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(--main-color);
  border-radius: 100%;
  color: var(--main-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(--main-color);
}

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

@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(--main-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(--main-color);
  background-color: #fff;
  border: 1px solid var(--main-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.submit-btn:hover {
  color: #fff;
  background-color: var(--main-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(--main-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%;
  font-family: var(--font-sans);
}

.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(--main-color);
  color: #fff;
  font-weight: 400;
}

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

.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(--main-color);
  background-color: var(--main-color);
  color: #ffffff;
}

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

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

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

.submit-btn--back .submit-btn-bg {
  background-color: var(--main-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;
}

.thanks .btn-wrap {
  margin-top: 40px;
}
.thanks .btn-wrap .btn-inner {
  padding-top: 3px;
}

/*===================================================================
    waku
===================================================================*/
.waku-wrap {
  position: relative;
  height: 600px;
  overflow: hidden;
}

.waku01 {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.waku02 {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  .waku-wrap {
    height: 400px;
  }
}