@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-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;
}

html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  html {
    background: -webkit-gradient(linear, left top, left bottom, from(#333333), color-stop(25%, #4d4d4d), color-stop(50%, #333333), color-stop(75%, #4d4d4d), to(#333333));
    background: linear-gradient(180deg, #333333 0%, #4d4d4d 25%, #333333 50%, #4d4d4d 75%, #333333 100%);
  }
}

@media screen and (min-width: 768px) {
  header {
    max-width: 700px;
    margin: 0 auto;
    z-index: 50;
  }
}

@media screen and (min-width: 768px) {
  main {
    background-color: #fff;
    max-width: 700px;
    margin: 0 auto;
    z-index: 50;
    border-left: #333 solid 1px;
    border-right: #333 solid 1px;
  }
}

@media screen and (min-width: 768px) {
  footer {
    max-width: 700px;
    margin: 0 auto;
    z-index: 50;
  }
}

section[id],
div[id] {
  scroll-margin-top: 60px;
}
@media screen and (min-width: 768px) {
  section[id],
  div[id] {
    scroll-margin-top: 100px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif, serif;
  line-height: 1.4;
  font-weight: bold;
  color: #333;
  font-size: 14px;
}

svg {
  shape-rendering: auto; /* または crispEdges */
}

img {
  vertical-align: top; /* 画像の下に隙間できる問題を解消 */
  max-width: 100%;
  height: auto;
}

iframe {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 768px) {
  iframe {
    height: 400px;
  }
}

.lato {
  font-family: "Lato", sans-serif, serif;
}

a {
  text-decoration: none; /* リンクの下に下線が入ってしまうので、一括で消しておく */
}

.title {
  font-size: 28px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .title {
    font-size: 38px;
  }
}
.title span {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .title span {
    font-size: 28px;
  }
}

.sub_title {
  font-size: 13px;
  text-align: center;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .sub_title {
    font-size: 23px;
  }
}

.section {
  margin-top: 60px;
}

.section_inner {
  width: 92%;
  margin: 0 auto;
}

.container {
  width: 85%;
  margin: 0 auto;
}

.header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fd780f;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .header {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 50;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
  }
}
.header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .header .flex i img {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
.header .hamburger {
  cursor: pointer;
  position: relative;
  z-index: 999;
}
.header .hamburger span {
  display: block;
  width: 25px;
  height: 3.5px;
  background: #333;
  margin: 5px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (min-width: 768px) {
  .header .hamburger span {
    width: 50px;
    margin: 10px 0;
    height: 5.5px;
  }
}
.header .hamburger.active span {
  background-color: #333;
}
.header .hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
          transform: rotate(45deg) translate(6px, 6px);
}
@media screen and (min-width: 768px) {
  .header .hamburger.active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(16px, 6px);
            transform: rotate(45deg) translate(16px, 6px);
  }
}
.header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header .hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
}
@media screen and (min-width: 768px) {
  .header .hamburger.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(16px, -6px);
            transform: rotate(-45deg) translate(16px, -6px);
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  height: 100vh;
  margin-top: 15px;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 50;
  overflow-y: auto;
  /* ------------------------------
     ▼ サブメニューエリア（ここを修正）
  ------------------------------ */
}
@media screen and (min-width: 768px) {
  .mobile-menu {
    margin-top: 0px;
    width: 320px;
  }
}
.mobile-menu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .mobile-menu.active {
    margin-top: 0px;
  }
}
.mobile-menu ul {
  color: #fff;
  list-style: none;
  padding: 1rem;
  margin: 0;
}
.mobile-menu li {
  text-align: center;
  border-bottom: 1px solid #eee;
}
.mobile-menu li:last-child {
  border-bottom: none;
}
.mobile-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  padding: 25px 0;
  display: block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .mobile-menu a {
    font-size: 18px;
    padding: 30px 0;
  }
}
.mobile-menu a:hover {
  color: #fd780f;
}
.mobile-menu .has-submenu {
  position: relative;
}
.mobile-menu .has-submenu .submenu-toggle {
  position: absolute;
  right: 12px;
  top: 36px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .mobile-menu .has-submenu .submenu-toggle {
    right: 20px;
    top: 41px;
    font-size: 22px;
  }
}
.mobile-menu .has-submenu.active .submenu-toggle {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.mobile-menu .submenu {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.mobile-menu .submenu__item {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.mobile-menu .submenu__item a {
  padding: 15px 0;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .mobile-menu .submenu__item a {
    font-size: 16px;
    padding: 20px 0;
  }
}
.mobile-menu .submenu .submenu__item {
  margin-top: unset;
}
.mobile-menu .has-submenu.active .submenu {
  max-height: 300px;
}

footer {
  background-color: #333333;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 120px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer {
    padding-top: 80px;
    padding-bottom: 170px;
  }
}
@media screen and (min-width: 768px) {
  footer .footer-icon img {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
footer .footer-wrapper {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  footer .footer-wrapper {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  footer .footer-wrapper .insta i img {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  footer .footer-wrapper .insta i img:hover {
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
    opacity: 0.9;
  }
}
footer .footer-wrapper .youtube {
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  footer .footer-wrapper .youtube {
    margin-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  footer .footer-wrapper .youtube i img {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  footer .footer-wrapper .youtube i img:hover {
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
    opacity: 0.9;
  }
}
footer .footer-text {
  font-size: 10px;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  footer .footer-text {
    font-size: 13px;
    margin-top: 35px;
  }
}

.c-arrow {
  background-image: url(../../images/Arrow.png);
  background-size: 114px 105px;
  display: block;
  width: 114px;
  height: 105px;
  margin: 20px auto 20px;
}
@media screen and (min-width: 768px) {
  .c-arrow {
    margin: 40px auto 40px;
  }
}

/* エフェクトコンテナは768px未満では非表示 */
#shine-effect {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

/* 768px以上でエフェクト表示 */
@media screen and (min-width: 768px) {
  #shine-effect {
    display: block;
  }
}
/* 光の粒子 */
.shine-particle {
  position: absolute;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.4) 40%, transparent 70%);
  border-radius: 50%;
  -webkit-animation: shine-float linear infinite;
          animation: shine-float linear infinite;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

@-webkit-keyframes shine-float {
  0% {
    -webkit-transform: translate(0, 0) scale(0);
            transform: translate(0, 0) scale(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  90% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(var(--x-end), var(--y-end)) scale(0.3);
            transform: translate(var(--x-end), var(--y-end)) scale(0.3);
    opacity: 0;
  }
}

@keyframes shine-float {
  0% {
    -webkit-transform: translate(0, 0) scale(0);
            transform: translate(0, 0) scale(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  90% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(var(--x-end), var(--y-end)) scale(0.3);
            transform: translate(var(--x-end), var(--y-end)) scale(0.3);
    opacity: 0;
  }
}
/* キラキラ（星型の輝き） */
.sparkle {
  position: absolute;
  width: 3px;
  height: 3px;
  background: white;
  -webkit-animation: sparkle-twinkle ease-in-out infinite;
          animation: sparkle-twinkle ease-in-out infinite;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

@-webkit-keyframes sparkle-twinkle {
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(0deg);
            transform: scale(0) rotate(0deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.5) rotate(180deg);
            transform: scale(1.5) rotate(180deg);
  }
}

@keyframes sparkle-twinkle {
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(0deg);
            transform: scale(0) rotate(0deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.5) rotate(180deg);
            transform: scale(1.5) rotate(180deg);
  }
}
.fix-btn {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  /* スクロール表示用のスタイル追加 */
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .fix-btn {
    max-width: 700px;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.fix-btn__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fd780f;
  text-decoration: none;
  color: inherit;
  /* 1つ目の背景色 */
  /* 2つ目の背景色と左右の縦線 */
  /* 3つ目の背景色 */
}
@media screen and (min-width: 768px) {
  .fix-btn__item {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
.fix-btn__item:nth-child(1) {
  background-color: rgb(31, 105, 232);
}
@media screen and (min-width: 768px) {
  .fix-btn__item:nth-child(1) {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
  }
}
.fix-btn__item:nth-child(2) {
  background-color: #fd780f;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.fix-btn__item:nth-child(3) {
  background-color: #00b900;
}
@media screen and (min-width: 768px) {
  .fix-btn__item i:hover img {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0.9;
  }
  .fix-btn__item i:hover + p {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.9;
  }
}
@media screen and (min-width: 768px) {
  .fix-btn__item i img {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.fix-btn__item p {
  color: #fff;
  margin-top: 7px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .fix-btn__item p {
    font-size: 20px;
    margin-top: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

/* 表示状態 */
.fix-btn.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .fix-btn.show {
    max-width: 700px;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.c-campaing {
  margin-top: 60px;
  margin-bottom: 60px;
}
.c-campaing__wrapper {
  background-color: #e6e6e6;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-campaing__wrapper {
    padding-bottom: 30px;
  }
}
.c-campaing__wrapper--headpic {
  text-align: center;
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .c-campaing__wrapper--headpic {
    padding-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .c-campaing__wrapper--headpic img {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.c-campaing__wrapper--item {
  font-size: 12px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-campaing__wrapper--item {
    font-size: 22px;
    margin-top: 30px;
  }
}
.c-campaing__wrapper--item__only {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.c-campaing__wrapper--item__only:first-child {
  position: relative;
}
.c-campaing__wrapper--item__only:first-child::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  border-right: 1px solid #ccc;
}
.c-campaing__wrapper--item__only .detail {
  line-height: 1;
}
.c-campaing__wrapper--item__only .text01 {
  font-size: 18px;
  font-weight: 900;
  font-family: "Lato", "Noto Sans JP", sans-serif, serif;
  position: relative;
  top: 1px;
}
@media screen and (min-width: 768px) {
  .c-campaing__wrapper--item__only .text01 {
    font-size: 28px;
  }
}
.c-campaing__wrapper--item__only .text02 {
  font-size: 9px;
}
@media screen and (min-width: 768px) {
  .c-campaing__wrapper--item__only .text02 {
    font-size: 14px;
  }
}
.c-campaing__wrapper--item__only .text03 {
  font-size: 16px;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .c-campaing__wrapper--item__only .text03 {
    font-size: 26px;
  }
}
.c-campaing__wrapper .c-campaign__cta {
  background-color: #fff;
  width: 92%;
  margin: 15px auto 0;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-campaing__wrapper .c-campaign__cta {
    margin: 20px auto 0;
  }
}
.c-campaing__wrapper .c-campaign__cta__inner {
  padding-top: 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-campaing__wrapper .c-campaign__cta__inner {
    padding-top: 20px;
  }
}
.c-campaing__wrapper .c-campaign__cta__inner--item01 {
  background-color: #fd780f;
  padding: 14px 16px;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .c-campaing__wrapper .c-campaign__cta__inner--item01 {
    padding: 16px 32px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-campaing__wrapper .c-campaign__cta__inner--item01:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.9;
  }
}
.c-campaing__wrapper .c-campaign__cta__inner--item01 .flex01 {
  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;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .c-campaing__wrapper .c-campaign__cta__inner--item01 .flex01 {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c-campaing__wrapper .c-campaign__cta__inner--item01 .flex01 i {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@media screen and (min-width: 768px) {
  .c-campaing__wrapper .c-campaign__cta__inner--item01 .flex01 p {
    font-size: 20px;
  }
}
.c-campaing__wrapper .c-campaign__cta__inner--item02 {
  background-color: #06c755;
  padding: 14px 16px;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .c-campaing__wrapper .c-campaign__cta__inner--item02 {
    padding: 16px 32px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-campaing__wrapper .c-campaign__cta__inner--item02:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.9;
  }
}
.c-campaing__wrapper .c-campaign__cta__inner--item02 .flex01 {
  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;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .c-campaing__wrapper .c-campaign__cta__inner--item02 .flex01 {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c-campaing__wrapper .c-campaign__cta__inner--item02 .flex01 i {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@media screen and (min-width: 768px) {
  .c-campaing__wrapper .c-campaign__cta__inner--item02 .flex01 p {
    font-size: 20px;
  }
}
.c-campaing__wrapper .c-campaign__cta__mail {
  margin-top: 20px;
}
.c-campaing__wrapper .c-campaign__cta__mail .flex02 {
  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;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .c-campaing__wrapper .c-campaign__cta__mail .flex02 {
    gap: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-campaing__wrapper .c-campaign__cta__mail .flex02:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.9;
  }
}
@media screen and (min-width: 768px) {
  .c-campaing__wrapper .c-campaign__cta__mail .flex02 i {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}
.c-campaing__wrapper .c-campaign__cta__mail .flex02 p {
  position: relative;
  border-bottom: solid 1px #5c5c5c;
}
@media screen and (min-width: 768px) {
  .c-campaing__wrapper .c-campaign__cta__mail .flex02 p {
    font-size: 20px;
  }
}
.c-campaing__wrapper .c-campaign__cta__mail .flex02 p::after, .c-campaing__wrapper .c-campaign__cta__mail .flex02 p::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: -12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 6px;
  border-radius: 9999px;
  background-color: #5c5c5c;
  -webkit-transform-origin: 50% calc(100% - 0.5px);
          transform-origin: 50% calc(100% - 0.5px);
}
@media screen and (min-width: 768px) {
  .c-campaing__wrapper .c-campaign__cta__mail .flex02 p::after, .c-campaing__wrapper .c-campaign__cta__mail .flex02 p::before {
    height: 10px;
    right: -18px;
    top: 10px;
  }
}
.c-campaing__wrapper .c-campaign__cta__mail .flex02 p::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-campaing__wrapper .c-campaign__cta__mail .flex02 p::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#p-hero {
  height: 100svh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.4)), to(rgba(51, 51, 51, 0.4))), url(../../../images/kv.png);
  background-image: linear-gradient(rgba(51, 51, 51, 0.4), rgba(51, 51, 51, 0.4)), url(../../../images/kv.png);
  background-size: cover;
  background-position: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #p-hero {
    height: unset;
  }
}
#p-hero .p-hero_head {
  font-size: 40px;
  padding-top: 120px;
}
@media screen and (min-width: 768px) {
  #p-hero .p-hero_head {
    padding-top: 120px;
    font-size: 65px;
  }
}
#p-hero .p-hero_sub {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #p-hero .p-hero_sub {
    font-size: 20px;
    margin-top: 15px;
  }
}
#p-hero .p-hero_record {
  padding-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #p-hero .p-hero_record {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-top: 300px;
  }
}
@media screen and (min-width: 768px) {
  #p-hero .p-hero_record--item img {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
}
#p-hero .p-hero_campaign {
  padding-top: 26px;
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
  #p-hero .p-hero_campaign {
    padding-top: 60px;
  }
}

.worries {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.4)), to(rgba(51, 51, 51, 0.4))), url(../../../images/worries_bg.png);
  background-image: linear-gradient(rgba(51, 51, 51, 0.4), rgba(51, 51, 51, 0.4)), url(../../../images/worries_bg.png);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}
.worries .worries_inner {
  margin-top: 30px;
  padding-top: 35px;
  padding-bottom: 35px;
  color: #333;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 768px) {
  .worries .worries_inner {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.worries .worries_inner .worries-list--item {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: dashed 1px #333;
  padding-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .worries .worries_inner .worries-list--item {
    font-size: 18px;
  }
}
.worries .worries_inner .worries-list--item:not(:first-of-type) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .worries .worries_inner .worries-list--item:not(:first-of-type) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .worries .worries_inner .worries-list--item i {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    position: relative;
    top: 6px;
  }
}
.worries .worries_inner .worries-list--item p {
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  .worries .worries_inner .worries-list--item p {
    margin-left: 18px;
  }
}
.worries .worries_inner .worries-list--item p span {
  font-size: 16px;
  color: #ff0100;
}
@media screen and (min-width: 768px) {
  .worries .worries_inner .worries-list--item p span {
    font-size: 26px;
  }
}
.worries .worries_inner .worries_person {
  position: absolute;
  top: 270px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .worries .worries_inner .worries_person {
    -webkit-transform: scale(2);
            transform: scale(2);
    top: 335px;
    right: 45px;
  }
}

.p-solution__pic {
  margin-top: 30px;
}
.p-solution__text {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-solution__text {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-solution__text .pc_none {
    display: none;
  }
}

.p-tech {
  color: #fff;
  background-color: #333333;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-tech {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.p-tech__item:first-of-type {
  margin-top: 35px;
}
.p-tech__item:not(:first-of-type) {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-tech__item:not(:first-of-type) {
    margin-top: 35px;
  }
}
.p-tech__wrapper {
  color: #333333;
  background-color: #fff;
}
.p-tech__wrapper__head {
  font-size: 18px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-tech__wrapper__head {
    font-size: 28px;
  }
}
.p-tech__wrapper__sub {
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-tech__wrapper__sub {
    font-size: 18px;
  }
}

.p-price-wrapper {
  text-align: center;
  color: #fff;
  background-color: #333;
  padding-bottom: 25px;
}
.p-price-wrapper:first-of-type {
  margin-top: 35px;
}
.p-price-wrapper:not(:first-of-type) {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-price-wrapper:not(:first-of-type) {
    margin-top: 35px;
  }
}
.p-price-wrapper-title {
  font-size: 20px;
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-price-wrapper-title {
    font-size: 28px;
  }
}
.p-price-wrapper-function {
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-price-wrapper-function {
    font-size: 17px;
  }
}
.p-price-wrapper-pic {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-price-wrapper-pic {
    margin-top: 25px;
  }
}
.p-price-wrapper-explain {
  font-size: 16px;
  width: 52%;
  margin: 15px auto 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-price-wrapper-explain {
    font-size: 24px;
    margin: 25px auto 0;
    width: 43%;
  }
}
.p-price-wrapper-detail {
  font-size: 20px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-price-wrapper-detail {
    font-size: 28px;
    margin-top: 15px;
  }
}
.p-price-wrapper-detail span {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .p-price-wrapper-detail span {
    font-size: 38px;
  }
}
.p-price-wrapper a {
  background-color: #fd780f;
  border-radius: 100px;
  display: inline-block;
  margin-top: 15px;
  padding: 8px 22px;
}
@media screen and (min-width: 768px) {
  .p-price-wrapper a {
    margin-top: 20px;
    font-size: 20px;
    padding: 14px 48px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p-price-wrapper a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.9;
  }
}
.p-price-wrapper a i {
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .p-price-wrapper a i {
    margin-right: 20px;
    position: relative;
    top: 3px;
  }
}
@media screen and (min-width: 768px) {
  .p-price-wrapper a i img {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}

.p-achieve-wrapper {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-achieve-wrapper {
    margin-top: 35px;
  }
}
.p-achieve-wrapper__head {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .p-achieve-wrapper__head {
    font-size: 26px;
  }
}
.p-achieve-wrapper__sub {
  margin-top: 5px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .p-achieve-wrapper__sub {
    font-size: 18px;
  }
}
.p-achieve-wrapper__pic {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-achieve-wrapper__pic {
    margin-top: 15px;
  }
}

.p-faq {
  color: #fff;
  background-color: #333;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.p-faq-list {
  margin-top: 30px;
}
.p-faq-list__item {
  padding-left: 20px;
  padding-right: 20px;
}
.p-faq-list__item:not(:last-of-type) {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 768px) {
  .p-faq-list__item:not(:last-of-type) {
    padding-bottom: 35px;
  }
}
.p-faq-list__item:not(:first-of-type) {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-faq-list__item:not(:first-of-type) {
    padding-top: 35px;
  }
}
.p-faq-list__item-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 15px;
}
.p-faq-list__item-q__head {
  width: 25px;
  color: #00aaff;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .p-faq-list__item-q__head {
    font-size: 26px;
  }
}
.p-faq-list__item-q__sub {
  width: 100%;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-faq-list__item-q__sub {
    font-size: 24px;
  }
}
.p-faq-list__item-a {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 15px;
}
.p-faq-list__item-a__head {
  width: 25px;
  color: #ff0100;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .p-faq-list__item-a__head {
    font-size: 26px;
  }
}
.p-faq-list__item-a__sub {
  width: 100%;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-faq-list__item-a__sub {
    font-size: 20px;
  }
}

.customer-wrapper {
  background-color: #f3f3f3;
  border-radius: 3px;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .customer-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.customer-wrapper:first-of-type {
  margin-top: 30px;
}
.customer-wrapper:not(:first-of-type) {
  margin-top: 25px;
}
.customer-wrapper .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.customer-wrapper .flex-container .customer-wrapper__icon {
  width: 75px;
}
@media screen and (min-width: 768px) {
  .customer-wrapper .flex-container .customer-wrapper__icon {
    width: 85px;
  }
}
@media screen and (min-width: 768px) {
  .customer-wrapper .flex-container .customer-wrapper__icon img {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
.customer-wrapper .flex-container .customer-wrapper__inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .customer-wrapper .flex-container .customer-wrapper__inner--name {
    font-size: 20px;
  }
}
.customer-wrapper .flex-container .customer-wrapper__inner--star {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .customer-wrapper .flex-container .customer-wrapper__inner--star img {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    position: relative;
    left: 10px;
  }
}
.customer-wrapper__detail {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .customer-wrapper__detail {
    font-size: 18px;
    margin-top: 30px;
  }
}

.access {
  background-color: #333333;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .access {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.access-wrapper {
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .access-wrapper {
    margin-bottom: 30px;
  }
}
.access-wrapper__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .access-wrapper__item {
    gap: 30px;
  }
}
.access-wrapper__item:not(:first-of-type) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .access-wrapper__item:not(:first-of-type) {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .access-wrapper__item--icon img {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.access-wrapper__item--text {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .access-wrapper__item--text {
    font-size: 22px;
  }
}
.access-wrapper__item .underline_tel {
  border-bottom: 1px solid #fff;
}

.contact {
  background-color: #428ddd;
  padding-top: 40px;
  padding-bottom: 60px;
  color: #fff;
}
.contact form {
  margin-top: 30px;
}
.contact form .contact-wrapper.mt {
  padding-top: 60px;
}
.contact form .contact-wrapper:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contact form .contact-wrapper:not(:first-of-type) {
    margin-top: 25px;
  }
}
.contact form .contact-wrapper p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .contact form .contact-wrapper p {
    font-size: 20px;
  }
}
.contact form .contact-wrapper p span {
  color: #ff0000;
}
.contact form .contact-wrapper input {
  color: #555;
  font-size: 16px;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 3px;
  width: 100%;
  min-height: 50px;
  padding: 8px 8px;
}
@media screen and (min-width: 768px) {
  .contact form .contact-wrapper input {
    font-size: 20px;
    margin-top: 15px;
    padding: 12px 12px;
  }
}
.contact form .contact-wrapper select {
  margin-top: 10px;
  color: #555;
  background-color: #fff;
  border-radius: 3px;
  width: 100%;
  min-height: 50px;
  padding: 8px 8px;
}
@media screen and (min-width: 768px) {
  .contact form .contact-wrapper select {
    font-size: 20px;
    margin-top: 15px;
    padding: 12px 12px;
  }
}
.contact form .contact-wrapper textarea {
  color: #333;
  font-size: 16px;
  padding: 8px 8px;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 3px;
  width: 100%;
  min-height: 300px;
}
@media screen and (min-width: 768px) {
  .contact form .contact-wrapper textarea {
    font-size: 20px;
    margin-top: 15px;
    padding: 12px 12px;
    min-height: 450px;
  }
}
.contact form .contact-wrapper .privacy-text {
  margin-top: 10px;
  font-size: 11px;
  color: #b3b3b3;
  background-color: #fff;
  border-radius: 3px;
  padding: 8px 8px;
  line-height: 1.6;
  overflow-y: scroll;
  width: 100%;
  height: 100px;
}
@media screen and (min-width: 768px) {
  .contact form .contact-wrapper .privacy-text {
    font-size: 13px;
    padding: 12px 12px;
    height: 150px;
  }
}
.contact form .contact-wrapper .privacy-text p {
  font-size: 11px;
}
.contact form .contact-wrapper label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact form .contact-wrapper label .privacy-check {
  margin-top: unset;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  border-radius: 3px;
  width: 27px;
  height: 27px;
}
.contact form .contact-wrapper label .agree_text {
  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;
}
.contact form .contact-wrapper label .agree_text .line {
  color: #fff;
}
.contact form .submit {
  display: block;
  font-size: 18px;
  text-align: center;
  background-color: #fd780f;
  border-radius: 100px;
  padding: 15px;
  width: 69%;
  margin: 45px auto 0;
}
@media screen and (min-width: 768px) {
  .contact form .submit {
    font-size: 26px;
  }
}

.p-plan {
  background-color: #fff;
}
.p-plan__bg {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-plan__bg {
    margin-top: 86.5px;
  }
}
.p-plan__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.4);
  z-index: 1;
}
.p-plan__bg img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-plan__bg img {
    -webkit-transition: -webkit-transform 0.1s ease-out;
    transition: -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
  }
}
.p-plan__bg--title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  font-size: 16px;
  background-color: rgba(51, 51, 51, 0.8);
  text-align: center;
  padding: 15px 20px;
}
@media screen and (min-width: 768px) {
  .p-plan__bg--title {
    font-size: 22px;
  }
}
.p-plan__head {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.p-plan__head h2 {
  margin: 0 auto;
  font-size: 22px;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 3px solid #fd780f;
}
@media screen and (min-width: 768px) {
  .p-plan__head h2 {
    font-size: 26px;
  }
}
.p-plan__head p {
  font-size: 14px;
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-plan__head p {
    font-size: 18px;
  }
}
.p-plan__price {
  margin: 0 auto;
  text-align: center;
}
.p-plan__price h2 {
  margin: 0 auto;
  font-size: 22px;
  padding-bottom: 5px;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 3px solid #fd780f;
}
@media screen and (min-width: 768px) {
  .p-plan__price h2 {
    font-size: 26px;
  }
}
.p-plan__price p {
  font-size: 12px;
  padding-top: 5px;
}
@media screen and (min-width: 768px) {
  .p-plan__price p {
    font-size: 14px;
  }
}
.p-plan__price--button {
  width: 95%;
  margin: 0 auto;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-plan__price--button {
    margin-top: 25px;
  }
}
.p-plan__price--button button {
  background-color: #f0f0f0;
  border: 2px solid #ddd;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-plan__price--button button {
    font-size: 18px;
  }
}
.p-plan__price--button button:hover {
  background-color: #e0e0e0;
}
.p-plan__price--button button.active {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.p-plan__price--list {
  display: none;
  margin: 15px auto 0px;
  width: 95%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (min-width: 768px) {
  .p-plan__price--list {
    margin: 20px auto 0px;
  }
}
.p-plan__price--list.active {
  display: table;
}
@media screen and (min-width: 768px) {
  .p-plan__price--list thead {
    font-size: 18px;
  }
}
.p-plan__price--list thead th {
  background-color: #333;
  color: #fff;
  padding: 15px 10px;
  text-align: center;
  border: 1px solid #ddd;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-plan__price--list thead th {
    font-size: 18px;
  }
}
.p-plan__price--list thead th:nth-child(1) {
  width: 20%;
}
.p-plan__price--list thead th:nth-child(2) {
  width: 45%;
}
.p-plan__price--list thead th:nth-child(3) {
  width: 35%;
}
@media screen and (min-width: 768px) {
  .p-plan__price--list tbody {
    font-size: 18px;
  }
}
.p-plan__price--list tbody td {
  padding: 15px 10px;
  text-align: center;
  border: 1px solid #ddd;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-plan__price--list tbody td {
    font-size: 18px;
  }
}
.p-plan__price--list tbody .red {
  color: rgb(228, 40, 40);
}
.p-plan__price02 {
  margin: 30px auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-plan__price02 {
    margin: 60px auto 60px;
  }
}
.p-plan__price02 h2 {
  margin: 0 auto;
  font-size: 22px;
  padding-bottom: 5px;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 3px solid #fd780f;
}
@media screen and (min-width: 768px) {
  .p-plan__price02 h2 {
    font-size: 26px;
  }
}
.p-plan__price02 p {
  font-size: 12px;
  padding-top: 5px;
}
@media screen and (min-width: 768px) {
  .p-plan__price02 p {
    font-size: 14px;
  }
}
.p-plan__price02--button02 {
  width: 95%;
  margin: 0 auto;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-plan__price02--button02 {
    margin-top: 25px;
  }
}
.p-plan__price02--button02 button {
  background-color: #f0f0f0;
  border: 2px solid #ddd;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-plan__price02--button02 button {
    font-size: 18px;
  }
}
.p-plan__price02--button02 button:hover {
  background-color: #e0e0e0;
}
.p-plan__price02--button02 button.active {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.p-plan__price02--list02 {
  display: none;
  margin: 15px auto 0px;
  width: 95%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (min-width: 768px) {
  .p-plan__price02--list02 {
    margin: 20px auto 0px;
  }
}
.p-plan__price02--list02.active {
  display: table;
}
@media screen and (min-width: 768px) {
  .p-plan__price02--list02 .thead02 {
    font-size: 18px;
  }
}
.p-plan__price02--list02 .thead02 .th02 {
  background-color: #333;
  color: #fff;
  padding: 15px 10px;
  text-align: center;
  border: 1px solid #ddd;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-plan__price02--list02 .thead02 .th02 {
    font-size: 18px;
  }
}
.p-plan__price02--list02 .thead02 .th02:nth-child(1) {
  width: 22%;
}
.p-plan__price02--list02 .thead02 .th02:nth-child(2) {
  width: 26%;
}
.p-plan__price02--list02 .thead02 .th02:nth-child(3) {
  width: 26%;
}
.p-plan__price02--list02 .thead02 .th02:nth-child(4) {
  width: 26%;
}
@media screen and (min-width: 768px) {
  .p-plan__price02--list02 .tbody02 {
    font-size: 18px;
  }
}
.p-plan__price02--list02 .tbody02 .td02 {
  padding: 15px 10px;
  text-align: center;
  border: 1px solid #ddd;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-plan__price02--list02 .tbody02 .td02 {
    font-size: 18px;
  }
}
.p-plan__price02--list02 .tbody02 .td02:not(:first-child) {
  color: rgb(228, 40, 40);
}
.p-plan .p-plan__course {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-plan .p-plan__course {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-plan .p-plan__course--item {
  position: relative;
  display: block;
  overflow: hidden;
}
.p-plan .p-plan__course--item img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-plan .p-plan__course--item img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media screen and (min-width: 768px) {
  .p-plan .p-plan__course--item:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-plan .p-plan__course--item:hover::before {
    background-color: rgba(51, 51, 51, 0.6);
  }
}
.p-plan .p-plan__course--item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.4);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-plan .p-plan__course--item::before {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
}
.p-plan .p-plan__course--item p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px;
  background-color: rgba(51, 51, 51, 0.8);
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-plan .p-plan__course--item p {
    font-size: 18px;
  }
}
/*# sourceMappingURL=style.css.map */