@charset "UTF-8";
/*! destyle.css v3.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*/
  font-size: 0.625vw;
}

/* スクリーンサイズが1520px以上 */
@media screen and (min-width: 1366px) {
  html {
    font-size: 62.5%;
  }
}
/* スクリーンサイズが1200px以下の場合に適用 */
@media screen and (max-width: 1230px) {
  html {
    font-size: 42.0625%;
  }
}
@media screen and (max-width: 860px) {
  html {
    font-size: 62.5%;
  }
}
/* 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 */
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

/**
 * Reset to invisible
 */
fieldset {
  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;
}

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* base.css start */
body {
  overflow-x: clip;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

img.w100 {
  max-width: 100%;
  height: auto;
}

.pc-hidden {
  display: none;
}
@media screen and (max-width: 980px) {
  .pc-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 980px) {
  .sp-hidden {
    display: none;
  }
}

/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #eee;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#splash_logo .color-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
}
#splash_logo .color-logo img {
  width: 100%;
}

/* Loading アイコンの大きさ設定　*/
#splash_logo svg {
  width: 300px;
}

/*=============== SVGアニメーション内の指定 =================*/
/*アニメーション前の指定*/
#animation path {
  fill-opacity: 0;
  /*最初は透過0で見えない状態*/
  -webkit-transition: fill-opacity 0.5s;
  transition: fill-opacity 0.5s;
  /*カラーがつく際のアニメーション0.5秒で変化*/
  fill: none;
  /*塗りがない状態*/
  stroke: #333;
  /*線の色*/
}

/*アニメーション後に.doneというクラス名がで付与された時の指定*/
#splash_logo.done {
  -webkit-transition: all ease-in 1s 2s;
  transition: all ease-in 1s 2s;
  opacity: 0;
  -webkit-transform: scale(20);
          transform: scale(20);
}

#animation.done path {
  fill: #FFF;
  /*塗りの色*/
  fill-opacity: 1;
  /*透過1で見える状態*/
  stroke: none;
  /*線の色なし*/
}

/* ヘッダー */
.header {
  background: transparent;
  width: 100%;
  position: absolute;
  z-index: 99;
}
.header.fixed {
  background: rgba(32, 32, 32, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  margin-right: 150px;
  padding-top: 30px;
  padding-bottom: 19px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .header .wrapper {
    margin-left: 4.0816326531vw;
    margin-right: 24.4897959184vw;
    padding-top: 4.8979591837vw;
    padding-bottom: 4.8979591837vw;
  }
}
.header .wrapper .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .wrapper .logo span {
  font-size: 10px;
  color: #FFF;
  row-gap: 2px;
}
.header .wrapper .logo a {
  max-width: 219px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .header .wrapper .logo a {
    max-width: 44.693877551vw;
  }
}
.header .wrapper .logo a img {
  width: 100%;
}
.header .wrapper .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
  margin-top: 15px;
}
@media screen and (max-width: 980px) {
  .header .wrapper .nav_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4.0816326531vw;
    text-align: center;
  }
}
.header .wrapper .nav_list .list-item {
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .header .wrapper .nav_list .list-item {
    font-size: 16px;
    font-size: 3.2653061224vw;
    width: 90%;
    margin: auto;
    padding: 2.0408163265vw 0;
  }
  .header .wrapper .nav_list .list-item a {
    display: block;
    width: 100%;
  }
}
.header .drawer_nav_content {
  padding-top: 80px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  position: fixed;
  top: 0;
  right: 0;
  position: fixed;
  z-index: -1;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  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;
  padding-bottom: 80px;
}
.header .drawer_nav_content .nav_list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.612244898vw;
  text-align: center;
  margin: auto;
  white-space: nowrap;
}
.header .drawer_nav_content .nav_list .list-item {
  font-size: 20px;
  width: 90%;
  margin: auto;
  padding: 10px 0;
}
.header .drawer_nav_content .nav_list .list-item a {
  display: block;
  width: 100%;
}
.header #drawer_input:checked ~ .drawer_nav_content {
  left: 0;
  background: #222;
  z-index: 2;
}
.header .nav_list {
  list-style: none;
  color: #222;
  margin: auto;
}
.header .drawer_open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100px;
  width: 100px;
  -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: 100;
  position: fixed;
  top: 0;
  right: 0;
  margin: auto;
  background: #000;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
  cursor: pointer;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .header .drawer_open {
    width: 20.4081632653vw;
    height: 20.4081632653vw;
    font-size: 2.4489795918vw;
    max-width: 100px;
    max-height: 100px;
  }
}
.header .drawer_open span {
  width: 32px;
  height: 10px;
  display: block;
  position: relative;
  margin: 0 auto 14px;
}
@media screen and (max-width: 768px) {
  .header .drawer_open span {
    width: 6.5306122449vw;
  }
}
.header .drawer_open span:before,
.header .drawer_open span:after {
  content: "";
  display: block;
  height: 2px;
  background: #FFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  inset: 0;
  margin: auto;
}
.header .drawer_open span:before {
  width: 100%;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.header .drawer_open span:after {
  width: 66%;
  right: auto;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.header #drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}
.header #drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header #drawer_input:checked ~ .drawer_open span::after {
  width: 100%;
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 1080px) {
  .header .nav_content {
    display: none;
  }
}

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

/* ヘッダー */
/* mv */
.mv {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.mv .inner {
  position: relative;
  max-width: none;
  width: 100%;
}
.mv .inner .swiper .swiper-slide {
  width: 100%;
  height: 100vh;
}
.mv .inner .swiper .swiper-slide .frame-img {
  position: relative;
  width: 100%;
  height: 100%;
}
.mv .inner .swiper .swiper-slide .frame-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 2;
  background: url(../img/mv/frame.png) no-repeat center center/cover;
  display: block;
}
@media screen and (max-width: 980px) {
  .mv .inner .swiper .swiper-slide .frame-img::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.4));
  }
}
.mv .inner .swiper .swiper-slide .frame-img img {
  width: 45vh;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
  margin: auto;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}
