@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-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  color: var(--color-black);
  line-height: 1.875;
  letter-spacing: 0.05em;
  -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(--color-black);
}

a:active, a:hover {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ib {
  display: inline-block;
}

.block {
  display: block;
}

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

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.visibility-h {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .visibility-h {
    display: 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: "※";
}

/*========================
  layout
========================*/
.container {
  padding-top: 90px;
  padding-bottom: 90px;
}

.container-t {
  padding-top: 90px;
}

.inner {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 767px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .container-t {
    padding-top: 60px;
  }
}
/*===================================================================
    map
===================================================================*/
.map {
  position: relative;
  height: 0;
  padding-top: 27%;
  overflow: hidden;
}

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

@media screen and (max-width: 1200px) {
  .map {
    padding-top: 40%;
  }
}
@media screen and (max-width: 767px) {
  .map {
    padding-top: 90%;
  }
}
/*===================================================================
    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 {
  --color-black: #333;
  --color-gray: #F7F7F7;
  --color-navy: #001976;
  --color-main: #2283C6;
  --color-accent: #EFB81D;
  --color-sub: #F3FAFC;
  --color-red: #dc1137;
  --font-en: "Montserrat", sans-serif;
  /****************
  font-size  Min Viewport:350px(21.875rem) Max Viewport:1920px 
  *****************/
  --fs124: clamp(4rem, 3.1640127388535033rem + 3.821656050955414vw, 7.75rem);
  --fs100: clamp(4rem, 3.498407643312102rem + 2.2929936305732483vw, 6.25rem);
  --fs80: clamp(3.5rem, 3.1656050955414012rem + 1.5286624203821657vw, 5rem);
  --fs70: clamp(3rem, 2.6934713375796178rem + 1.4012738853503184vw, 4.375rem);
  --fs64: clamp(3rem, 2.7770700636942673rem + 1.019108280254777vw, 4rem);
  --fs56: clamp(2.5rem, 2.2770700636942673rem + 1.019108280254777vw, 3.5rem);
  --fs48: clamp(2rem, 1.7770700636942676rem + 1.019108280254777vw, 3rem);
  --fs40: clamp(1.5rem, 1.2770700636942676rem + 1.019108280254777vw, 2.5rem);
  --fs36: clamp(1.5rem, 1.3328025477707006rem + 0.7643312101910829vw, 2.25rem);
  --fs32: clamp(1.25rem, 1.3885350318471337rem + 0.5095541401273885vw, 2rem);
  --fs24: clamp(1.125rem, 1.0414012738853504rem + 0.3821656050955414vw, 1.5rem);
  --fs20: clamp(1.125rem, 1.0971337579617835rem + 0.12738853503184713vw, 1.25rem);
  --fs18: clamp(1rem, 0.9721337579617835rem + 0.12738853503184713vw, 1.125rem);
  --fs14: 14px;
  --outline-item-before: 95%;
}

/*===================================================================
    sec-tit
===================================================================*/
.sec-tit-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.sec-tit-lead {
  color: var(--color-main);
  font-weight: 700;
  font-size: var(--fs18);
  position: relative;
}

.sec-tit {
  font-size: var(--fs36);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.sec-tit-decoration {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-tit-decoration .decoration {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin: 5px;
  background-color: var(--color-main);
}
.sec-tit-decoration .decoration:nth-child(2) {
  background-color: var(--color-navy);
}

.sec-tit-wrap--sub .sec-tit-lead {
  color: var(--color-accent);
}
.sec-tit-wrap--sub .decoration {
  background-color: var(--color-accent);
}
.sec-tit-wrap--sub .decoration:nth-child(2) {
  background-color: #ef9e1d;
}
.sec-tit-wrap--sub .decoration:nth-child(3) {
  background-color: #ef931d;
}

.sec-tit-wrap--left {
  text-align: left;
}
.sec-tit-wrap--left .sec-tit-decoration {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/*===================================================================
    btn
===================================================================*/
.btn-wrap {
  width: 100%;
}

.btn {
  background: #00B900;
  color: #fff;
  font-weight: 500;
  font-size: var(--fs18);
  border-radius: 3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 320px;
  padding: 12px 25px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  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;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.btn:hover {
  background: var(--color-main);
  color: #FFF;
}

.btn:hover:after {
  right: 1.4rem;
}

.btn--top {
  background-color: var(--color-main);
}

/*========================
    border-btn
========================*/
.border-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;
  font-weight: 500;
  width: 200px;
  height: 46px;
  border: 2px solid #fff;
  color: #fff;
  margin-top: 30px;
}
.border-btn:hover {
  background-color: var(--color-accent);
  opacity: 1;
}

/*========================
    img-mask
========================*/
.img-mask {
  z-index: 0;
  -webkit-mask-image: url(/common/img/mask.webp);
          mask-image: url(/common/img/mask.webp);
  mask-mode: alpha;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
          mask-size: auto 200%;
  opacity: 0;
}
.img-mask.active {
  -webkit-animation: 2.3s mask-animation cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
          animation: 2.3s mask-animation cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
}

@-webkit-keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-mask-position: center 0%;
    -webkit-mask-size: auto 500%;
    mask-position: center 0%;
    mask-size: auto 500%;
    opacity: 1;
  }
}

@keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-mask-position: center 0%;
    -webkit-mask-size: auto 500%;
    mask-position: center 0%;
    mask-size: auto 500%;
    opacity: 1;
  }
}
/*========================
	totop
========================*/
.totop {
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 100%;
  background-color: var(--color-navy);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  line-height: 1;
  font-size: var(--fs14);
  margin-left: auto;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 3;
}
.totop img {
  width: 24px;
  height: 24px;
  margin-top: -5px;
}