@media screen and (max-height: 60vw) {
  .mv .inner .swiper .swiper-slide .frame-img img {
    width: 65vh;
    height: 100vh;
  }
}
@media screen and (max-width: 980px) {
  .mv .inner .swiper .swiper-slide .frame-img img {
    width: 100%;
    height: 100%;
    -webkit-transform: none;
            transform: none;
  }
}
.mv-txt {
  position: absolute;
  z-index: 10;
  color: #FFF;
  top: 50%;
  left: 4.8rem;
}
@media screen and (max-width: 980px) {
  .mv-txt {
    text-align: center;
    top: auto;
    left: 0;
    right: 0;
    bottom: 100px;
    margin: auto;
  }
  .mv-txt img {
    width: 90%;
  }
}
.mv-txt p {
  margin-top: 1.5em;
}
@media screen and (max-width: 980px) {
  .mv-txt p {
    font-size: 2.6530612245vw;
    margin-top: 1em;
  }
}

.mv-bottom .inner {
  padding-top: 47px;
  padding-bottom: 47px;
}
@media screen and (max-width: 980px) {
  .mv-bottom .inner {
    padding-top: 7.1428571429vw;
    padding-bottom: 8.3673469388vw;
  }
}
.mv-bottom .inner .merit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 93px;
     -moz-column-gap: 93px;
          column-gap: 93px;
  position: relative;
  margin-left: 66px;
}
@media screen and (max-width: 980px) {
  .mv-bottom .inner .merit-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8.1632653061vw;
    margin: auto;
  }
}
.mv-bottom .inner .merit-list::before {
  content: "";
  width: 1px;
  height: 56px;
  background-color: #DDDDDD;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .mv-bottom .inner .merit-list::before {
    content: none;
  }
}
.mv-bottom .inner .merit-list .list-item {
  font-size: 2.4rem;
  line-height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 980px) {
  .mv-bottom .inner .merit-list .list-item {
    font-size: 20px;
    font-size: 4.0816326531vw;
    line-height: 7.1428571429vw;
  }
}
.mv-bottom .inner .merit-list .list-item img {
  margin-right: 9px;
}
@media screen and (max-width: 980px) {
  .mv-bottom .inner .merit-list .list-item img {
    margin-right: 1.8367346939vw;
  }
}
.mv-bottom .inner .merit-list .list-item strong {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .mv-bottom .inner .merit-list .list-item strong {
    font-size: 26px;
    font-size: 5.306122449vw;
  }
}

.top_point {
  background-color: #F8F8F8;
}
.top_point .inner {
  padding: 150px 0 150px;
}
@media screen and (max-width: 980px) {
  .top_point .inner {
    padding: 30.612244898vw 0;
  }
}
.top_point .inner .main-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 54px;
}
@media screen and (max-width: 980px) {
  .top_point .inner .main-ttl {
    row-gap: 4.0816326531vw;
    margin-bottom: 11.0204081633vw;
  }
}
.top_point .inner .main-ttl .sub-ttl {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 14px;
  letter-spacing: 1.4px;
  color: rgba(51, 51, 51, 0.6);
}
@media screen and (max-width: 980px) {
  .top_point .inner .main-ttl .sub-ttl {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.top_point .inner .point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 47px;
     -moz-column-gap: 47px;
          column-gap: 47px;
  counter-reset: number 0;
}
@media screen and (max-width: 980px) {
  .top_point .inner .point-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 4.0816326531vw;
       -moz-column-gap: 4.0816326531vw;
            column-gap: 4.0816326531vw;
    row-gap: 8.1632653061vw;
  }
}
.top_point .inner .point-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 240px;
  width: 22%;
  row-gap: 20px;
}
.top_point .inner .point-list .list-item:first-child .circle .point-no {
  background-color: #8F0BF8;
}
.top_point .inner .point-list .list-item:nth-child(2) .circle .point-no {
  background-color: #614CF0;
}
.top_point .inner .point-list .list-item:nth-child(3) .circle .point-no {
  background-color: #2F94E8;
}
.top_point .inner .point-list .list-item:nth-child(4) .circle .point-no {
  background-color: #05D1E1;
}
@media screen and (max-width: 980px) {
  .top_point .inner .point-list .list-item {
    width: 50%;
    max-width: 47%;
  }
}
.top_point .inner .point-list .list-item .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 240px;
  border-radius: 50%;
  background-color: #FFF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 20px;
}
@media screen and (max-width: 980px) {
  .top_point .inner .point-list .list-item .circle {
    row-gap: 4.0816326531vw;
  }
}
.top_point .inner .point-list .list-item .circle .point-no {
  position: absolute;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;
  color: #FFF;
  width: 60px;
  height: 60px;
  border-radius: 50px;
}
@media screen and (max-width: 980px) {
  .top_point .inner .point-list .list-item .circle .point-no {
    font-size: 20px;
    font-size: 4.0816326531vw;
    line-height: 5.9183673469vw;
    width: 12.2448979592vw;
    height: 12.2448979592vw;
  }
}
.top_point .inner .point-list .list-item .circle .point-no::after {
  content: "POINT";
  font-family: "Montserrat", sans-serif;
  color: #FFF;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 5px;
  width: 60px;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 980px) {
  .top_point .inner .point-list .list-item .circle .point-no::after {
    font-size: 12px;
    font-size: 2.4489795918vw;
    width: 100%;
  }
}
.top_point .inner .point-list .list-item .circle .img {
  width: 62px;
  height: 62px;
}
@media screen and (max-width: 980px) {
  .top_point .inner .point-list .list-item .circle .img {
    width: 12.6530612245vw;
    height: 12.6530612245vw;
  }
}
.top_point .inner .point-list .list-item .circle .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (max-width: 980px) {
  .top_point .inner .point-list .list-item .circle {
    height: 42.2448979592vw;
  }
  .top_point .inner .point-list .list-item .circle img {
    height: 11.6326530612vw;
  }
}
.top_point .inner .point-list .list-item .circle .point-ttl {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  height: 48px;
  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;
}
@media screen and (max-width: 980px) {
  .top_point .inner .point-list .list-item .circle .point-ttl {
    font-size: 18px;
    font-size: 3.6734693878vw;
    line-height: 4.4897959184vw;
  }
}
.top_point .inner .point-list .list-item .description {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .top_point .inner .point-list .list-item .description {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 4.8979591837vw;
  }
}

.ttl-home-sec {
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  color: transparent;
  font-family: Montserrat, "Noto Sans JP", sans-serif;
}
.ttl-home-sec.purple {
  background: -webkit-gradient(linear, left top, right top, from(#9206F8), to(#00D7E0));
  background: linear-gradient(to right, #9206F8, #00D7E0);
  -webkit-background-clip: text;
          background-clip: text;
}
.ttl-home-sec.green {
  background: -webkit-gradient(linear, left top, right top, from(#00B925), to(#FFC400));
  background: linear-gradient(to right, #00B925, #FFC400);
  -webkit-background-clip: text;
          background-clip: text;
}
.ttl-home-sec.pink {
  background: -webkit-gradient(linear, left top, right top, from(#FF9505), to(#C136FF));
  background: linear-gradient(to right, #FF9505, #C136FF);
  -webkit-background-clip: text;
          background-clip: text;
}
@media screen and (max-width: 980px) {
  .ttl-home-sec {
    font-size: 8.1632653061vw;
  }
}
.ttl-home-sec .sub {
  font-size: 0.7em;
}
.ttl-home-sec br {
  display: none;
}
@media screen and (max-width: 980px) {
  .ttl-home-sec br {
    display: initial;
  }
}

.top_image .inner {
  padding-top: 49px;
  padding-bottom: 86px;
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .top_image .inner {
    padding-top: 10vw;
    padding-bottom: 17.5510204082vw;
  }
}
.top_image .inner .box-border {
  padding-top: 86px;
  padding-bottom: 77px;
  max-width: 1280px;
  width: 95%;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .top_image .inner .box-border {
    max-width: none;
    border-radius: 2.0408163265vw;
    padding-top: 17.5510204082vw;
    padding-bottom: 15.7142857143vw;
  }
}
.top_image .inner .box-border .main-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .top_image .inner .box-border .main-ttl {
    width: 90%;
    margin: auto auto 8.1632653061vw;
  }
}
.top_image .inner .box-border .main-ttl .sub-ttl {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 14px;
  letter-spacing: 1.4px;
  color: rgba(51, 51, 51, 0.6);
}
@media screen and (max-width: 980px) {
  .top_image .inner .box-border .main-ttl .sub-ttl {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.top_image .inner .box-border .image-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 76px;
     -moz-column-gap: 76px;
          column-gap: 76px;
  row-gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .top_image .inner .box-border .image-list {
    row-gap: 8.1632653061vw;
  }
}
.top_image .inner .box-border .image-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  max-width: 512px;
  width: 46%;
}
@media screen and (max-width: 980px) {
  .top_image .inner .box-border .image-list .list-item {
    max-width: none;
    width: 90%;
    -webkit-column-gap: 4.0816326531vw;
       -moz-column-gap: 4.0816326531vw;
            column-gap: 4.0816326531vw;
  }
}
.top_image .inner .box-border .image-list .list-item .image-no {
  width: 132px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 980px) {
  .top_image .inner .box-border .image-list .list-item .image-no {
    width: 22%;
  }
  .top_image .inner .box-border .image-list .list-item .image-no img {
    width: 100%;
  }
}
.top_image .inner .box-border .image-list .list-item .image-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media screen and (max-width: 980px) {
  .top_image .inner .box-border .image-list .list-item .image-txt {
    row-gap: 1.0204081633vw;
  }
}
.top_image .inner .box-border .image-list .list-item .image-txt .third-ttl {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 980px) {
  .top_image .inner .box-border .image-list .list-item .image-txt .third-ttl {
    font-size: 22px;
    font-size: 4.4897959184vw;
    line-height: 6.5306122449vw;
  }
}
.top_image .inner .box-border .image-list .list-item .image-txt .description {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .top_image .inner .box-border .image-list .list-item .image-txt .description {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 4.8979591837vw;
  }
}

.top_howto .inner {
  max-width: 1366px;
  margin-bottom: 97px;
  width: 95%;
}
@media screen and (max-width: 980px) {
  .top_howto .inner {
    width: 100%;
    margin-bottom: 0;
  }
}
.top_howto .inner .main-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 26px;
}
@media screen and (max-width: 980px) {
  .top_howto .inner .main-ttl {
    width: 90%;
    margin: auto auto 8.1632653061vw;
  }
}
.top_howto .inner .main-ttl .sub-ttl {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 14px;
  letter-spacing: 1.4px;
  color: rgba(51, 51, 51, 0.6);
}
@media screen and (max-width: 980px) {
  .top_howto .inner .main-ttl .sub-ttl {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.top_howto .howto-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .top_howto .howto-item .inner {
    margin-bottom: 16.3265306122vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.top_howto .howto-item .inner:last-child {
  margin-bottom: 0;
}
.top_howto .howto-item .inner figure {
  width: 45vw;
  position: absolute;
  top: 0;
  right: 56%;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .top_howto .howto-item .inner figure {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    max-width: none;
    width: 72%;
    margin: 0 auto 0 0;
  }
}
.top_howto .howto-item .inner figure img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_howto .howto-item .inner .howto-box {
  width: 55%;
  border-image-source: linear-gradient(#F8F8F8, #F8F8F8);
  border-image-slice: 0 fill;
  border-image-outset: 0 200vw 0 20vw;
  padding-top: 92px;
  padding-bottom: 81px;
  padding-left: calc(5% + 30px);
  margin-bottom: 81px;
  margin-top: 40px;
  margin-left: auto;
  z-index: -1;
  min-height: 450px;
}
@media screen and (max-width: 980px) {
  .top_howto .howto-item .inner .howto-box {
    width: 85%;
    margin: -15vw 5% 10.2040816327vw auto;
    padding: 30vw 0 10.2040816327vw;
    min-height: 0;
    border-image-outset: 0 5vw 0;
  }
}
.top_howto .howto-item .inner .howto-box .main-ttl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 26px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .top_howto .howto-item .inner .howto-box .main-ttl {
    row-gap: 5.306122449vw;
    margin: 0 0 4.0816326531vw;
  }
  .top_howto .howto-item .inner .howto-box .main-ttl img {
    max-width: 100%;
    height: 16.3265306122vw;
  }
}
.top_howto .howto-item .inner .howto-box .main-ttl::before {
  content: "";
  background: url(../img/deco.svg) no-repeat center/contain;
  width: 68px;
  height: 54px;
  position: absolute;
  top: -38px;
  left: -30px;
}
@media screen and (max-width: 980px) {
  .top_howto .howto-item .inner .howto-box .main-ttl::before {
    width: 13.8775510204vw;
    height: 11.0204081633vw;
    top: -7.7551020408vw;
    left: 0;
  }
}
.top_howto .howto-item .inner .howto-box .description {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 980px) {
  .top_howto .howto-item .inner .howto-box .description {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 5.7142857143vw;
  }
}
@media screen and (max-width: 980px) {
  .top_howto .howto-item:nth-child(2n+1) .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top_howto .howto-item:nth-child(2n+1) figure {
  left: 56%;
  right: auto;
}
@media screen and (max-width: 980px) {
  .top_howto .howto-item:nth-child(2n+1) figure {
    left: auto;
    margin: 0 0 0 auto;
  }
}
.top_howto .howto-item:nth-child(2n+1) .howto-box {
  margin-left: 0;
  margin-right: auto;
  padding-right: 5%;
  padding-left: 30px;
  border-image-outset: 0 20vw 0 200vw;
}
@media screen and (max-width: 980px) {
  .top_howto .howto-item:nth-child(2n+1) .howto-box {
    margin: -15vw auto 6.1224489796vw 5%;
    padding: 30vw 0 6.1224489796vw;
    border-image-outset: 0 5vw 0;
  }
}

/* 固定バナー */
.fixed-btn {
  position: fixed;
  bottom: 0;
  right: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
  z-index: 30;
}
@media screen and (max-width: 980px) {
  .fixed-btn {
    width: 95%;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.fixed-btn .btn-item {
  max-width: 153px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#00B900), to(#0c5a0a));
  background: linear-gradient(#00B900, #0c5a0a);
  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;
  position: relative;
  height: 46px;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
}
@media screen and (max-width: 980px) {
  .fixed-btn .btn-item {
    width: 100%;
    max-width: none;
  }
}
.fixed-btn .btn-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fixed-btn .btn-item a:hover {
  -webkit-filter: opacity(0.8);
          filter: opacity(0.8);
}
.fixed-btn .btn-item p {
  color: #fff;
  font-weight: normal;
  font-size: 12px;
}

/* フッター */
.footer {
  margin-top: 150px;
}
@media screen and (max-width: 980px) {
  .footer {
    margin: 16.3265306122vw auto 20.4081632653vw;
  }
}
.footer .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 27px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .footer .nav_list {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    row-gap: 6.1224489796vw;
    text-align: center;
  }
}
.footer .nav_list .list-item {
  font-size: 14px;
}
@media screen and (max-width: 980px) {
  .footer .nav_list .list-item {
    width: 44%;
    font-size: 18px;
    font-size: 3.6734693878vw;
  }
}
.footer .copy {
  margin: 5em 0;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .footer .copy {
    margin-top: 2em;
  }
}

/* メニュー */
.drawer_hidden {
  display: none;
}

/* 下層ページ */
.p_under .page-tit {
  background: url(../img/page-tit.png) no-repeat center/cover;
}
.p_under .page-tit .inner {
  padding-top: 156px;
  padding-bottom: 85px;
  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;
}
@media screen and (max-width: 980px) {
  .p_under .page-tit .inner {
    padding-top: 26.5306122449vw;
    padding-bottom: 9.1836734694vw;
  }
  .p_under .page-tit .inner .main-ttl {
    width: 90%;
    margin: auto;
    text-align: center;
  }
  .p_under .page-tit .inner .main-ttl img {
    height: 6.1224489796vw;
    width: auto;
  }
}
.p_under .p_contents {
  /* flow */
  /* flow */
  /* price */
  /* price */
}
.p_under .p_contents .inner {
  padding-top: 70px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents .inner {
    padding-top: 10.2040816327vw;
  }
}
.p_under .p_contents .inner .p_description {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 50px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents .inner .p_description {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 6.5306122449vw;
    margin-bottom: 10.2040816327vw;
  }
}
.p_under .p_contents .inner .main-ttl {
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents .inner .main-ttl {
    font-size: 22px;
    font-size: 4.4897959184vw;
    line-height: 5.9183673469vw;
    margin-bottom: 4.8979591837vw;
  }
}
.p_under .p_contents .inner .main-ttl.icon {
  padding-left: 2em;
  text-indent: -2em;
}
.p_under .p_contents .inner .main-ttl small {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents .inner .main-ttl small {
    font-size: 18px;
    font-size: 3.6734693878vw;
    font-weight: normal;
  }
}
.p_under .p_contents .inner .main-ttl img {
  vertical-align: middle;
  width: 1.5em;
  margin-right: 0.5em;
}
.p_under .p_contents .inner .main-ttl.pink {
  color: #E8434E;
}
.p_under .p_contents .inner .main-ttl.purple {
  color: #8F0BF8;
}
.p_under .p_contents .inner .main-ttl.purple .circle {
  border: 2px solid #8F0BF8;
  border-radius: 50px;
  padding: 2px 5px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents .inner .main-ttl.purple .circle {
    border: 0.4081632653vw solid #8F0BF8;
    padding: 0.4081632653vw 1.0204081633vw;
  }
}
.p_under .p_contents .inner .main-ttl.purple strong {
  font-size: 30px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents .inner .main-ttl.purple strong {
    font-size: 26px;
    font-size: 5.306122449vw;
  }
}
.p_under .p_contents .inner .main-ttl.green {
  color: #06B924;
}
.p_under .p_contents .inner .swiper-sec {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: auto auto 40px;
}
.p_under .p_contents .inner .swiper-sec .swiper {
  overflow: hidden;
}
.p_under .p_contents .inner .swiper-sec .swiper .swiper-slide img {
  width: 100%;
  height: auto;
}
.p_under .p_contents .inner .swiper-sec .swiper .swiper-button-prev,
.p_under .p_contents .inner .swiper-sec .swiper .swiper-container-rtl .swiper-button-next {
  background: url(../img/next.svg) no-repeat center/contain;
  width: 50px;
  height: 50px;
  left: 25px;
  right: auto;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents .inner .swiper-sec .swiper .swiper-button-prev,
  .p_under .p_contents .inner .swiper-sec .swiper .swiper-container-rtl .swiper-button-next {
    width: 10.2040816327vw;
    height: 10.2040816327vw;
    left: 1.0204081633vw;
  }
}
.p_under .p_contents .inner .swiper-sec .swiper .swiper-button-next,
.p_under .p_contents .inner .swiper-sec .swiper .swiper-container-rtl .swiper-button-prev {
  background: url(../img/prev.svg) no-repeat center/contain;
  right: 25px;
  left: auto;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents .inner .swiper-sec .swiper .swiper-button-next,
  .p_under .p_contents .inner .swiper-sec .swiper .swiper-container-rtl .swiper-button-prev {
    width: 10.2040816327vw;
    height: 10.2040816327vw;
    right: 1.0204081633vw;
  }
}
.p_under .p_contents .inner .detail_vision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 93px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents .inner .detail_vision {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4.0816326531vw;
  }
}
.p_under .p_contents .inner .detail_vision .table_sec table tr {
  min-height: 58px;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents .inner .detail_vision .table_sec table tr {
    min-height: 11.8367346939vw;
  }
}
.p_under .p_contents .inner .detail_vision .table_sec table th {
  background-color: #222222;
  color: #FFF;
  font-size: 16px;
  max-width: 160px;
  width: 30%;
  vertical-align: middle;
  padding: 17px 20px;
  font-weight: normal;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents .inner .detail_vision .table_sec table th {
    font-size: 15px;
    font-size: 3.0612244898vw;
    padding: 3.4693877551vw 2.0408163265vw;
  }
}
.p_under .p_contents .inner .detail_vision .table_sec table td {
  background-color: #FAFAFA;
  color: #222222;
  font-size: 16px;
  max-width: 548px;
  width: 70%;
  padding: 17px 20px;
  vertical-align: middle;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents .inner .detail_vision .table_sec table td {
    font-size: 16px;
    font-size: 3.2653061224vw;
    padding: 3.4693877551vw 2.0408163265vw;
  }
}
.p_under .p_contents .inner .detail_vision .map_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  width: 370px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents .inner .detail_vision .map_sec {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .p_under .p_contents .inner .detail_vision .map_sec iframe {
    width: 100%;
    height: 61.2244897959vw;
  }
}
.p_under .p_contents .inner .detail_vision .map_sec .info .grad-ttl {
  background: #000;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 13px 0 12px;
  color: #FFF;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents .inner .detail_vision .map_sec .info .grad-ttl {
    font-size: 14px;
    font-size: 2.8571428571vw;
    padding: 1em 0;
  }
}
.p_under .p_contents .inner .detail_vision .map_sec .info .info-detail {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-align: left;
  padding: 11px 0 15px;
  border-radius: 0 0 10px 10px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents .inner .detail_vision .map_sec .info .info-detail {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 4.8979591837vw;
    padding: 2.2448979592vw 0 3.0612244898vw;
    border-radius: 0 0 2.0408163265vw 2.0408163265vw;
  }
}
.p_under .p_contents .inner .detail_vision .map_sec .info .info-detail span {
  display: inline-block;
  border-radius: 1.5em;
  margin: 5px;
  color: #FFF;
  padding: 0.5em 1em;
  background: -webkit-gradient(linear, left top, left bottom, from(#a96bd9), to(#6573ee));
  background: linear-gradient(#a96bd9 0%, #6573ee 100%);
}
.p_under .p_contents.flow .inner {
  padding-top: 68px;
  padding-bottom: 65px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.flow .inner {
    padding-top: 12.2448979592vw;
    padding-bottom: 13.2653061224vw;
  }
}
.p_under .p_contents.flow .inner .flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p_under .p_contents.flow .inner .flow-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 19px;
     -moz-column-gap: 19px;
          column-gap: 19px;
  margin-bottom: 61px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.flow .inner .flow-list .list-item {
    -webkit-column-gap: 3.8775510204vw;
       -moz-column-gap: 3.8775510204vw;
            column-gap: 3.8775510204vw;
    margin-bottom: 12.4489795918vw;
  }
}
.p_under .p_contents.flow .inner .flow-list .list-item .flow-no {
  background: url(../img/flow-bg.svg) no-repeat center/contain;
  font-size: 30px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  color: #06B924;
  font-weight: bold;
  position: relative;
  max-width: 80px;
  width: 100%;
  height: 80px;
  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;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.flow .inner .flow-list .list-item .flow-no {
    font-size: 30px;
    font-size: 6.1224489796vw;
    max-width: 16.3265306122vw;
    height: 16.3265306122vw;
  }
}
.p_under .p_contents.flow .inner .flow-list .list-item:nth-child(3) {
  margin-bottom: 70px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.flow .inner .flow-list .list-item:nth-child(3) {
    margin-bottom: 14.2857142857vw;
  }
}
.p_under .p_contents.flow .inner .flow-list .list-item:nth-child(4) {
  margin-bottom: 19px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.flow .inner .flow-list .list-item:nth-child(4) {
    margin-bottom: 14.2857142857vw;
  }
}
.p_under .p_contents.flow .inner .flow-list .list-item:nth-child(5) {
  margin-bottom: 69px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.flow .inner .flow-list .list-item:nth-child(5) {
    margin-bottom: 12.2448979592vw;
  }
}
.p_under .p_contents.flow .inner .flow-list .list-item:last-child .flow-no::before {
  content: none;
}
.p_under .p_contents.flow .inner .flow-list .list-item .flow-txt .flow-ttl {
  color: #06B924;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.flow .inner .flow-list .list-item .flow-txt .flow-ttl {
    font-size: 24px;
    font-size: 4.8979591837vw;
    line-height: 7.1428571429vw;
  }
}
.p_under .p_contents.flow .inner .flow-list .list-item .flow-txt .description {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.flow .inner .flow-list .list-item .flow-txt .description {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 1.8;
  }
}
.p_under .p_contents.flow .inner .flow-list .list-item .flow-txt .col-box {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-bottom: 2em;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.flow .inner .flow-list .list-item .flow-txt .col-box {
    margin-top: 4.0816326531vw;
    -webkit-column-gap: 3.2653061224vw;
       -moz-column-gap: 3.2653061224vw;
            column-gap: 3.2653061224vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1em;
  }
}
.p_under .p_contents.flow .inner .flow-list .list-item .flow-txt .col-box .btn {
  position: relative;
  max-width: 400px;
  width: 100%;
  background: transparent -webkit-gradient(linear, left top, right top, from(#06B924), to(#EBC714)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #06B924 0%, #EBC714 100%) 0% 0% no-repeat padding-box;
  line-height: 50px;
  text-align: center;
  border-radius: 10px;
  padding: 1em;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.flow .inner .flow-list .list-item .flow-txt .col-box .btn {
    max-width: 81.6326530612vw;
    line-height: 10.2040816327vw;
    border-radius: 2.0408163265vw;
  }
}
.p_under .p_contents.flow .inner .flow-list .list-item .flow-txt .col-box .btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p_under .p_contents.flow .inner .flow-list .list-item .flow-txt .col-box .btn img {
  margin-right: 12px;
  vertical-align: middle;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.flow .inner .flow-list .list-item .flow-txt .col-box .btn img {
    margin-right: 2.4489795918vw;
  }
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.flow .inner .flow-list .list-item .flow-txt .col-box .btn {
    font-size: 18px;
    font-size: 3.6734693878vw;
  }
}
.p_under .p_contents.flow .inner .flow-list .list-item .flow-txt .col-box .attention {
  font-size: 16px;
  color: #E15361;
  line-height: 24px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.flow .inner .flow-list .list-item .flow-txt .col-box .attention {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 4.8979591837vw;
  }
}
.p_under .p_contents.price .sec {
  margin-bottom: 80px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.price .sec {
    margin-bottom: 16.3265306122vw;
  }
}
.p_under .p_contents.price .sec.sec03 {
  margin-bottom: 150px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.price .sec.sec03 {
    margin-bottom: 30.612244898vw;
  }
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.price .sec .scrollable-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
  }
}
.p_under .p_contents.price .sec .scrollable-container table {
  width: 100%;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.price .sec .scrollable-container table {
    width: 142.8571428571vw;
    height: 100%;
  }
}
.p_under .p_contents.price .sec .scrollable-container table tr th {
  text-align: left;
  padding-left: 20px;
  width: 190px;
  height: 58px;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.price .sec .scrollable-container table tr th {
    padding-left: 2.0408163265vw;
    width: 38.7755102041vw;
    height: 11.8367346939vw;
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.p_under .p_contents.price .sec .scrollable-container table tr:nth-child(n+2) td {
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  background-color: #FAFAFA;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.price .sec .scrollable-container table tr:nth-child(n+2) td {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.p_under .p_contents.price .sec .scrollable-container table.t_pink tr:first-child th:nth-child(n+2) {
  background-color: #F3737B;
  text-align: center;
  padding: 0;
}
.p_under .p_contents.price .sec .scrollable-container table.t_pink tr th {
  background-color: #222222;
  text-align: left;
}
.p_under .p_contents.price .sec .scrollable-container table.t_pink tr th.no-color {
  background-color: transparent;
}
.p_under .p_contents.price .sec .scrollable-container table.t_purple tr:first-child th:nth-child(n+2) {
  background-color: #BE95DE;
  text-align: center;
  padding: 0;
}
.p_under .p_contents.price .sec .scrollable-container table.t_purple tr th {
  background-color: #2E2E85;
  text-align: left;
}
.p_under .p_contents.price .sec .scrollable-container table.t_purple tr th.no-color {
  background-color: transparent;
}
.p_under .p_contents.price .sec .scrollable-container .scroll-hint {
  position: absolute;
  bottom: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  display: none;
  -webkit-animation: scroll-hint-animation 2s infinite ease;
          animation: scroll-hint-animation 2s infinite ease;
}
@-webkit-keyframes scroll-hint-animation {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-40%, -50%);
            transform: translate(-40%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes scroll-hint-animation {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-40%, -50%);
            transform: translate(-40%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.p_under .p_contents.price .sec .scrollable-container .scroll-hint--show {
  display: block;
}
.p_under .p_contents.price .sec .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.price .sec .flex-box {
    row-gap: 4.0816326531vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p_under .p_contents.price .sec .flex-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #2e2e85;
  border-radius: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.price .sec .flex-box dl {
    border-radius: 2.0408163265vw;
    border: 0.4081632653vw solid #2e2e85;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p_under .p_contents.price .sec .flex-box dl dt {
  font-size: 26px;
  background-color: #2E2E85;
  color: #FFF;
  padding: 13px 14px 12px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.price .sec .flex-box dl dt {
    font-size: 20px;
    font-size: 4.0816326531vw;
    padding: 2.6530612245vw 2.8571428571vw 2.4489795918vw;
  }
}
.p_under .p_contents.price .sec .flex-box dl dt small {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.price .sec .flex-box dl dt small {
    display: inline;
    font-size: 1em;
  }
}
.p_under .p_contents.price .sec .flex-box dl dd {
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
  margin: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.price .sec .flex-box dl dd {
    font-size: 20px;
    font-size: 4.0816326531vw;
    padding: 1em 0;
  }
}
.p_under .p_contents.price .sec .flex-box dl dd small {
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.price .sec .flex-box dl dd small {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.p_under .p_contents.price .sec .flex-box dl dd .c-red {
  font-size: 28px;
  color: #E8434E;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.price .sec .flex-box dl dd .c-red {
    font-size: 24px;
    font-size: 4.8979591837vw;
  }
}
.p_under .p_contents.create .inner {
  padding: 70px 0 83px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.create .inner {
    padding: 14.2857142857vw 0 16.9387755102vw;
  }
}
.p_under .p_contents.create .inner .main-ttl {
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.create .inner .main-ttl {
    font-size: 22px;
    font-size: 4.4897959184vw;
    line-height: 5.1020408163vw;
    margin-bottom: 4.8979591837vw;
  }
}
.p_under .p_contents.create .inner .main-ttl small {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.create .inner .main-ttl small {
    font-size: 18px;
    font-size: 3.6734693878vw;
  }
}
.p_under .p_contents.create .inner .main-ttl img {
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.create .inner .main-ttl img {
    margin-right: 2.0408163265vw;
  }
}
.p_under .p_contents.create .inner .main-ttl.pink {
  color: #E8434E;
}
.p_under .p_contents.create .inner .main-ttl.purple {
  color: #8F0BF8;
}
.p_under .p_contents.create .inner .sec {
  margin-bottom: 80px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.create .inner .sec {
    margin-bottom: 10vw;
  }
}
.p_under .p_contents.create .inner .sec .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_under .p_contents.create .inner .sec .item:nth-last-child(2) {
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.create .inner .sec .item:nth-last-child(2) {
    margin-bottom: 4.0816326531vw;
  }
}
.p_under .p_contents.create .inner .sec .item table {
  margin-right: 22px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.create .inner .sec .item table {
    margin-right: 4.4897959184vw;
    width: 50%;
  }
}
.p_under .p_contents.create .inner .sec .item table th {
  background-color: #222222;
  color: #FFF;
  height: 58px;
  padding-left: 20px;
  width: 190px;
  font-size: 16px;
  vertical-align: middle;
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.create .inner .sec .item table th {
    height: 11.8367346939vw;
    padding-left: 2.0408163265vw;
    padding-right: 2.0408163265vw;
    width: 40.8163265306vw;
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.p_under .p_contents.create .inner .sec .item table th br {
  display: none;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.create .inner .sec .item table th br {
    display: initial;
  }
}
.p_under .p_contents.create .inner .sec .item table td {
  background-color: #FAFAFA;
  font-size: 16px;
  text-align: center;
  width: 180px;
  vertical-align: middle;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.create .inner .sec .item table td {
    font-size: 16px;
    font-size: 3.2653061224vw;
    width: 36.7346938776vw;
  }
}
.p_under .p_contents.create .inner .sec .item figure {
  margin-right: 14px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.create .inner .sec .item figure {
    margin-right: 2.8571428571vw;
    width: 10%;
    display: none;
  }
}
.p_under .p_contents.create .inner .sec .item p {
  font-size: 16px;
  color: #e8434e;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.create .inner .sec .item p {
    font-size: 16px;
    font-size: 3.2653061224vw;
    width: 40%;
  }
}
.p_under .p_contents.create .inner .sec:nth-child(2) {
  margin-bottom: 80px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.create .inner .sec:nth-child(2) {
    margin-bottom: 6.1224489796vw;
  }
}
.p_under .p_contents.create .inner .sec:nth-child(2) .item p {
  color: #8f0bf8;
}
.p_under .p_contents.faq .inner {
  padding-top: 73px;
  padding-bottom: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.faq .inner {
    padding-top: 14.8979591837vw;
    padding-bottom: 18.7755102041vw;
    row-gap: 4.0816326531vw;
  }
}
.p_under .p_contents.faq .inner .qa-item .question {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.faq .inner .qa-item .question {
    font-size: 16px;
    font-size: 3.2653061224vw;
    -webkit-column-gap: 2.0408163265vw;
       -moz-column-gap: 2.0408163265vw;
            column-gap: 2.0408163265vw;
    margin-bottom: 2.0408163265vw;
    padding-right: 6.1224489796vw;
  }
}
.p_under .p_contents.faq .inner .qa-item .question::before {
  content: "";
  background: url(../img/qa-up.svg) no-repeat center/contain;
  width: 16px;
  height: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.faq .inner .qa-item .question::before {
    width: 3.2653061224vw;
    height: 3.4693877551vw;
    right: 0vw;
  }
}
.p_under .p_contents.faq .inner .qa-item .question span {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  max-width: 80px;
  width: 100%;
  height: 80px;
  font-size: 30px;
  line-height: 37px;
  color: #06B924;
  background: url(../img/flow-bg.svg) no-repeat center/contain;
  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;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.faq .inner .qa-item .question span {
    max-width: 12.2448979592vw;
    height: 12.2448979592vw;
    font-size: 24px;
    font-size: 4.8979591837vw;
    line-height: 6.1224489796vw;
  }
}
.p_under .p_contents.faq .inner .qa-item .answer {
  display: none;
  font-size: 16px;
  color: #333;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  border-top: 1px solid #ECE9D9;
  margin-bottom: 30px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.faq .inner .qa-item .answer {
    font-size: 16px;
    font-size: 3.2653061224vw;
    padding-top: 2.0408163265vw;
    -webkit-column-gap: 2.0408163265vw;
       -moz-column-gap: 2.0408163265vw;
            column-gap: 2.0408163265vw;
  }
}
.p_under .p_contents.faq .inner .qa-item .answer span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  max-width: 80px;
  width: 100%;
  font-size: 30px;
  line-height: 37px;
  color: #333;
  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;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.faq .inner .qa-item .answer span {
    max-width: 12.2448979592vw;
    height: 12.2448979592vw;
    font-size: 24px;
    font-size: 4.8979591837vw;
    line-height: 6.1224489796vw;
  }
}
.p_under .p_contents.faq .inner .qa-item.active .question::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p_under .p_contents.company .inner {
  padding-top: 80px;
  padding-bottom: 140px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.company .inner {
    padding-top: 10.2040816327vw;
    padding-bottom: 14.2857142857vw;
  }
}
.p_under .p_contents.company .inner .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.company .inner .flexbox {
    row-gap: 4.0816326531vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 5.1020408163vw;
  }
}
.p_under .p_contents.company .inner .flexbox .table_sec tr {
  min-height: 58px;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.company .inner .flexbox .table_sec tr {
    min-height: 11.8367346939vw;
  }
}
.p_under .p_contents.company .inner .flexbox .table_sec tr th {
  background: #222;
  width: 160px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  vertical-align: middle;
  padding: 17px 20px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.company .inner .flexbox .table_sec tr th {
    width: 32.6530612245vw;
    font-size: 16px;
    font-size: 3.2653061224vw;
    padding: 3.4693877551vw 4.0816326531vw;
  }
}
.p_under .p_contents.company .inner .flexbox .table_sec tr td {
  background-color: #FAFAFA;
  font-size: 16px;
  color: #222;
  vertical-align: middle;
  padding: 17px 20px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.company .inner .flexbox .table_sec tr td {
    font-size: 16px;
    font-size: 3.2653061224vw;
    padding: 3.4693877551vw 4.0816326531vw;
  }
}
.p_under .p_contents.company .inner .right_sec figure img {
  width: 100%;
}
.p_under .p_contents.company .inner .btn-border {
  position: relative;
  text-align: center;
  max-width: 316px;
  width: 100%;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff38a7), to(#ff9309));
  background: linear-gradient(#ff38a7 0%, #ff9309 100%);
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.company .inner .btn-border {
    max-width: none;
    width: 100%;
  }
}
.p_under .p_contents.company .inner .btn-border p {
  line-height: 60px;
  font-size: 16px;
  color: #e8434e;
  position: relative;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.company .inner .btn-border p {
    line-height: 12.2448979592vw;
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.p_under .p_contents.company .inner .btn-border p::after {
  content: "";
  background: url(../img/otherlink.svg) no-repeat center/contain;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto auto auto 5px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.company .inner .btn-border p::after {
    width: 2.2448979592vw;
    height: 2.2448979592vw;
    margin-bottom: auto auto auto 1.0204081633vw;
  }
}
.p_under .p_contents.company .inner .btn-border::before {
  content: "";
  background-color: #FFF;
  position: absolute;
  border-radius: 50px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  z-index: -1;
}
.p_under .p_contents.contact {
  margin-bottom: 93px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.contact {
    margin-bottom: 18.9795918367vw;
  }
}
.p_under .p_contents.contact .contact-box {
  background-color: #06B924;
  color: #FFF;
  margin-bottom: 74px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.contact .contact-box {
    margin-bottom: 15.1020408163vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p_under .p_contents.contact .contact-box .sec-title {
  width: 100%;
  padding: 2em 0;
  border-bottom: 1px solid #07971F;
}
.p_under .p_contents.contact .contact-box .sec-title .third-ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.contact .contact-box .sec-title .third-ttl {
    font-size: 4.0816326531vw;
  }
}
.p_under .p_contents.contact .contact-box .sec-title .third-ttl img {
  vertical-align: middle;
  margin-right: 0.5em;
}
.p_under .p_contents.contact .contact-box .sec-conts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 45%) minmax(0, 65%);
  grid-template-columns: minmax(0, 45%) minmax(0, 65%);
  padding: 40px 20px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.contact .contact-box .sec-conts {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 4.0816326531vw;
  }
}
.p_under .p_contents.contact .contact-box .sec-left {
  padding: 0 40px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.contact .contact-box .sec-left {
    padding: 0;
  }
}
.p_under .p_contents.contact .contact-box .sec-left .line-account {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
.p_under .p_contents.contact .contact-box .sec-left .line-account .bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.p_under .p_contents.contact .contact-box .sec-left .line-account .bnr p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 20px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.contact .contact-box .sec-left .line-account .bnr p {
    font-size: 4.0816326531vw;
  }
}
.p_under .p_contents.contact .contact-box .sec-left .line-account img {
  vertical-align: middle;
  margin: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 8px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.contact .contact-box .sec-left .line-account img {
    width: 95%;
  }
}
.p_under .p_contents.contact .contact-box .sec-left .description {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.contact .contact-box .sec-left .description {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 5.306122449vw;
  }
}
.p_under .p_contents.contact .contact-box .sec-right {
  padding: 0 40px;
  border-left: 1px solid #FFF;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 30px 200px;
  grid-template-columns: minmax(0, 1fr) 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.contact .contact-box .sec-right {
    width: 100%;
    border-left: none;
    border-top: 1px solid #FFF;
    padding: 1.5em 0 1em;
    margin-top: 1.5em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.p_under .p_contents.contact .contact-box .sec-right .ttl {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 0.7em;
}
.p_under .p_contents.contact .contact-box .sec-right img {
  width: 100%;
}
.p_under .p_contents.contact .contact-box .sec-right .line-flow .list-item {
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 0.5em;
}
.p_under .p_contents.contact .contact-box .sec-right .qr {
  background: #FFF;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.contact .contact-box .sec-right .qr {
    width: 70%;
    margin: 0 auto 0;
  }
}
.p_under .p_contents.contact .w820 {
  max-width: 820px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.contact .w820 {
    max-width: none;
  }
}
.p_under .p_contents.contact .formTable {
  width: 100%;
  margin-bottom: 31px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.contact .formTable {
    max-width: none;
    margin-bottom: 6.3265306122vw;
  }
}
.p_under .p_contents.contact .formTable sup {
  font-size: 1em;
  top: 0;
}
.p_under .p_contents.contact .formTable tr {
  min-height: 58px;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.contact .formTable tr {
    min-height: 11.8367346939vw;
  }
}
.p_under .p_contents.contact .formTable th {
  background-color: #222222;
  color: #FFF;
  font-size: 16px;
  max-width: 160px;
  width: 30%;
  vertical-align: middle;
  padding: 17px 20px;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.contact .formTable th {
    font-size: 16px;
    font-size: 3.2653061224vw;
    max-width: 32.6530612245vw;
    padding: 3.4693877551vw 2.0408163265vw;
    width: 47%;
  }
}
.p_under .p_contents.contact .formTable td {
  background-color: #FAFAFA;
  color: #222222;
  font-size: 16px;
  max-width: 548px;
  width: 70%;
  padding: 17px 20px;
  vertical-align: middle;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.contact .formTable td {
    font-size: 16px;
    font-size: 3.2653061224vw;
    max-width: 111.8367346939vw;
    padding: 3.4693877551vw 2.0408163265vw;
  }
}
.p_under .p_contents.contact .formTable td input {
  height: 40px;
  background-color: #FFF;
  width: 100%;
  padding: 5px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.contact .formTable td input {
    height: 8.1632653061vw;
    padding: 1.0204081633vw;
  }
}
.p_under .p_contents.contact .formTable td input[type=file] {
  background-color: transparent;
  border: none;
  border-radius: none;
}
.p_under .p_contents.contact .formTable td textarea {
  width: 100%;
  background-color: #FFF;
  min-height: 160px;
  padding: 5px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.contact .formTable td textarea {
    min-height: 32.6530612245vw;
    padding: 1.0204081633vw;
  }
}
.p_under .p_contents.contact .formTable td .attention {
  color: #E8434E;
}
.p_under .p_contents.contact .formTable caption {
  margin-top: 1.5em;
}
.p_under .p_contents.contact .submit-btn input,
.p_under .p_contents.contact .submit-btn .button {
  display: block;
  max-width: 320px;
  width: 100%;
  margin: auto;
  background: transparent -webkit-gradient(linear, left top, right top, from(#FF38A7), to(#FF9309)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #FF38A7 0%, #FF9309 100%) 0% 0% no-repeat padding-box;
  color: #FFF;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  border-radius: 50px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents.contact .submit-btn input,
  .p_under .p_contents.contact .submit-btn .button {
    max-width: 65.306122449vw;
    line-height: 12.2448979592vw;
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.p_under .p_contents .red-box {
  background: transparent -webkit-gradient(linear, left top, right top, from(rgba(255, 56, 167, 0.07)), to(rgba(255, 147, 9, 0.07))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, rgba(255, 56, 167, 0.07) 0%, rgba(255, 147, 9, 0.07) 100%) 0% 0% no-repeat padding-box;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #e8434e;
  padding: 26px 0 25px;
  margin-bottom: 56px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents .red-box {
    font-size: 19px;
    font-size: 3.8775510204vw;
    padding: 5.306122449vw 3.0612244898vw 5.1020408163vw;
    margin-bottom: 11.4285714286vw;
    text-align: left;
  }
}
.p_under .p_contents .red-box p {
  padding-left: 1em;
  text-indent: -1em;
}
.p_under .p_contents .red-box p.t-center {
  text-align: center;
  text-indent: 0;
  padding-left: 0;
}
.p_under .p_contents caption {
  caption-side: bottom;
  margin-top: 20px;
  color: #E8434E;
  font-size: 14px;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents caption {
    margin-top: 4.0816326531vw;
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.p_under .p_contents .reference {
  font-weight: normal;
  font-size: 14px;
  color: #e8434e;
}
@media screen and (max-width: 980px) {
  .p_under .p_contents .reference {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
/*# sourceMappingURL=style.css.map */