/*===================================================================
    main  
===================================================================*/
.main {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mainL {
  width: 300px;
  height: 100vh;
  height: 100dvh;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: var(--color-sub);
  padding: 30px 20px;
}

.mainR {
  width: calc(100% - 300px);
  z-index: 1;
  background-color: #fff;
}

@media screen and (max-width: 1400px) {
  .main {
    width: 100%;
  }
  .mainL {
    width: 200px;
  }
  .mainR {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 990px) {
  .main {
    display: contents;
  }
  .mainR {
    width: 100%;
  }
  .bg {
    display: none;
  }
}
/*===================================================================
  bg
===================================================================*/
.bg-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-block img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===================================================================
    header
===================================================================*/
.header-position {
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.header-wrap {
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  overflow: auto;
}

.header-logo {
  width: 180px;
  margin: 0 auto 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.header-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 100%;
}

.header-list {
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.header-list--line {
  display: none;
}

.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;
  font-size: var(--fs18);
  font-weight: 500;
  position: relative;
  width: 180px;
  height: 40px;
  border: 1px solid var(--color-navy);
  background-color: var(--color-navy);
  color: #fff;
  margin: 0 auto;
}

.header-line {
  margin-top: 20px;
  border: 3px solid #00B900;
  width: 180px;
}

.header-line-tit {
  font-size: var(--fs20);
  background-color: #00B900;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 1400px) {
  .header-logo,
  .header-item,
  .header-line {
    width: 150px;
  }
}
@media screen and (max-width: 990px) {
  header.mainL {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 20px;
    background-color: inherit;
  }
  .header-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header-logo {
    width: 80px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 0;
  }
  .header-line {
    display: none;
  }
  .header-menu {
    position: fixed;
    top: 0;
    right: -320px;
    background-color: var(--color-sub);
    width: 300px;
    padding: 160px 20px 60px;
    -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-list--line {
    display: block;
  }
  .header-list--line .header-item {
    background-color: #00B900;
    border: 1px solid #00B900;
  }
  .header-item {
    margin: 0 auto 20px;
    width: 200px;
  }
}
/*===================================================================
　mobmenu
===================================================================*/
.mobmenu-wrap {
  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;
  background-color: var(--color-navy);
  width: 60px;
  height: 60px;
  border-radius: 100%;
  z-index: 12;
}

@media screen and (min-width: 991px) {
  .mobmenu-wrap {
    display: none;
  }
}
.mobmenu-overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  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;
  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: 30px;
  height: 40px;
}

/* ボタン内側 */
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 3px;
  height: 2px;
  width: 24px;
  background-color: #fff;
}

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

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

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

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

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

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

/*========================
  mob-contact
========================*/
.mob-contact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  margin-right: 30px;
}

/*===================================================================
    footer
===================================================================*/
footer {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: var(--color-black);
  color: #fff;
  position: relative;
}

.footer-wrap {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer-contents,
.footer-links {
  margin-bottom: 20px;
}

.footer-logo {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 20px;
}

.footer-tel {
  border: 1px solid #fff;
  color: #fff;
  font-size: var(--fs24);
  width: 240px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.footer-tel img {
  width: 32px;
  height: 32px;
  margin-right: 5px;
  margin-top: 4px;
}
.footer-tel:hover {
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
}

.footer-line {
  font-size: var(--fs18);
  margin-top: 20px;
}

.link-privacy {
  font-size: var(--fs14);
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  -webkit-text-decoration: underline 1px #fff;
          text-decoration: underline 1px #fff;
  text-underline-offset: 2px;
}

.copy-right {
  color: #fff;
  letter-spacing: 0;
  font-size: var(--fs14);
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #fff;
}

/*===================================================================
  breadcrumb
===================================================================*/
.breadcrumb {
  padding-top: 8px;
  padding-bottom: 90px;
}

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

/*===================================================================
  TOP トップページ
===================================================================*/
.top-mv {
  position: relative;
}

.top-mv-bg {
  height: 700px;
}
.top-mv-bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-mv-contents {
  position: absolute;
  right: 5%;
  top: 200px;
}

.copy {
  font-size: var(--fs56);
  font-weight: 700;
  color: var(--color-main);
}

.copy-lead {
  font-size: var(--fs24);
  font-weight: 500;
  color: var(--color-accent);
  text-align: right;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}
.copy-lead::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-accent);
  margin-right: 12px;
}

@media screen and (max-width: 990px) {
  .top-mv-bg {
    height: 500px;
  }
  .top-mv-bg img {
    -o-object-position: 70%;
       object-position: 70%;
  }
  .top-mv-contents {
    top: 160px;
  }
}
/*========================
  about
========================*/
.about {
  position: relative;
  z-index: 2;
}

.about-box {
  position: relative;
}

.about-img {
  width: 300px;
  position: absolute;
  top: -100px;
  left: 0;
}

.about-bottom {
  width: 300px;
  position: absolute;
  bottom: -100px;
  right: 0;
}

.about-contents {
  background-color: var(--color-sub);
  padding: 80px 40px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 60px;
}

.about-text {
  margin-bottom: 40px;
}

@media screen and (max-width: 990px) {
  .about-img,
  .about-bottom {
    width: 240px;
  }
}
/*========================
    top-service sun009
========================*/
.top-service {
  margin-top: 60px;
  background-color: var(--color-gray);
}

.sun009-item {
  position: relative;
  margin-bottom: 240px;
}
.sun009-item:last-child {
  margin-bottom: 160px;
}

.sun009-img {
  width: 90%;
  max-width: 900px;
  border-radius: 30px;
  overflow: hidden;
}

.sun009-contents {
  position: absolute;
  right: 0;
  bottom: -160px;
  width: 600px;
  height: auto;
  color: #fff;
  padding: 50px 30px 40px;
  background-color: rgba(34, 131, 198, 0.9);
}

.sun009-tit {
  font-size: var(--fs24);
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.sun009-text {
  font-weight: 500;
}

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

@media screen and (max-width: 990px) {
  .sun009-item {
    margin-bottom: 30px;
    background-color: rgba(34, 131, 198, 0.8);
    padding: 20px 10px;
    border-radius: 10px;
  }
  .sun009-item:last-child {
    margin-bottom: 0;
  }
  .sun009-img {
    width: 100%;
    border-radius: 10px;
  }
  .sun009-contents {
    position: static;
    width: 100%;
    padding: 20px 5px 0;
    background-color: unset;
  }
}
/*===================================================================
    GMR対策
===================================================================*/
.mv-block {
  background: linear-gradient(120deg, #ddf5fe, #fff);
}

/*========================
  mv
========================*/
.mv {
  position: relative;
  overflow: hidden;
}

.mv-bg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  min-height: 300px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.mv-bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv.active .mv-bg {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes poyon {
  0% {
    -webkit-transform: scale(0, 0) translate(15%, 10%);
            transform: scale(0, 0) translate(15%, 10%);
    opacity: 0;
  }
  15% {
    -webkit-transform: scale(0.6, 0.6) translate(5%, 5%);
            transform: scale(0.6, 0.6) translate(5%, 5%);
  }
  30% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
            transform: scale(1.3, 0.8) translate(0%, 10%);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
            transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes poyon {
  0% {
    -webkit-transform: scale(0, 0) translate(15%, 10%);
            transform: scale(0, 0) translate(15%, 10%);
    opacity: 0;
  }
  15% {
    -webkit-transform: scale(0.6, 0.6) translate(5%, 5%);
            transform: scale(0.6, 0.6) translate(5%, 5%);
  }
  30% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
            transform: scale(1.3, 0.8) translate(0%, 10%);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
            transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
.mv-wrap {
  padding-top: 90px;
  padding-bottom: 20vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

.mvL {
  width: 30%;
  max-width: 260px;
  margin-right: 80px;
}

.mvR {
  width: calc(70% - 80px);
  max-width: 460px;
}

.mv-anim {
  position: absolute;
  top: 90px;
  left: 40%;
  width: 20%;
  max-width: 180px;
}

.mv-irast {
  -webkit-animation: poyon 1s ease-in forwards;
          animation: poyon 1s ease-in forwards;
}

.mv.active .mv-irast {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 990px) {
  .mvL {
    max-width: 200px;
    margin-right: 40px;
  }
  .mvR {
    width: calc(70% - 40px);
    max-width: 360px;
  }
  .mv-wrap {
    padding-top: 160px;
  }
}
@media screen and (max-width: 600px) {
  .mv-wrap {
    padding-bottom: 50px;
  }
}
/*========================
  mv-bottom
========================*/
.mv-bottom {
  position: relative;
  margin-top: -10vw;
  z-index: 1;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: 0.5s ease 0.5s;
  transition: 0.5s ease 0.5s;
}

.mv.active + .mv-bottom {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.mv-bottom-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mv-bottomL {
  width: 40%;
  max-width: 280px;
  margin-right: 60px;
}

.mv-bottomR {
  width: calc(60% - 60px);
  max-width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mv-bottom-text {
  font-size: var(--fs24);
  font-weight: 500;
  border: 4px solid var(--color-main);
  background-color: var(--color-sub);
  padding: 20px 30px;
  border-radius: 20px;
  position: relative;
  line-height: 1.5;
  margin-bottom: 40px;
}
.mv-bottom-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 24px 24px 0 0;
  border-color: transparent var(--color-main) transparent transparent;
  translate: -100% -50%;
}
.mv-bottom-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 16px 16px 0 0;
  border-color: transparent var(--color-sub) transparent transparent;
  translate: -100% calc(-50% + 0.4px);
}
.mv-bottom-text strong {
  display: inline-block;
  color: #a92f40;
  padding-right: 5px;
}
.mv-bottom-text strong span {
  font-size: var(--fs32);
}

.mv-bottom-img {
  margin-top: -70px;
}

@media screen and (max-width: 990px) {
  .mv-bottomL {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mv-bottomL {
    margin-right: 0;
    margin-top: 10vw;
  }
}
@media screen and (max-width: 600px) {
  .mv-bottom-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mv-bottomL {
    margin-top: 0;
    max-width: 180px;
    margin-left: 30px;
  }
  .mv-bottomR {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mv-bottomR .btn {
    max-width: 100%;
  }
  .mv-bottom-text {
    margin-bottom: 20px;
  }
  .mv-bottom-text::before,
  .mv-bottom-text::after {
    content: none;
  }
  .mv-bottom-img {
    margin-top: 20px;
  }
}
/*===================================================================
  service
===================================================================*/
/*========================
  what
========================*/
.what {
  background-color: var(--color-gray);
}

.what-copy {
  font-size: var(--fs32);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}

.what-img {
  max-width: 500px;
  margin-left: auto;
}

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

.what-list {
  width: calc(33.333% - 13.3333333333px);
  margin-bottom: 20px;
  border: 1px solid var(--color-black);
  padding: 25px 20px 20px;
}

.what-tit {
  font-size: var(--fs20);
  font-weight: 700;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid var(--color-black);
  margin: 0 auto 16px;
}

.what-text {
  font-weight: 500;
}

@media screen and (max-width: 990px) {
  .what-list {
    width: 100%;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 420px) {
  .what-copy {
    font-size: 22px;
  }
}
/*========================
  reset
========================*/
.reset-copy {
  background: -webkit-gradient(linear, left top, right top, from(var(--color-main)), to(#71b4d0));
  background: linear-gradient(to right, var(--color-main), #71b4d0);
  color: #fff;
  padding: 30px 15px;
  font-size: var(--fs24);
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.reset-copy strong {
  font-size: var(--fs32);
  font-weight: 700;
}

.reset-text {
  font-size: var(--fs24);
  text-align: center;
  font-weight: 500;
}
.reset-text strong {
  color: var(--color-main);
}
.reset-text::after {
  content: "";
  display: block;
  width: 20%;
  min-width: 100px;
  height: 1px;
  background-color: var(--color-black);
  margin: 15px auto 0;
}

/*========================
  hidden
========================*/
.hidden-copy {
  background-image: linear-gradient(90deg, #0b8e70, #9fc942);
  color: #fff;
  padding: 30px 15px;
  font-size: var(--fs24);
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.hidden-copy strong {
  font-size: var(--fs32);
  font-weight: 700;
}

.hidden-text {
  font-size: var(--fs24);
  text-align: center;
  font-weight: 500;
}
.hidden-text strong {
  color: #0B8E70;
}
.hidden-text::after {
  content: "";
  display: block;
  width: 20%;
  min-width: 100px;
  height: 1px;
  background-color: var(--color-black);
  margin: 15px auto 0;
}

/*===================================================================  
feature  sun003
===================================================================*/
.feature {
  padding-top: 90px;
}
.feature .sec-tit-lead {
  color: var(--color-accent);
}
.feature .decoration {
  background-color: var(--color-accent);
}
.feature .decoration:nth-child(2) {
  background-color: #ef9e1d;
}
.feature .decoration:nth-child(3) {
  background-color: #ef931d;
}
.feature .sec-tit-wrap {
  margin-bottom: 0;
}
.feature .btn-wrap {
  margin-top: 60px;
}

.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(--color-accent) 0%, var(--color-sub) 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(--color-accent);
  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: 2px solid var(--color-accent);
  padding-bottom: 6px;
  margin-right: 12px;
  position: relative;
  bottom: 10px;
}

.sun003-tit {
  font-size: var(--fs32);
  font-weight: 700;
  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
========================*/
.price-block {
  background-color: var(--color-accent);
  margin-top: 100px;
  padding-top: 80px;
  margin-bottom: 20px;
  position: relative;
}

.price-bg {
  position: absolute;
  width: 60%;
  max-width: 250px;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.price-tag-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.price-tag {
  color: var(--color-main);
  border: 4px solid var(--color-main);
  background-color: #fff;
  font-size: var(--fs40);
  font-weight: 700;
  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: 300px;
  margin-left: 15px;
  margin-right: 15px;
}
.price-tag-gmp{
    color:#0B8E70;
  border: 4px solid #0B8E70;
  background-color: #fff;
  font-size: var(--fs40);
  font-weight: 700;
  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: 300px;
  margin-left: 15px;
  margin-right: 15px;
}
.price-img {
  padding: 40px 60px;
}

.price-notice {
  font-size: var(--fs14);
}

@media screen and (max-width: 990px) {
  .price-tag-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .price-tag {
    width: calc(50% - 10px);
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .price-img {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 420px) {
  .price-block {
    padding-top: 60px;
  }
  .price-tag {
    width: 100%;
  }
  .price-tag:first-child {
    margin-bottom: 10px;
  }
}
/*===================================================================
  works
===================================================================*/
.works {
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}
.works .container {
  position: relative;
  z-index: 1;
}

.works-bg {
  position: absolute;
  top: 10px;
  right: -30px;
  opacity: 0.3;
  z-index: 0;
  width: 70%;
  max-width: 400px;
  opacity: 0.4;
}

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

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

.works-list {
  width: calc(33.333% - 20px);
  margin-bottom: 30px;
  font-weight: 500;
  text-align: center;
}
.works-list img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 8px;
}

@media screen and (max-width: 990px) {
  .works-list {
    width: calc(33.333% - 13.3333333333px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .works-list {
    width: calc(50% - 10px);
    margin-bottom: 15px;
  }
}
/*===================================================================
    contact
===================================================================*/
.contact-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.contact-step {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto 80px;
}
.contact-step:after {
  content: "";
  position: absolute;
  top: 28px;
  left: 10%;
  width: 80%;
  height: 3px;
  background-color: var(--color-main);
  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(--color-main);
  border-radius: 100%;
  color: var(--color-main);
  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(--color-main);
}

.contact-step-lead {
  color: var(--color-main);
  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 {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.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-list .red {
  color: #a92f40;
}

.form-listL {
  width: 200px;
  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% - 200px);
}

@media screen and (max-width: 767px) {
  .form-list {
    padding: 15px 20px;
  }
  .form-listL {
    width: 100%;
    padding-top: 0;
  }
  .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(--color-main) !important;
}

input[type=radio] {
  height: 20px;
  width: 20px;
  border: 1px solid var(--color-main);
  border-radius: 100%;
  color: var(--color-black);
  margin-right: 5px;
  background-color: #fff;
}
input[type=radio] + label {
  font-weight: 500;
}

input[type=radio]:checked {
  position: relative;
}

input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--color-main);
  width: 14px;
  height: 14px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*========================
  submit
========================*/
.form-submit {
  margin: 60px auto 0;
}
.form-submit .btn {
  background-color: var(--color-main);
}
.form-submit .btn:hover {
  background-color: var(--color-accent);
}

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

.privacy-area {
  height: 180px;
  overflow-y: auto;
  border: 1px solid var(--color-black);
  background-color: var(--color-gray);
  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(--color-gray);
}
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(--color-gray);
  padding: 10px;
  cursor: pointer;
}

.read-privacy {
  -webkit-text-decoration: underline 1px var(--color-main);
          text-decoration: underline 1px var(--color-main);
  text-underline-offset: 2px;
  color: var(--color-main);
}
.read-privacy:hover {
  -webkit-text-decoration: underline 2px var(--color-navy);
          text-decoration: underline 2px var(--color-navy);
  color: var(--color-navy);
  opacity: 0.8;
}

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;
  color: #a92f40;
  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;
  text-align: center;
}

.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 #f2f2f2;
}
.check-table tr:nth-child(9) {
  border-bottom: 1px solid #f2f2f2;
}

.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(--color-main);
  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;
  margin-bottom: 60px;
}
.form-check-btn-wrap .btn {
  background-color: var(--color-main);
}
.form-check-btn-wrap .btn:hover {
  background-color: var(--color-accent);
}

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

.submit-btn--go:hover,
.submit-btn--back:hover {
  color: #fff;
}

@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;
  text-align: center;
}

.thanks .btn-wrap {
  width: 300px;
  margin: 40px auto 0;
}
.thanks .btn-wrap .btn {
  background-color: var(--color-main);
}
.thanks .btn-wrap .btn:hover {
  background-color: var(--color-accent);
}

/*========================
  fv
========================*/
.fv {
  margin-top: 120px;
  text-align: center;
}

.fv-tit {
  font-size: var(--fs32);
}

/*===================================================================
  ポジコメPlus
===================================================================*/
/*========================
  posicom-mv
========================*/
.posicom-bg {
  background-image: url(../img/posicom-mv.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  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;
  min-height: 700px;
}

.posicom-mv-contents {
  margin-bottom: 60px;
}

.posicom-copy-lead {
  font-size: var(--fs32);
  font-weight: 700;
  text-align: center;
}

.posicom-logo {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 990px) {
  .posicom-bg {
    min-height: 500px;
  }
  .posicom-mv-contents {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .posicom-copy-lead {
    font-size: 19px;
  }
}
/*========================
  posicom-what
========================*/
.posicom-what-wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.posicom-what-wrapL {
  padding: 30px 20px;
  border: 3px solid var(--color-black);
  width: calc(100% - 250px);
  max-width: 630px;
  border-radius: 30px;
  margin-top: 20px;
  font-size: var(--fs18);
  font-weight: 500;
}

.posicom-what-list {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.posicom-what-list:last-child {
  margin-bottom: 0;
}
.posicom-what-list::before {
  content: "";
  display: block;
  background-image: url(../img/icon-check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.5em;
  height: 1.5em;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.posicom-what-wrapR {
  width: 220px;
}

.wrong {
  border: 4px solid var(--color-black);
}

.wrong-tit {
  font-size: var(--fs24);
  text-align: center;
  border-bottom: 1px solid var(--color-black);
  padding-bottom: 10px;
  margin: 20px 30px;
}

.wrong-list {
  font-size: var(--fs18);
  text-align: center;
  margin-bottom: 5px;
}

.wrong-text {
  background-color: var(--color-black);
  color: #fff;
  text-align: center;
  margin-top: 20px;
  padding: 15px 20px;
  font-size: var(--fs32);
  font-weight: 700;
}

@media screen and (max-width: 990px) {
  .posicom-what-wrapR {
    width: 160px;
  }
  .posicom-what-wrapL {
    width: calc(100% - 180px);
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .posicom-what-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .posicom-what-wrapL {
    width: 100%;
  }
}
/*========================
  reason sun001
========================*/
.reason {
  overflow: hidden;
}

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

.reason-text {
  font-size: var(--fs18);
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.reason-text strong {
  font-size: var(--fs24);
  font-weight: 700;
  padding-left: 3px;
  padding-right: 3px;
  display: block;
  color: var(--color-red);
  -webkit-text-decoration: underline 2px var(--color-red);
          text-decoration: underline 2px var(--color-red);
}

.reason-last-lead {
  font-size: var(--fs24);
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.reason-last {
  font-size: var(--fs24);
  font-weight: 700;
  text-align: center;
  background-color: var(--color-navy);
  color: #fff;
  padding: 10px 20px;
}
.reason-last strong {
  font-size: var(--fs40);
  padding-right: 5px;
  color: var(--color-accent);
}

.sun001-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--color-navy);
  margin-bottom: 20px;
  position: relative;
}

.sun001-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 20px 30px 20px 70px;
  background-color: #fff;
}

.sun001-number {
  font-size: clamp(1.125rem, 1.097133758rem + 0.127388535vw, 1.25rem);
  color: #fff;
  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;
  font-weight: 500;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-navy);
}

.sun001-img {
  width: 160px;
}

.sun001-contents {
  width: calc(100% - 200px);
}

.sun001-tit {
  font-size: clamp(1.125rem, 1.0414012739rem + 0.3821656051vw, 1.5rem);
  font-weight: 700;
  color: var(--color-navy);
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .sun001-item {
    padding: 30px 15px 20px 15px;
  }
  .sun001-img {
    width: 100%;
    max-width: 160px;
    margin: 0 auto 10px;
  }
  .sun001-contents {
    width: 100%;
  }
}
/*========================
  point
========================*/
.point {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.point-contents {
  font-size: var(--fs24);
  font-weight: 700;
  background-color: var(--color-navy);
  color: #fff;
  padding: 20px 30px;
  text-align: center;
}
.point-contents strong {
  font-size: var(--fs40);
  padding-right: 5px;
  color: var(--color-accent);
  display: inline-block;
}

.point-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 160px;
  position: relative;
  z-index: 1;
}

.point-list {
  font-size: var(--fs24);
  font-weight: 700;
  border-radius: 100%;
  background-color: #fff;
  border: 2px solid #333;
  width: 30%;
  height: auto;
  aspect-ratio: 1;
  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;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-left: 10px;
}
.point-list:nth-child(2) {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.point-list:nth-child(3) {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}

.point-img {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 200px;
}

@media screen and (max-width: 660px) {
  .point-wrap {
    padding-top: 90px;
  }
  .point-list {
    width: 160px;
    height: 160px;
    font-size: var(--fs18);
    padding-left: 5px;
  }
  .point-list:nth-child(2) {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  .point-list:nth-child(3) {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  .point-img {
    width: 160px;
  }
}
@media screen and (max-width: 560px) {
  .point-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 40px;
    padding-bottom: 120px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .point-list:first-child {
    -webkit-transform: translate(80px, 140px);
            transform: translate(80px, 140px);
  }
  .point-list:nth-child(2) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .point-list:nth-child(3) {
    -webkit-transform: translate(-80px, 140px);
            transform: translate(-80px, 140px);
  }
}
/*========================
    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% - 20px);
  margin-bottom: 30px;
  background-color: var(--color-navy);
  padding: 30px 20px;
  color: #fff;
}

.sun010-tit-wrap {
  text-align: center;
}

.sun010-tit {
  font-size: var(--fs18);
  font-weight: 500;
  margin-bottom: 15px;
}

.sun010-price {
  font-size: var(--fs48);
  font-weight: 700;
  color: var(--color-accent);
  line-height: 1;
}
.sun010-price small {
  font-size: var(--fs24);
  margin-left: 5px;
}

.sun010-bottom {
  padding: 40px 10px 30px;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 4px solid var(--color-navy);
  background-color: var(--color-sub);
}

.price-sample-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.price-sample {
  font-weight: 700;
  text-align: center;
}

.price-sample-tit {
  font-size: var(--fs18);
  line-height: 1;
}

.price-sample-price {
  font-size: var(--fs32);
}

.calc-plus {
  font-size: var(--fs24);
  font-weight: 500;
  color: #fff;
  background-color: var(--color-navy);
  border-radius: 60px;
  width: 30px;
  height: 30px;
  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;
  line-height: 1;
  padding-bottom: 3px;
  margin-left: 30px;
  margin-right: 30px;
}

.price-sample-last {
  font-size: var(--fs56);
  font-weight: 700;
  color: var(--color-red);
  line-height: 1.2;
}

.what-copy--price strong {
  font-size: var(--fs48);
  margin-left: 3px;
  color: var(--color-red);
  display: inline-block;
}

@media screen and (max-width: 990px) {
  .calc-plus {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sun010-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sun010-list {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
  }
}
@media screen and (max-width: 660px) {
  .price-sample-wrap {
    -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;
  }
  .calc-plus {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
/*========================
  trend
========================*/
.trend-wrap {
  margin-top: 30px;
  background-color: var(--color-main);
  padding: 30px 20px 10px;
  position: relative;
}

.trend-list {
  width: calc(33.333% - 13.3333333333px);
  margin-bottom: 20px;
}

.triangle {
  height: 100px;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: var(--color-main);
  margin-top: -1px;
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .trend-list {
    width: 100%;
  }
}
/*===================================================================
    sun006
===================================================================*/
.sun006 {
  position: relative;
  padding-bottom: 160px;
  z-index: 0;
}

.sun006-wrap {
  margin-bottom: 60px;
}

.sun006-list {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 30px 70px 24px;
  background-color: #ffefc3;
  border: 2px solid var(--color-accent);
  margin-bottom: 30px;
}
.sun006-list:last-child {
  margin-bottom: 0;
}

.sun006-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 40px;
  margin-right: 40px;
  font-size: var(--fs18);
  font-weight: 700;
  border-right: 1px solid var(--color-accent);
  color: var(--color-accent);
}
.sun006-step span {
  display: block;
  margin-left: 30px;
  font-size: var(--fs40);
}

.sun006-tit {
  font-size: var(--fs20);
  font-weight: 700;
  margin-bottom: 4px;
}

.posicom-bottom {
  position: absolute;
  bottom: -30px;
  right: 0px;
  z-index: -1;
  width: 60%;
  max-width: 700px;
}

@media screen and (max-width: 900px) {
  .sun006-list {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sun006-step {
    padding-right: 30px;
    margin-right: 30px;
  }
  .sun006-step span {
    margin-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .sun006-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 20px 16px;
  }
  .sun006-step {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    border-bottom: 1px solid #707070;
    border-right: none;
    padding-left: 5px;
    margin-bottom: 20px;
  }
  .sun006-step span {
    margin-left: 12px;
    margin-bottom: 4px;
  }
  .posicom-bottom {
    width: 100%;
  }
}
/*===================================================================
  company
===================================================================*/
/*========================
  company-fv
========================*/
.company-fv-bg {
  position: relative;
  height: 300px;
  background-color: var(--color-sub);
  overflow: hidden;
}

.company-fv-img {
  width: 48%;
}

.company-fv-contents {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.company-fv-tit {
  font-size: var(--fs40);
  font-weight: 700;
  color: var(--color-main);
  white-space: nowrap;
}

.company-fv-lead {
  font-size: var(--fs20);
  font-weight: 700;
  color: var(--color-accent);
}

.company-fv-tit-sub {
  font-size: var(--fs14);
}

@media screen and (max-width: 990px) {
  .company-fv-img {
    width: 75%;
  }
}
@media screen and (max-width: 600px) {
  .company-fv-bg {
    height: 280px;
  }
  .company-fv-img {
    width: 95%;
  }
}
/*========================
  philosophy
========================*/
.mission {
  padding: 40px 10px 80px;
  margin-bottom: 120px;
  width: 100%;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(var(--color-main)), to(#71b4d0));
  background: linear-gradient(to right, var(--color-main), #71b4d0);
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: relative;
}

.mission-tit {
  font-size: var(--fs40);
  font-weight: 500;
  position: relative;
  margin-bottom: 25px;
}
.mission-tit::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mission-copy {
  font-size: var(--fs48);
}

.mission-lead {
  font-size: var(--fs24);
}

.mission-img {
  width: 180px;
  position: absolute;
  bottom: -65px;
  left: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*========================
  vision
========================*/
.vision {
  width: calc(100% - 380px);
  max-width: 600px;
}

.vision-tit {
  font-size: var(--fs32);
  font-weight: 500;
  position: relative;
  padding: 0px 30px;
  margin-bottom: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color-main);
  color: #fff;
  line-height: 1.5;
}
.vision-tit::first-letter {
  color: var(--color-accent);
}

.vision-text {
  font-size: var(--fs20);
  font-weight: 500;
}

/*========================
  value
========================*/
.value {
  width: 320px;
}

.value-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-main);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.value-number {
  font-size: var(--fs20);
  font-weight: 700;
  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;
  background-color: var(--color-main);
  color: #fff;
  width: 50px;
  margin-right: 15px;
  line-height: 1.5;
}

.value-text {
  font-size: var(--fs18);
  font-weight: 500;
  padding-right: 20px;
  width: 200px;
}

@media screen and (max-width: 990px) {
  .vision {
    width: 100%;
    margin-bottom: 50px;
    max-width: 100%;
  }
  .value {
    width: 100%;
  }
}
/*========================
  profile sun002
========================*/
.profile {
  background-color: var(--color-gray);
}

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

.sun002-itemL {
  width: 180px;
  font-weight: 500;
}

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

@media screen and (max-width: 767px) {
  .sun002-itemL {
    width: 100px;
  }
  .sun002-itemR {
    width: calc(100% - 100px);
  }
}
/*===================================================================
  privacy
===================================================================*/
.privacy-heading {
  margin-bottom: 40px;
}

.privacy-list {
  margin-bottom: 30px;
}

.privacy-tit {
  font-size: var(--fs18);
  font-weight: 500;
  color: var(--color-navy);
  border-bottom: 1px solid var(--color-navy);
  margin-bottom: 10px;
  padding-right: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}