@charset "UTF-8";
/* FONT
------------------------------------------------------ */
.font-poppins {
  font-family: "Poppins", sans-serif;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * 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 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --color-base: #000;
  --color-main: #4CA223;
  --color-accent: #4C92CC;
  --color-main-thin: rgba(76, 162, 35, 0.07);
  --color-hover: #F5FF00;
}

/*
 * html, body
---------------------------------------*/
body {
  opacity: 0;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: var(--color-base);
  line-height: 1.6;
  letter-spacing: 0.055em;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-wrap: break-word;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header, footer {
  width: 100%;
}

a, .hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: inherit;
}
a:hover, .hover:hover {
  text-decoration: none;
  outline: 0;
  opacity: 0.6;
}
a.block, .hover.block {
  display: block;
}
a.line, .hover.line {
  display: inline;
}
a.link, .hover.link {
  text-decoration: underline;
}
a img, .hover img {
  border: 0;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.disc {
  margin-left: 1em;
}
ul.disc li {
  list-style: disc;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
}

picture {
  display: block;
}
picture img {
  width: inherit;
}

/*
 * SP-PC切り替え
---------------------------------------*/

/*
 * SPのときだけTELリンクをつける
---------------------------------------*/

/* fade
------------------------------------------------------ */
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    display: none;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    display: none;
  }
}
.key-fadein {
  -webkit-animation: fade-in 1s;
          animation: fade-in 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.key-fadeout {
  -webkit-animation: fade-out 1s;
          animation: fade-out 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* 縦スクロールのアニメーション
------------------------------------------------------ */
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}
.header .header__inner {
  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;
  padding: 2.5714285714% 4.2857142857%;
}
.header .header__logo {
  width: calc( 50px + ((1vw - 3.2px) * 48.1578947368 ) );
}
.header .header__text {
  font-size: 10px;
  font-size: calc( 10px + ((1vw - 3.2px) * 1.5789473684 ) );
  text-align: right;
  font-weight: 700;
}

/* ヘッダーメニュー */
.l-header__menu.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.l-header__menu .l-header__menu__item a {
  display: block;
  padding: 10px 0;
}

/* ヘッダーメニューアイコン(レイアウト部分) */
.l-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

.l-main {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.content--width {
  width: 100%;
  padding: 0 7.1428571429%;
}

.footer {
  text-align: center;
  border-top: 20px solid var(--color-main);
}
.footer .footer__copy {
  text-align: center;
  font-size: calc( 10px + ((1vw - 3.2px) * 1.5789473684 ) );
  font-weight: 700;
  margin-top: 3.7142857143%;
}
.footer .footer__cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: #00CCB5;
  padding-top: 3.7142857143%;
  padding-bottom: 0.6875rem;
}
.footer .footer__cta .content--width {
  padding: 0 2.2857142857% 0 1.4285714286%;
}
.footer .footer__cta .cta__title {
  font-size: 12px;
  font-size: calc( 12px + ((1vw - 3.2px) * 3.1578947368 ) );
  font-weight: 900;
}
.footer .footer__cta .cta__title:before, .footer .footer__cta .cta__title:after {
  background-color: #fff;
  width: 2px;
}
.footer .footer__cta .cta__btns {
  position: relative;
  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;
  margin-top: 2.9673590504%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.footer .footer__cta .cta__btns:before, .footer .footer__cta .cta__btns:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
.footer .footer__cta .cta__btns:before {
  top: -94%;
  left: 1.2%;
  width: 9.6296296296%;
  height: 0;
  padding-top: 15.0925925926%;
  background-image: url(../images/cta_bg-l.svg);
  z-index: -1;
}
.footer .footer__cta .cta__btns::after {
  top: -84%;
  right: 1.2%;
  width: 8.5%;
  height: 0;
  padding-top: 14.6296296296%;
  background-image: url(../images/cta_bg-r.svg);
  z-index: -1;
}
.footer .footer__cta .cta__btns .cta__btn-wrapper {
  position: relative;
  font-size: 12px;
  font-size: calc( 12px + ((1vw - 3.2px) * 3.1578947368 ) );
  line-height: 1.1666666667;
  width: 48%;
  height: 0;
  padding-top: 3.75em;
}
.footer .footer__cta .cta__btns .cta__btn-wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 0.625rem;
}
.footer .footer__cta .cta__btns .cta__btn-wrapper.web::before {
  background-color: #860053;
}
.footer .footer__cta .cta__btns .cta__btn-wrapper.tel:before {
  background-color: #002486;
}
.footer .footer__cta .cta__btns .cta__btn-wrapper:hover {
  top: 5px;
  left: 5px;
}
.footer .footer__cta .cta__btns .cta__btn-wrapper:hover:before {
  top: 0;
  left: 0;
}
.footer .footer__cta .cta__btns .cta__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  white-space: nowrap;
  border-radius: 0.625rem;
  padding-left: 19.0909090909%;
}
.footer .footer__cta .cta__btns .cta__btn span {
  font-size: 0.5em;
}
.footer .footer__cta .cta__btns .cta__btn.web {
  background: #ff009d;
  background: -webkit-gradient(linear, left top, right top, from(#ff009d), to(#d10099));
  background: linear-gradient(to right, #ff009d 0%, #d10099 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff009d", endColorstr="#d10099",GradientType=1 );
}
.footer .footer__cta .cta__btns .cta__btn.web:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49.022' height='49.021' viewBox='0 0 49.022 49.021'%3E%3Cpath id='icon-web' d='M49.01,23.746l-2.057.064,2.057-.065A24.512,24.512,0,0,0,24.523,0q-.39,0-.783.012h0A24.51,24.51,0,0,0,0,24.5c0,.259,0,.52.012.781A24.512,24.512,0,0,0,24.5,49.025c.258,0,.519,0,.781-.012A24.512,24.512,0,0,0,49.022,24.527Q49.022,24.137,49.01,23.746ZM9.854,10.334a20.422,20.422,0,0,1,6.671-4.585,23.612,23.612,0,0,0-2.685,5.3H9.2Q9.518,10.681,9.854,10.334ZM7.247,13.663H13a40.746,40.746,0,0,0-1.375,9.542H4.162A20.247,20.247,0,0,1,7.247,13.663Zm0,21.7a20.26,20.26,0,0,1-3.078-9.542h7.471A40.8,40.8,0,0,0,13,35.367Zm3.088,3.8c-.392-.379-.764-.777-1.125-1.185h4.638a27.027,27.027,0,0,0,1.3,3.006,20.823,20.823,0,0,0,1.365,2.283A20.48,20.48,0,0,1,10.331,39.172ZM23.2,44.863c-.568-.036-1.131-.091-1.685-.172a8.226,8.226,0,0,1-.691-.5,15.727,15.727,0,0,1-4.184-6.2H23.2Zm0-9.5H15.719a37.651,37.651,0,0,1-1.473-9.542H23.2v9.542Zm0-12.162H14.255a37.606,37.606,0,0,1,1.476-9.542H23.2Zm0-12.162H16.65c.259-.631.531-1.24.823-1.8a13.867,13.867,0,0,1,3.353-4.4,8.244,8.244,0,0,1,.68-.494q.838-.124,1.7-.178Zm18.579,2.619a20.261,20.261,0,0,1,3.077,9.542h-7.47a40.8,40.8,0,0,0-1.363-9.542ZM38.692,9.858c.392.379.765.777,1.126,1.186H35.18a26.988,26.988,0,0,0-1.3-3.006,20.655,20.655,0,0,0-1.366-2.283A20.48,20.48,0,0,1,38.692,9.858ZM25.821,4.166c.567.036,1.13.091,1.684.173a8.127,8.127,0,0,1,.692.5,15.717,15.717,0,0,1,4.183,6.2H25.821Zm0,9.5H33.3a37.651,37.651,0,0,1,1.473,9.542H25.821Zm0,12.162h8.947a37.6,37.6,0,0,1-1.476,9.542H25.821Zm5.729,13.965a13.874,13.874,0,0,1-3.353,4.4,8.148,8.148,0,0,1-.679.493q-.838.124-1.7.178V37.986h6.552C32.113,38.617,31.842,39.226,31.551,39.789ZM39.168,38.7A20.421,20.421,0,0,1,32.5,43.28a23.615,23.615,0,0,0,2.684-5.294h4.639Q39.5,38.348,39.168,38.7Zm2.606-3.328H36.02A40.7,40.7,0,0,0,37.4,25.825H44.86A20.251,20.251,0,0,1,41.775,35.367Z' transform='translate(0 -0.004)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.footer .footer__cta .cta__btns .cta__btn.tel {
  background: #00a7ff;
  background: -webkit-gradient(linear, left top, right top, from(#00a7ff), to(#0073d2));
  background: linear-gradient(to right, #00a7ff 0%, #0073d2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00a7ff", endColorstr="#0073d2",GradientType=1 );
}
.footer .footer__cta .cta__btns .cta__btn.tel:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50.65' height='50.65' viewBox='0 0 50.65 50.65'%3E%3Cpath id='cta_tel' d='M25.325,0A25.325,25.325,0,1,0,50.65,25.325,25.325,25.325,0,0,0,25.325,0Zm11.84,36.027c-.306.356-3.183,4.143-7.763,2.548a24.683,24.683,0,0,1-10.7-7.567,24.694,24.694,0,0,1-5.643-11.83c-.794-4.785,3.425-6.977,3.828-7.219s2.173-.662,2.968.52a25.041,25.041,0,0,1,2.332,5.651c.126.869-.784,1.83-1.829,2.029s-.994.74-.994.74.581,2.114,4,6.177,5.408,4.994,5.408,4.994.524.143.9-.854a2.124,2.124,0,0,1,2.309-1.459,25.076,25.076,0,0,1,5.174,3.258C38.185,34,37.472,35.671,37.165,36.027Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.footer .footer__cta .cta__btns .cta__btn:before {
  content: "";
  display: block;
  width: 15.1515151515%;
  padding-top: 3.125rem;
  position: absolute;
  top: 50%;
  left: 9.2879256966%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.footer .footer__cta .cta__btns .cta__btn:hover {
  opacity: 1;
  color: var(--color-hover);
}
.footer .footer__cta .cta__btns .cta__btn:hover.web:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49.022' height='49.021' viewBox='0 0 49.022 49.021'%3E%3Cpath id='icon-web' d='M49.01,23.746l-2.057.064,2.057-.065A24.512,24.512,0,0,0,24.523,0q-.39,0-.783.012h0A24.51,24.51,0,0,0,0,24.5c0,.259,0,.52.012.781A24.512,24.512,0,0,0,24.5,49.025c.258,0,.519,0,.781-.012A24.512,24.512,0,0,0,49.022,24.527Q49.022,24.137,49.01,23.746ZM9.854,10.334a20.422,20.422,0,0,1,6.671-4.585,23.612,23.612,0,0,0-2.685,5.3H9.2Q9.518,10.681,9.854,10.334ZM7.247,13.663H13a40.746,40.746,0,0,0-1.375,9.542H4.162A20.247,20.247,0,0,1,7.247,13.663Zm0,21.7a20.26,20.26,0,0,1-3.078-9.542h7.471A40.8,40.8,0,0,0,13,35.367Zm3.088,3.8c-.392-.379-.764-.777-1.125-1.185h4.638a27.027,27.027,0,0,0,1.3,3.006,20.823,20.823,0,0,0,1.365,2.283A20.48,20.48,0,0,1,10.331,39.172ZM23.2,44.863c-.568-.036-1.131-.091-1.685-.172a8.226,8.226,0,0,1-.691-.5,15.727,15.727,0,0,1-4.184-6.2H23.2Zm0-9.5H15.719a37.651,37.651,0,0,1-1.473-9.542H23.2v9.542Zm0-12.162H14.255a37.606,37.606,0,0,1,1.476-9.542H23.2Zm0-12.162H16.65c.259-.631.531-1.24.823-1.8a13.867,13.867,0,0,1,3.353-4.4,8.244,8.244,0,0,1,.68-.494q.838-.124,1.7-.178Zm18.579,2.619a20.261,20.261,0,0,1,3.077,9.542h-7.47a40.8,40.8,0,0,0-1.363-9.542ZM38.692,9.858c.392.379.765.777,1.126,1.186H35.18a26.988,26.988,0,0,0-1.3-3.006,20.655,20.655,0,0,0-1.366-2.283A20.48,20.48,0,0,1,38.692,9.858ZM25.821,4.166c.567.036,1.13.091,1.684.173a8.127,8.127,0,0,1,.692.5,15.717,15.717,0,0,1,4.183,6.2H25.821Zm0,9.5H33.3a37.651,37.651,0,0,1,1.473,9.542H25.821Zm0,12.162h8.947a37.6,37.6,0,0,1-1.476,9.542H25.821Zm5.729,13.965a13.874,13.874,0,0,1-3.353,4.4,8.148,8.148,0,0,1-.679.493q-.838.124-1.7.178V37.986h6.552C32.113,38.617,31.842,39.226,31.551,39.789ZM39.168,38.7A20.421,20.421,0,0,1,32.5,43.28a23.615,23.615,0,0,0,2.684-5.294h4.639Q39.5,38.348,39.168,38.7Zm2.606-3.328H36.02A40.7,40.7,0,0,0,37.4,25.825H44.86A20.251,20.251,0,0,1,41.775,35.367Z' transform='translate(0 -0.004)' fill='%23F5FF00'/%3E%3C/svg%3E%0A");
}
.footer .footer__cta .cta__btns .cta__btn:hover.tel:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50.65' height='50.65' viewBox='0 0 50.65 50.65'%3E%3Cpath id='cta_tel' d='M25.325,0A25.325,25.325,0,1,0,50.65,25.325,25.325,25.325,0,0,0,25.325,0Zm11.84,36.027c-.306.356-3.183,4.143-7.763,2.548a24.683,24.683,0,0,1-10.7-7.567,24.694,24.694,0,0,1-5.643-11.83c-.794-4.785,3.425-6.977,3.828-7.219s2.173-.662,2.968.52a25.041,25.041,0,0,1,2.332,5.651c.126.869-.784,1.83-1.829,2.029s-.994.74-.994.74.581,2.114,4,6.177,5.408,4.994,5.408,4.994.524.143.9-.854a2.124,2.124,0,0,1,2.309-1.459,25.076,25.076,0,0,1,5.174,3.258C38.185,34,37.472,35.671,37.165,36.027Z' fill='%23F5FF00'/%3E%3C/svg%3E%0A");
}

/* フェード
------------------------------------------------------ */
.js-fade-in {
  opacity: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}
.js-fade-in.js-scroll-in {
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
.js-fade-in.fade-outQuit {
  -webkit-transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
          transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
}
.js-fade-in.fade-in-up {
  -webkit-transform: translate3d(0, 50px, 0) !important;
          transform: translate3d(0, 50px, 0) !important;
}
.js-fade-in.fade-in-down {
  -webkit-transform: translate3d(0, -100px, 0) !important;
          transform: translate3d(0, -100px, 0) !important;
}
.js-fade-in.fade-in-left {
  -webkit-transform: translate3d(-50vw, 0, 0) !important;
          transform: translate3d(-50vw, 0, 0) !important;
}
.js-fade-in.fade-in-right {
  -webkit-transform: translate3d(50vw, 0, 0) !important;
          transform: translate3d(50vw, 0, 0) !important;
}

/* アコーディオン
------------------------------------------------------ */
.js-accordion {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease max-height;
  transition: 0.2s ease max-height;
  padding-top: 0;
}

.bg--yellow {
  background-color: #FFFDCC;
}

.bg--yellow--half {
  background: #fffdcc;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffdcc), color-stop(70%, #fffdcc), color-stop(70%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, #fffdcc 0%, #fffdcc 70%, #ffffff 70%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fffdcc", endColorstr="#ffffff",GradientType=0 );
}

.bg--green {
  background-color: #4CA223;
}

.c-button-copy {
  padding: 0 0.5em;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #5a9999;
  border-right: 1px solid #2f4f4f;
  border-bottom: 1px solid #2f4f4f;
  -webkit-box-shadow: 1px 1px 1px #2f4f4f;
          box-shadow: 1px 1px 1px #2f4f4f;
}
.c-button-copy:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}

.c-card {
  position: relative;
  z-index: 0;
  padding: 1.875rem 2.5rem;
}
.c-card.shadow {
  -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.2);
}
.c-card.white {
  background-color: #fff;
}
.c-card.gray {
  background-color: gray;
}
.c-card.gray:before, .c-card.gray:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-card.green {
  background-color: greenyellow;
}
.c-card.green:before, .c-card.green:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-card .card_lead {
  font-size: 25px;
  font-size: 1.5625rem;
}
.c-card .card_lead + .card_text {
  margin-top: 0.75rem;
}
.c-card .card_text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

/*
 * flex-boxのitem幅
---------------------------------------*/
/*
 * flex-box
---------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex .flex_item-col1 {
  width: 6.3333333333%;
}
.flex .flex_item-col2 {
  width: 14.6666666667%;
}
.flex .flex_item-col3 {
  width: 23%;
}
.flex .flex_item-col4 {
  width: 31.3333333333%;
}
.flex .flex_item-col5 {
  width: 39.6666666667%;
}
.flex .flex_item-col6 {
  width: 48%;
}
.flex .flex_item-col7 {
  width: 56.3333333333%;
}
.flex .flex_item-col8 {
  width: 64.6666666667%;
}
.flex .flex_item-col9 {
  width: 73%;
}
.flex .flex_item-col10 {
  width: 81.3333333333%;
}
.flex .flex_item-col11 {
  width: 89.6666666667%;
}
.flex .flex_item-col12 {
  width: 98%;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex-order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.flex-order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.flex-order3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.flex-order4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.flex-order5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.flex-order6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.flex-order7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.flex-order8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.flex-order9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.flex-order10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

/* SPメニューアイコン */
.header__menubuton {
  display: block;
  position: relative;
  z-index: 30;
  margin-left: auto;
  margin-right: 0;
  overflow: hidden;
  width: calc( 35px + ((1vw - 3.2px) * 2.6315789474 ) );
  height: calc( 30px + ((1vw - 3.2px) * 2.6315789474 ) );
  margin: 0;
}
.header__menubuton.checked .memu__border:first-child {
  top: 45%;
  left: -8%;
  width: 120%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__menubuton.checked .memu__border:nth-child(2) {
  -webkit-transform: translate3d(200%, 0, 0);
          transform: translate3d(200%, 0, 0);
}
.header__menubuton.checked .memu__border:last-child {
  top: 43%;
  left: -8%;
  width: 120%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__menubuton .memu__border {
  position: absolute;
  left: 0;
  height: calc( 2px + ((1vw - 3.2px) * 0.2631578947 ) );
  width: 100%;
  border-radius: 50vw;
  background-color: #023;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s 0s ease-out;
  transition: -webkit-transform 0.3s 0s ease-out;
  transition: transform 0.3s 0s ease-out;
  transition: transform 0.3s 0s ease-out, -webkit-transform 0.3s 0s ease-out;
  backface-visibility: hidden;
}
.header__menubuton .memu__border:first-child {
  top: 4%;
}
.header__menubuton .memu__border:nth-child(2) {
  top: 34%;
}
.header__menubuton .memu__border:last-child {
  top: 66%;
}

/* 破線(5px) */
.c-parts_dashedLine {
  background-image: linear-gradient(to right, #303030, #fff 5px, transparent 5px, transparent 5px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
}
.c-parts_dashedLine.top {
  background-position: left top;
}
.c-parts_dashedLine.bottom {
  background-position: left bottom;
}

.section__title {
  position: relative;
  font-size: 21px;
  font-size: calc( 21px + ((1vw - 3.2px) * 5.5263157895 ) );
  font-weight: 700;
  text-align: center;
}
.section__title .main {
  position: absolute;
  bottom: -1.0476190476em;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  color: var(--color-main);
  border-bottom: 5px solid var(--color-main);
}
.section__title .sub {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section__title.white .main {
  color: #fff;
}

.title__fukidashi--wrapper {
  text-align: center;
}
.title__fukidashi--wrapper .title__fukidashi {
  display: inline-block;
}
.title__fukidashi--wrapper .title__fukidashi:before, .title__fukidashi--wrapper .title__fukidashi:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1em;
  border-radius: 50vw;
}
.title__fukidashi--wrapper .title__fukidashi:before {
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  margin-right: 1em;
}
.title__fukidashi--wrapper .title__fukidashi::after {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  margin-left: 1em;
}

.mv {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 142.8571428571%;
  background-image: url(../images/mv_bg_sp.jpg);
  background-size: cover;
  background-position: top center;
}
.mv .mv__text {
  position: absolute;
  top: 11.1587982833%;
  right: 3.125%;
  width: 55.625%;
}
.mv .mv__text img {
  width: 100%;
}
.mv .mv__point {
  position: absolute;
  top: 57.9399141631%;
  left: 4.921875%;
  width: 7.578125%;
}

.achievement {
  padding-top: 5.8125rem;
}
.achievement .achievement__catch img {
  width: 100%;
}
.achievement .achievement__title--wrapper {
  margin-top: 7.1666666667%;
}
.achievement .achievement__title {
  font-size: 16px;
  font-size: calc( 16px + ((1vw - 3.2px) * 3.1578947368 ) );
  letter-spacing: 0.055em;
  font-weight: 700;
}
.achievement .achievement__title:before, .achievement .achievement__title:after {
  background-color: var(--color-base);
  margin-bottom: -0.25em;
}
.achievement .achievement__tab--wrapper {
  margin-top: 6.8333333333%;
}
.achievement .achievement__tab__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.achievement .achievement__tab__menu .list__item {
  font-size: 16px;
  font-size: calc( 16px + ((1vw - 3.2px) * 2.1052631579 ) );
  line-height: 1.1666666667;
  font-weight: 700;
  text-align: center;
  width: 50%;
  border-width: 3px;
  border-style: solid;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  padding-top: 4.1666666667%;
  padding-bottom: 4.8333333333%;
}
.achievement .achievement__tab__menu .list__item.type1 {
  color: var(--color-main);
  border-color: var(--color-main);
  border-bottom-color: var(--color-accent);
}
.achievement .achievement__tab__menu .list__item.type1.active {
  background-color: var(--color-main);
  border-bottom-color: var(--color-main);
}
.achievement .achievement__tab__menu .list__item.type2 {
  color: var(--color-accent);
  border-color: var(--color-accent);
  border-bottom-color: var(--color-main);
}
.achievement .achievement__tab__menu .list__item.type2.active {
  background-color: var(--color-accent);
  border-bottom-color: var(--color-accent);
}
.achievement .achievement__tab__menu .list__item.active {
  color: #fff;
}
.achievement .achievement__tab {
  position: relative;
  width: 100%;
}
.achievement .achievement__tab .achievement__list {
  position: relative;
  border-radius: 0 0 calc( 10px + ((1vw - 3.2px) * 2.6315789474 ) ) calc( 10px + ((1vw - 3.2px) * 2.6315789474 ) );
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  padding: 7.8333333333% 9.1666666667%;
}
.achievement .achievement__tab .achievement__list.type1 {
  background-color: var(--color-main);
}
.achievement .achievement__tab .achievement__list.type1 .achievement__item {
  color: var(--color-main);
  border: 3px solid var(--color-main);
}
.achievement .achievement__tab .achievement__list.type1 .achievement__item:before {
  border-color: var(--color-main);
  background: #4ca223;
  background: -webkit-gradient(linear, left top, right top, from(#4ca223), to(#c5ce00));
  background: linear-gradient(to right, #4ca223 0%, #c5ce00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4ca223", endColorstr="#c5ce00",GradientType=1 );
}
.achievement .achievement__tab .achievement__list.type1 .achievement__item:after {
  background-image: url(../images/achivement_button-type1.svg);
}
.achievement .achievement__tab .achievement__list.type1 .achievement__item:hover:after {
  background-image: url(../images/achivement_button-type1-active.svg);
}
.achievement .achievement__tab .achievement__list.type2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-accent);
}
.achievement .achievement__tab .achievement__list.type2 .achievement__item {
  color: var(--color-accent);
  border: 3px solid var(--color-accent);
}
.achievement .achievement__tab .achievement__list.type2 .achievement__item:before {
  border-color: var(--color-accent);
  background: #1e5799;
  background: -webkit-gradient(linear, left top, right top, from(#1e5799), color-stop(50%, #2989d8), color-stop(51%, #207cca), to(#7db9e8));
  background: linear-gradient(to right, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1e5799", endColorstr="#7db9e8",GradientType=1 );
}
.achievement .achievement__tab .achievement__list.type2 .achievement__item:after {
  background-image: url(../images/achivement_button-type2.svg);
}
.achievement .achievement__tab .achievement__list.type2 .achievement__item:hover:after {
  background-image: url(../images/achivement_button-type2-active.svg);
}
.achievement .achievement__tab .achievement__list.active {
  opacity: 1;
  visibility: visible;
}
.achievement .achievement__tab .achievement__list .achievement__item {
  position: relative;
  cursor: pointer;
  font-size: 12px;
  font-size: calc( 12px + ((1vw - 3.2px) * 3.1578947368 ) );
  font-weight: 700;
  text-align: center;
  border-radius: 50vw;
  background-color: #fff;
  padding-top: 6.1224489796%;
  padding-bottom: 5.306122449%;
}
.achievement .achievement__tab .achievement__list .achievement__item:before {
  content: "";
  position: absolute;
  top: 6.5px;
  left: 5px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50vw;
  z-index: -1;
}
.achievement .achievement__tab .achievement__list .achievement__item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: calc( 18px + ((1vw - 3.2px) * 4.4736842105 ) );
  height: calc( 18px + ((1vw - 3.2px) * 4.4736842105 ) );
  background-repeat: no-repeat;
  background-size: contain;
}
.achievement .achievement__tab .achievement__list .achievement__item:hover {
  background-color: var(--color-hover);
  top: 6.5px;
  left: 5px;
}
.achievement .achievement__tab .achievement__list .achievement__item:hover:before {
  top: 0;
  left: 0;
}
.achievement .achievement__modal {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100vh;
  z-index: -99;
}
.achievement .achievement__modal.active {
  visibility: visible;
  opacity: 1;
  z-index: 99;
}
.achievement .achievement__modal .achievement__detail {
  background-color: #fff;
  border-width: 0.1875rem;
  border-style: solid;
  margin-left: auto;
  margin-right: auto;
  visibility: hidden;
  opacity: 0;
  z-index: -100;
}
.achievement .achievement__modal .achievement__detail.active {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}
.achievement .achievement__modal .achievement__detail.type1 {
  border-color: var(--color-main);
}
.achievement .achievement__modal .achievement__detail.type1 .achievement__detail__title {
  color: var(--color-main);
  border-color: var(--color-main);
}
.achievement .achievement__modal .achievement__detail.type1 .achievement__detail__title:before {
  border-color: var(--color-main);
  background: #4ca223;
  background: -webkit-gradient(linear, left top, right top, from(#4ca223), to(#c5ce00));
  background: linear-gradient(to right, #4ca223 0%, #c5ce00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4ca223", endColorstr="#c5ce00",GradientType=1 );
}
.achievement .achievement__modal .achievement__detail.type2 {
  border-color: var(--color-accent);
}
.achievement .achievement__modal .achievement__detail.type2 .achievement__detail__title {
  color: var(--color-accent);
  border-color: var(--color-accent);
}
.achievement .achievement__modal .achievement__detail.type2 .achievement__detail__title:before {
  border-color: var(--color-accent);
  background: #1e5799;
  background: -webkit-gradient(linear, left top, right top, from(#1e5799), color-stop(50%, #2989d8), color-stop(51%, #207cca), to(#7db9e8));
  background: linear-gradient(to right, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1e5799", endColorstr="#7db9e8",GradientType=1 );
}
.achievement .achievement__modal .achievement__detail .achievement__detail__title {
  position: relative;
  top: -2.5em;
  font-size: 12px;
  font-size: calc( 12px + ((1vw - 3.2px) * 3.1578947368 ) );
  line-height: 140%;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border-width: 3px;
  border-style: solid;
  border-radius: 50vw;
  width: 100%;
  padding: 1.125em 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
.achievement .achievement__modal .achievement__detail .achievement__detail__title:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50vw;
  z-index: -1;
}
.achievement .achievement__modal .achievement__detail .achievement__detail__list .list__item {
  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;
  border-bottom: 1px solid #707070;
}
.achievement .achievement__modal .achievement__detail .achievement__detail__list .list__item:nth-child(n+5) {
  margin-top: 1.5rem;
}
.achievement .achievement__modal .achievement__detail .achievement__detail__list .list__item .title, .achievement .achievement__modal .achievement__detail .achievement__detail__list .list__item .text {
  font-size: 12px;
  font-size: calc( 12px + ((1vw - 3.2px) * 3.1578947368 ) );
  font-weight: 700;
  padding-bottom: 0.1875rem;
}
.achievement .achievement__modal .achievement__detail .achievement__detail__list:before, .achievement .achievement__modal .achievement__detail .achievement__detail__list:after {
  content: "";
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.achievement .achievement__modal .close {
  cursor: pointer;
  position: absolute;
  top: 4.84375%;
  right: 4.6875%;
  z-index: 100;
}
.achievement .achievement__modal .close img {
  width: 100%;
}
.achievement .achievement__modal .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.feature {
  position: relative;
  margin-top: 19.1428571429%;
  margin-bottom: 27.8571428571%;
  overflow-x: clip;
}
.feature .content--width {
  position: relative;
}
.feature .content--width:before {
  content: "";
  position: absolute;
  display: block;
  width: 25.5714285714%;
  height: 0;
  padding-top: 25.5714285714%;
  background-image: url(../images/feature_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.feature .feature__list .feature__item {
  position: relative;
  text-align: center;
  width: 65%;
  height: 0;
  padding-top: 65%;
  font-weight: 700;
  color: var(--color-main);
  background-image: url(../images/feature_frame.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 2.2564102564%;
}
.feature .feature__list .feature__item:before {
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-size: calc( 21px + ((1vw - 3.2px) * 5.2631578947 ) );
  font-weight: 700;
  position: absolute;
  top: 11.3333333333%;
  left: 5.3333333333%;
}
.feature .feature__list .feature__item.item1:before {
  content: "01";
}
.feature .feature__list .feature__item.item2:before {
  content: "02";
}
.feature .feature__list .feature__item.item3:before {
  content: "03";
}
.feature .feature__list .feature__item.item4:before {
  content: "04";
}
.feature .feature__list .feature__item.item5:before {
  content: "05";
}
.feature .feature__list .feature__item:after {
  position: absolute;
  background-size: contain;
}
.feature .feature__list .feature__item:nth-child(1):after {
  content: "";
  width: 63.8461538462%;
  height: 80.2564102564%;
  background-image: url(../images/feature_img1_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.feature .feature__list .feature__item:nth-child(3) {
  margin-right: 0;
}
.feature .feature__list .feature__item:nth-child(3):after {
  content: "";
  width: 62.0512820513%;
  height: 74.358974359%;
  background-image: url(../images/feature_img2.png);
}
.feature .feature__list .feature__item:nth-child(5) {
  margin-right: 0;
}
.feature .feature__list .feature__item:nth-child(5):after {
  content: "";
  top: 30%;
  right: -71%;
  width: 84.6153846154%;
  height: 90.2564102564%;
  background-image: url(../images/feature_img3.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.feature .feature__list .feature__item:nth-child(n+4) {
  margin-top: -1.8518518519%;
}
.feature .feature__list .feature__item__inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 74%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.feature .feature__list .feature__item__title {
  font-size: 21px;
  font-size: calc( 21px + ((1vw - 3.2px) * 5.5263157895 ) );
  padding-bottom: 0.3333333333em;
  border-bottom: 3px solid var(--color-main);
}
.feature .feature__list .feature__item__text {
  font-size: 10px;
  font-size: calc( 10px + ((1vw - 3.2px) * 4.2105263158 ) );
  line-height: 1.5625;
  letter-spacing: 0.02em;
  margin-top: 6.6666666667%;
}

.cta {
  position: relative;
  color: #fff;
  background-color: #00CCB5;
  padding-top: 5.3125rem;
  padding-bottom: 6.5625rem;
}
.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 3.5rem;
  height: 2.3125rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='37' viewBox='0 0 56 37'%3E%3Cpath id='aroow' d='M28,0,56,37H0Z' transform='translate(56 37) rotate(180)' fill='%23fff' /%3E%3C/svg%3E");
}
.cta.yellow:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='37' viewBox='0 0 56 37'%3E%3Cpath id='aroow' d='M28,0,56,37H0Z' transform='translate(56 37) rotate(180)' fill='%23FDFFCB' /%3E%3C/svg%3E");
}
.cta.green:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='37' viewBox='0 0 56 37'%3E%3Cpath id='aroow' d='M28,0,56,37H0Z' transform='translate(56 37) rotate(180)' fill='%234CA223' /%3E%3C/svg%3E");
}
.cta .cta__title {
  font-size: 23px;
  font-size: calc( 23px + ((1vw - 7.69px) * 3.5460992908 ) );
  font-weight: 900;
}
.cta .cta__title:before, .cta .cta__title:after {
  background-color: #fff;
  width: 2px;
}
.cta .cta__btns {
  position: relative;
  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;
  margin-top: 2.4375rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.cta .cta__btns:before, .cta .cta__btns:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
.cta .cta__btns:before {
  top: -151%;
  left: 4.2%;
  width: 9.6296296296%;
  height: 0;
  padding-top: 15.0925925926%;
  background-image: url(../images/cta_bg-l.svg);
  z-index: -1;
}
.cta .cta__btns::after {
  top: -140%;
  right: 2.2%;
  width: 9.4444444444%;
  height: 0;
  padding-top: 14.6296296296%;
  background-image: url(../images/cta_bg-r.svg);
  z-index: -1;
}
.cta .cta__btns .cta__btn-wrapper {
  position: relative;
  width: 48%;
  height: 0;
  padding-top: 8.2019417476%;
}
.cta .cta__btns .cta__btn-wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50vw;
}
.cta .cta__btns .cta__btn-wrapper.web::before {
  background-color: #860053;
}
.cta .cta__btns .cta__btn-wrapper.tel:before {
  background-color: #002486;
}
.cta .cta__btns .cta__btn-wrapper:hover {
  top: 5px;
  left: 5px;
}
.cta .cta__btns .cta__btn-wrapper:hover:before {
  top: 0;
  left: 0;
}
.cta .cta__btns .cta__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
  font-size: calc( 20px + ((1vw - 7.69px) * 2.5723472669 ) );
  font-weight: 700;
  border-radius: 50vw;
}
.cta .cta__btns .cta__btn span {
  font-size: 0.5em;
}
.cta .cta__btns .cta__btn.web {
  background: #ff009d;
  background: -webkit-gradient(linear, left top, right top, from(#ff009d), to(#d10099));
  background: linear-gradient(to right, #ff009d 0%, #d10099 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff009d", endColorstr="#d10099",GradientType=1 );
}
.cta .cta__btns .cta__btn.web:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49.022' height='49.021' viewBox='0 0 49.022 49.021'%3E%3Cpath id='icon-web' d='M49.01,23.746l-2.057.064,2.057-.065A24.512,24.512,0,0,0,24.523,0q-.39,0-.783.012h0A24.51,24.51,0,0,0,0,24.5c0,.259,0,.52.012.781A24.512,24.512,0,0,0,24.5,49.025c.258,0,.519,0,.781-.012A24.512,24.512,0,0,0,49.022,24.527Q49.022,24.137,49.01,23.746ZM9.854,10.334a20.422,20.422,0,0,1,6.671-4.585,23.612,23.612,0,0,0-2.685,5.3H9.2Q9.518,10.681,9.854,10.334ZM7.247,13.663H13a40.746,40.746,0,0,0-1.375,9.542H4.162A20.247,20.247,0,0,1,7.247,13.663Zm0,21.7a20.26,20.26,0,0,1-3.078-9.542h7.471A40.8,40.8,0,0,0,13,35.367Zm3.088,3.8c-.392-.379-.764-.777-1.125-1.185h4.638a27.027,27.027,0,0,0,1.3,3.006,20.823,20.823,0,0,0,1.365,2.283A20.48,20.48,0,0,1,10.331,39.172ZM23.2,44.863c-.568-.036-1.131-.091-1.685-.172a8.226,8.226,0,0,1-.691-.5,15.727,15.727,0,0,1-4.184-6.2H23.2Zm0-9.5H15.719a37.651,37.651,0,0,1-1.473-9.542H23.2v9.542Zm0-12.162H14.255a37.606,37.606,0,0,1,1.476-9.542H23.2Zm0-12.162H16.65c.259-.631.531-1.24.823-1.8a13.867,13.867,0,0,1,3.353-4.4,8.244,8.244,0,0,1,.68-.494q.838-.124,1.7-.178Zm18.579,2.619a20.261,20.261,0,0,1,3.077,9.542h-7.47a40.8,40.8,0,0,0-1.363-9.542ZM38.692,9.858c.392.379.765.777,1.126,1.186H35.18a26.988,26.988,0,0,0-1.3-3.006,20.655,20.655,0,0,0-1.366-2.283A20.48,20.48,0,0,1,38.692,9.858ZM25.821,4.166c.567.036,1.13.091,1.684.173a8.127,8.127,0,0,1,.692.5,15.717,15.717,0,0,1,4.183,6.2H25.821Zm0,9.5H33.3a37.651,37.651,0,0,1,1.473,9.542H25.821Zm0,12.162h8.947a37.6,37.6,0,0,1-1.476,9.542H25.821Zm5.729,13.965a13.874,13.874,0,0,1-3.353,4.4,8.148,8.148,0,0,1-.679.493q-.838.124-1.7.178V37.986h6.552C32.113,38.617,31.842,39.226,31.551,39.789ZM39.168,38.7A20.421,20.421,0,0,1,32.5,43.28a23.615,23.615,0,0,0,2.684-5.294h4.639Q39.5,38.348,39.168,38.7Zm2.606-3.328H36.02A40.7,40.7,0,0,0,37.4,25.825H44.86A20.251,20.251,0,0,1,41.775,35.367Z' transform='translate(0 -0.004)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.cta .cta__btns .cta__btn.tel {
  background: #00a7ff;
  background: -webkit-gradient(linear, left top, right top, from(#00a7ff), to(#0073d2));
  background: linear-gradient(to right, #00a7ff 0%, #0073d2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00a7ff", endColorstr="#0073d2",GradientType=1 );
}
.cta .cta__btns .cta__btn.tel:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50.65' height='50.65' viewBox='0 0 50.65 50.65'%3E%3Cpath id='cta_tel' d='M25.325,0A25.325,25.325,0,1,0,50.65,25.325,25.325,25.325,0,0,0,25.325,0Zm11.84,36.027c-.306.356-3.183,4.143-7.763,2.548a24.683,24.683,0,0,1-10.7-7.567,24.694,24.694,0,0,1-5.643-11.83c-.794-4.785,3.425-6.977,3.828-7.219s2.173-.662,2.968.52a25.041,25.041,0,0,1,2.332,5.651c.126.869-.784,1.83-1.829,2.029s-.994.74-.994.74.581,2.114,4,6.177,5.408,4.994,5.408,4.994.524.143.9-.854a2.124,2.124,0,0,1,2.309-1.459,25.076,25.076,0,0,1,5.174,3.258C38.185,34,37.472,35.671,37.165,36.027Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.cta .cta__btns .cta__btn:before {
  content: "";
  display: block;
  width: 9.7087378641%;
  padding-top: 3.125rem;
  position: absolute;
  top: 50%;
  left: 5.4054054054%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.cta .cta__btns .cta__btn:after {
  content: "";
  display: block;
  width: 0.875rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 5.4054054054%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.841' height='16.926' viewBox='0 0 14.841 16.926'%3E%3Cpath id='cta_arrow' d='M104.131,481.8h-5.4l9.444,8.463-9.444,8.463h5.4l9.444-8.463Z' transform='translate(-98.735 -481.795)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.cta .cta__btns .cta__btn:hover {
  opacity: 1;
  color: var(--color-hover);
}
.cta .cta__btns .cta__btn:hover.web:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49.022' height='49.021' viewBox='0 0 49.022 49.021'%3E%3Cpath id='icon-web' d='M49.01,23.746l-2.057.064,2.057-.065A24.512,24.512,0,0,0,24.523,0q-.39,0-.783.012h0A24.51,24.51,0,0,0,0,24.5c0,.259,0,.52.012.781A24.512,24.512,0,0,0,24.5,49.025c.258,0,.519,0,.781-.012A24.512,24.512,0,0,0,49.022,24.527Q49.022,24.137,49.01,23.746ZM9.854,10.334a20.422,20.422,0,0,1,6.671-4.585,23.612,23.612,0,0,0-2.685,5.3H9.2Q9.518,10.681,9.854,10.334ZM7.247,13.663H13a40.746,40.746,0,0,0-1.375,9.542H4.162A20.247,20.247,0,0,1,7.247,13.663Zm0,21.7a20.26,20.26,0,0,1-3.078-9.542h7.471A40.8,40.8,0,0,0,13,35.367Zm3.088,3.8c-.392-.379-.764-.777-1.125-1.185h4.638a27.027,27.027,0,0,0,1.3,3.006,20.823,20.823,0,0,0,1.365,2.283A20.48,20.48,0,0,1,10.331,39.172ZM23.2,44.863c-.568-.036-1.131-.091-1.685-.172a8.226,8.226,0,0,1-.691-.5,15.727,15.727,0,0,1-4.184-6.2H23.2Zm0-9.5H15.719a37.651,37.651,0,0,1-1.473-9.542H23.2v9.542Zm0-12.162H14.255a37.606,37.606,0,0,1,1.476-9.542H23.2Zm0-12.162H16.65c.259-.631.531-1.24.823-1.8a13.867,13.867,0,0,1,3.353-4.4,8.244,8.244,0,0,1,.68-.494q.838-.124,1.7-.178Zm18.579,2.619a20.261,20.261,0,0,1,3.077,9.542h-7.47a40.8,40.8,0,0,0-1.363-9.542ZM38.692,9.858c.392.379.765.777,1.126,1.186H35.18a26.988,26.988,0,0,0-1.3-3.006,20.655,20.655,0,0,0-1.366-2.283A20.48,20.48,0,0,1,38.692,9.858ZM25.821,4.166c.567.036,1.13.091,1.684.173a8.127,8.127,0,0,1,.692.5,15.717,15.717,0,0,1,4.183,6.2H25.821Zm0,9.5H33.3a37.651,37.651,0,0,1,1.473,9.542H25.821Zm0,12.162h8.947a37.6,37.6,0,0,1-1.476,9.542H25.821Zm5.729,13.965a13.874,13.874,0,0,1-3.353,4.4,8.148,8.148,0,0,1-.679.493q-.838.124-1.7.178V37.986h6.552C32.113,38.617,31.842,39.226,31.551,39.789ZM39.168,38.7A20.421,20.421,0,0,1,32.5,43.28a23.615,23.615,0,0,0,2.684-5.294h4.639Q39.5,38.348,39.168,38.7Zm2.606-3.328H36.02A40.7,40.7,0,0,0,37.4,25.825H44.86A20.251,20.251,0,0,1,41.775,35.367Z' transform='translate(0 -0.004)' fill='%23F5FF00'/%3E%3C/svg%3E%0A");
}
.cta .cta__btns .cta__btn:hover.tel:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50.65' height='50.65' viewBox='0 0 50.65 50.65'%3E%3Cpath id='cta_tel' d='M25.325,0A25.325,25.325,0,1,0,50.65,25.325,25.325,25.325,0,0,0,25.325,0Zm11.84,36.027c-.306.356-3.183,4.143-7.763,2.548a24.683,24.683,0,0,1-10.7-7.567,24.694,24.694,0,0,1-5.643-11.83c-.794-4.785,3.425-6.977,3.828-7.219s2.173-.662,2.968.52a25.041,25.041,0,0,1,2.332,5.651c.126.869-.784,1.83-1.829,2.029s-.994.74-.994.74.581,2.114,4,6.177,5.408,4.994,5.408,4.994.524.143.9-.854a2.124,2.124,0,0,1,2.309-1.459,25.076,25.076,0,0,1,5.174,3.258C38.185,34,37.472,35.671,37.165,36.027Z' fill='%23F5FF00'/%3E%3C/svg%3E%0A");
}
.cta .cta__btns .cta__btn:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.841' height='16.926' viewBox='0 0 14.841 16.926'%3E%3Cpath id='cta_arrow' d='M104.131,481.8h-5.4l9.444,8.463-9.444,8.463h5.4l9.444-8.463Z' transform='translate(-98.735 -481.795)' fill='%23F5FF00'/%3E%3C/svg%3E%0A");
}

.campaign {
  background-image: url(../images/campaign_bg1.svg), url(../images/campaign_bg2.svg), url(../images/campaign_bg3.svg), url(../images/campaign_bg1.svg), url(../images/campaign_bg3.svg);
  background-repeat: no-repeat;
  background-position: -10% 11.5%, 3% 33.5%, 106% 35%, 111.5% 59.5%, -5% 79%;
  background-size: 27.03125%, 15.46875%, 17.34375%, 27.03125%, 20.46875%;
}
.campaign .section__title:before {
  content: "";
  display: block;
  background-image: url(../images/campaign_title_bg_sp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.campaign .campaign__list {
  margin-top: 31.3333333333%;
}
.campaign .campaign__list .campaign__item {
  position: relative;
  border-radius: 1.25rem;
  border: 5px solid var(--color-main);
  text-align: center;
  background-color: #fff;
}
.campaign .campaign__list .campaign__item:before {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  height: 100%;
}
.campaign .campaign__list .campaign__item:nth-child(1):before {
  right: 4.5%;
  bottom: -17%;
  background-image: url(../images/campaign_content_bg1.svg);
  width: 18.6666666667%;
}
.campaign .campaign__list .campaign__item:nth-child(2):before {
  left: -5.5%;
  bottom: -17%;
  background-image: url(../images/campaign_content_bg2.svg);
  width: 15.1666666667%;
}
.campaign .campaign__list .campaign__item:nth-child(3):before {
  background-image: url(../images/campaign_content_bg3.svg);
  width: 19.5%;
}
.campaign .campaign__list .campaign__item + .campaign__item {
  margin-top: 21%;
}
.campaign .campaign__list .campaign__item .campaign__item__sepalator {
  border: 1px dashed #707070;
  margin-top: 7.4576271186%;
  margin-bottom: 8.4745762712%;
}
.campaign .campaign__num {
  position: absolute;
  width: 15.462962963%;
}
.campaign .campaign__title {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-size: calc( 15px + ((1vw - 3.2px) * 5.5263157895 ) );
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  color: #FDFFCB;
  background-color: var(--color-main);
  border-radius: 10px;
  padding-left: 0.6944444444em;
  padding-right: 0.6944444444em;
}
.campaign .campaign__title.badge {
  padding-left: 4.0476190476em;
}
.campaign .campaign__title.badge:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 4.2%;
  display: block;
  background-image: url(../images/campaign_title1_sp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.campaign .campaign__note {
  font-size: 12px;
  font-size: calc( 12px + ((1vw - 3.2px) * 3.1578947368 ) );
  font-weight: 700;
}
.campaign .campaign__content.left {
  text-align: left;
}
.campaign .campaign__bonus {
  margin-top: 4.875rem;
}
.campaign .campaign__bonus .campaign__bonus__text .campaign__bonus__text1 {
  font-size: 18px;
  font-size: calc( 18px + ((1vw - 3.2px) * 4.7368421053 ) );
  font-weight: 700;
  color: #fff;
}
.campaign .campaign__bonus .campaign__bonus__text .campaign__bonus__text1 span {
  background-color: #EA6C2A;
  border-radius: 50vw;
  padding: 0 0.25em;
}
.campaign .campaign__bonus .campaign__bonus__text .campaign__bonus__text1 span + span {
  margin-left: -0.25em;
}
.campaign .campaign__bonus .campaign__bonus__text .campaign__bonus__text2 {
  font-size: 16px;
  font-size: calc( 16px + ((1vw - 3.2px) * 4.2105263158 ) );
  font-weight: 700;
}
.campaign .campaign__bonus .campaign__bonus__text .campaign__bonus__text3 {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-size: calc( 14px + ((1vw - 3.2px) * 4.7368421053 ) );
  line-height: 1.3125em;
  font-weight: 700;
  letter-spacing: 0.055em;
  background-color: #EA6C2A;
  color: #FDFFCB;
  z-index: 0;
}
.campaign .campaign__bonus .campaign__bonus__text .campaign__bonus__text3:before, .campaign .campaign__bonus .campaign__bonus__text .campaign__bonus__text3:after {
  content: "";
  position: absolute;
  display: block;
}
.campaign .campaign__bonus .campaign__bonus__price {
  width: 100%;
}

.voice {
  overflow-x: hidden;
  padding-top: 19.1428571429%;
  padding-bottom: 22%;
}
.voice .voice__list {
  margin-top: 27.1666666667%;
}
.voice .voice__list .voice__item {
  position: relative;
  padding-top: 11.6666666667%;
  padding-bottom: 13.3333333333%;
}
.voice .voice__list .voice__item:before, .voice .voice__list .voice__item:after {
  content: "";
  display: block;
  position: absolute;
}
.voice .voice__list .voice__item:before {
  top: 0;
  width: 100%;
  height: 100%;
}
.voice .voice__list .voice__item:after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}
.voice .voice__list .voice__item:nth-child(odd) {
  border-radius: 20px 0 0 20px;
  background-color: rgba(76, 162, 35, 0.1);
  padding-left: 8.3333333333%;
}
.voice .voice__list .voice__item:nth-child(odd):before {
  background-color: rgba(76, 162, 35, 0.1);
  left: 100%;
}
.voice .voice__list .voice__item:nth-child(odd) .voice__header {
  border-bottom: 1px solid #4CA223;
}
.voice .voice__list .voice__item:nth-child(odd) .voice__year {
  color: #4CA223;
}
.voice .voice__list .voice__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-radius: 0 20px 20px 0;
  background-color: rgba(197, 206, 0, 0.1);
  padding-right: 9.9206349206%;
}
.voice .voice__list .voice__item:nth-child(even):before {
  background-color: rgba(197, 206, 0, 0.1);
  right: 100%;
}
.voice .voice__list .voice__item:nth-child(even) .voice__header {
  border-bottom: 1px solid #C5CE00;
}
.voice .voice__list .voice__item:nth-child(even) .voice__year {
  color: #C5CE00;
}
.voice .voice__list .voice__item:nth-child(1):after {
  left: 4%;
  top: -100%;
  width: 21.5%;
  height: 100%;
  background-image: url(../images/voice_bg01.svg);
  background-position: bottom center;
}
.voice .voice__list .voice__item:nth-child(2):after {
  bottom: 0;
  background-image: url(../images/voice_bg02.svg);
  background-position: top center;
}
.voice .voice__list .voice__item + .voice__item {
  margin-top: 5rem;
}
.voice .voice__list .voice__header {
  padding-bottom: 2.3897058824%;
}
.voice .voice__list .voice__image {
  position: relative;
  border-radius: 20px;
}
.voice .voice__list .voice__title {
  font-size: 16px;
  font-size: calc( 16px + ((1vw - 3.2px) * 4.2105263158 ) );
  font-weight: 700;
  letter-spacing: 0.055em;
}
.voice .voice__list .voice__year {
  font-size: 13px;
  font-size: calc( 13px + ((1vw - 3.2px) * 3.4210526316 ) );
  line-height: 1.95;
  font-weight: 700;
}
.voice .voice__list .voice__text {
  font-size: 12px;
  font-size: calc( 12px + ((1vw - 3.2px) * 3.1578947368 ) );
  line-height: 1.75;
  margin-top: 3.6764705882%;
}

.guidance {
  position: relative;
  z-index: 0;
  color: #fff;
  padding-top: 14.2857142857%;
  padding-bottom: 22.1428571429%;
  background-image: url(../images/campaign_bg1.svg), url(../images/campaign_bg3.svg), url(../images/campaign_bg1.svg), url(../images/campaign_bg3.svg);
  background-repeat: no-repeat;
  background-position: -4% 22.9%, 107% 11.2%, 107.5% 65.3%, 3% 74%;
  background-size: 27.03125%, 17.34375%, 27.03125%, 18.125%;
}
.guidance .guidance__lead {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.055em;
}
.guidance .guidance__gist {
  text-align: center;
  border-bottom: 1px solid #C5CE00;
  letter-spacing: 0.055em;
}
.guidance .guidance__gist:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.guidance .guidance__gist .guidance__gist__title {
  line-height: 2;
  display: inline-block;
  color: var(--color-main);
  background-color: #fff;
  border-radius: 50vw;
  padding: 0 1.3571428571em;
  margin-bottom: 1.25rem;
}
.guidance .guidance__gist .guidance__gist__list {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.guidance .guidance__gist .guidance__gist__list li {
  list-style-type: decimal;
  padding-left: 0.5em;
  margin-left: 1.5em;
}
.guidance .guidance__gist .guidance__gist__list li::marker {
  color: #F5FF00;
}
.guidance .guidance__btn {
  position: relative;
  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;
  font-size: 18px;
  font-size: calc( 18px + ((1vw - 3.2px) * 4.7368421053 ) );
  font-weight: 700;
  color: var(--color-main);
  border-radius: 0.625rem;
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
}
.guidance .guidance__btn:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  background-color: #316917;
  z-index: -1;
}
.guidance .guidance__btn .text2 {
  font-size: 0.5714285714em;
}
.guidance .guidance__btn:hover {
  background-color: #F4FF00;
  opacity: 1;
  top: 5px;
}
.guidance .guidance__btn:hover:after {
  content: none;
}

.school {
  padding-top: 20%;
  padding-bottom: 21.1428571429%;
}
.school .school__lead {
  font-size: 12px;
  font-size: calc( 12px + ((1vw - 3.2px) * 3.1578947368 ) );
  line-height: 1.75;
  font-weight: 700;
  text-align: center;
  margin-top: 18.3333333333%;
}
.school .school__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
  margin-top: 4.375rem;
}
.school .school__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.school .school__list {
  margin-top: 8.3333333333%;
}
.school .school__list .school__title {
  font-size: 14px;
  font-size: calc( 14px + ((1vw - 3.2px) * 3.6842105263 ) );
  line-height: 1;
  font-weight: 700;
  background-color: var(--color-main);
  color: #fff;
  border-radius: 10px;
  padding: 0.4285714286em 0.3571428571em;
}
.school .school__list .school__address {
  font-size: 12px;
  font-size: calc( 12px + ((1vw - 3.2px) * 3.1578947368 ) );
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.875rem;
}
@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: text;
    text-decoration: none;
  }
  .header .header__inner {
    padding: 1.125rem 1.875rem;
  }
  .header .header__logo {
    width: 24.609375%;
    max-width: 19.6875rem;
  }
  .header .header__text {
    font-size: 18px;
    font-size: calc( 18px + ((1vw - 7.69px) * 0.3913894325 ) );
  }
  .content--width {
    width: 100%;
    max-width: 69.375rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.9375rem;
  }
  .footer {
    padding: 1.875rem 0;
  }
  .footer .footer__copy {
    font-size: 0.875rem;
    margin-top: 2.875rem;
  }
  .footer .footer__cta {
    display: none;
  }
  .c-card {
    border-radius: 30px;
  }
  .c-card.gray:before, .c-card.gray:after {
    border-radius: 30px;
  }
  .c-card.green:before, .c-card.green:after {
    border-radius: 30px;
  }
  .flex .flex_item-pc-col1 {
    width: 6.3333333333%;
  }
  .flex .flex_item-pc-col2 {
    width: 14.6666666667%;
  }
  .flex .flex_item-pc-col3 {
    width: 23%;
  }
  .flex .flex_item-pc-col4 {
    width: 31.3333333333%;
  }
  .flex .flex_item-pc-col5 {
    width: 39.6666666667%;
  }
  .flex .flex_item-pc-col6 {
    width: 48%;
  }
  .flex .flex_item-pc-col7 {
    width: 56.3333333333%;
  }
  .flex .flex_item-pc-col8 {
    width: 64.6666666667%;
  }
  .flex .flex_item-pc-col9 {
    width: 73%;
  }
  .flex .flex_item-pc-col10 {
    width: 81.3333333333%;
  }
  .flex .flex_item-pc-col11 {
    width: 89.6666666667%;
  }
  .flex .flex_item-pc-col12 {
    width: 98%;
  }
  .flex--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex--pc .flex_item-pc-col1 {
    width: 6.3333333333%;
  }
  .flex--pc .flex_item-pc-col2 {
    width: 14.6666666667%;
  }
  .flex--pc .flex_item-pc-col3 {
    width: 23%;
  }
  .flex--pc .flex_item-pc-col4 {
    width: 31.3333333333%;
  }
  .flex--pc .flex_item-pc-col5 {
    width: 39.6666666667%;
  }
  .flex--pc .flex_item-pc-col6 {
    width: 48%;
  }
  .flex--pc .flex_item-pc-col7 {
    width: 56.3333333333%;
  }
  .flex--pc .flex_item-pc-col8 {
    width: 64.6666666667%;
  }
  .flex--pc .flex_item-pc-col9 {
    width: 73%;
  }
  .flex--pc .flex_item-pc-col10 {
    width: 81.3333333333%;
  }
  .flex--pc .flex_item-pc-col11 {
    width: 89.6666666667%;
  }
  .flex--pc .flex_item-pc-col12 {
    width: 98%;
  }
  .flex-wrap--pc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-justify-start--pc {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex-justify-end--pc {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex-justify-between--pc {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex-justify-center--pc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex-align-start--pc {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex-align-center--pc {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex-align-end--pc {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex-align-stretch--pc {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .flex-row-reverse--pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .header__menubuton {
    display: none;
  }
  .section__title {
    font-size: 36px;
    font-size: calc( 36px + ((1vw - 7.69px) * 1.9292604502 ) );
  }
  .section__title .main {
    position: absolute;
    bottom: -0.5238095238em;
    left: 50%;
  }
  .section__title .sub {
    width: 20em;
    max-width: 100%;
  }
  .mv {
    padding-top: 54.609375%;
    background-image: url(../images/mv_bg.jpg);
  }
  .achievement .achievement__catch {
    width: 95.5555555556%;
    margin-left: auto;
    margin-right: auto;
  }
  .achievement .achievement__title--wrapper {
    margin-top: 1.875rem;
  }
  .achievement .achievement__title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .achievement .achievement__tab--wrapper {
    margin-top: 2.5625rem;
  }
  .achievement .achievement__tab__menu .list__item {
    font-size: 24px;
    font-size: 1.5rem;
    padding-top: 2.125rem;
    padding-bottom: 2.0625rem;
  }
  .achievement .achievement__tab .achievement__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 0 0 10px 10px;
    padding: 3.4375rem;
  }
  .achievement .achievement__tab .achievement__list .achievement__item {
    width: 48%;
    font-size: 20px;
    font-size: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.3125rem;
  }
  .achievement .achievement__tab .achievement__list .achievement__item:after {
    right: 1.75em;
    width: 21px;
    height: 21px;
  }
  .achievement .achievement__tab .achievement__list .achievement__item:nth-child(n+3) {
    margin-top: 1.875rem;
  }
  .achievement .achievement__modal .achievement__detail {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 0.625rem;
    width: 100%;
    max-width: 67.5rem;
    padding: 0.625rem 2.75rem 2.5rem 2.9375rem;
  }
  .achievement .achievement__modal .achievement__detail .achievement__detail__title {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 1.4375rem 0.5rem;
  }
  .achievement .achievement__modal .achievement__detail .achievement__detail__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .achievement .achievement__modal .achievement__detail .achievement__detail__list .list__item {
    width: 23%;
  }
  .achievement .achievement__modal .achievement__detail .achievement__detail__list .list__item .title, .achievement .achievement__modal .achievement__detail .achievement__detail__list .list__item .text {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .feature {
    margin-top: 6.0625rem;
    margin-bottom: 6.25rem;
  }
  .feature .content--width:before {
    top: -3.5%;
    left: 3%;
    width: 16.1261261261%;
    height: 0;
    padding-top: 16.1261261261%;
  }
  .feature .feature__list {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 6.375rem;
  }
  .feature .feature__list .feature__item {
    width: 30%;
    height: 0;
    padding-top: 30%;
  }
  .feature .feature__list .feature__item:before {
    font-size: 20px;
    font-size: calc( 20px + ((1vw - 7.69px) * 5.8252427184 ) );
  }
  .feature .feature__list .feature__item:nth-child(1):after {
    bottom: -67%;
    left: -23%;
    width: 83.6666666667%;
    height: 83%;
    background-image: url(../images/feature_img1.png);
  }
  .feature .feature__list .feature__item:nth-child(3):after {
    top: -56%;
    right: -12%;
    width: 68.3333333333%;
    height: 82%;
  }
  .feature .feature__list .feature__item:nth-child(5):after {
    top: 22%;
    right: -80%;
    width: 91.6666666667%;
    height: 86.6666666667%;
  }
  .feature .feature__list .feature__item__inner {
    margin-top: 0.875rem;
  }
  .feature .feature__list .feature__item__title {
    font-size: 20px;
    font-size: calc( 20px + ((1vw - 7.69px) * 6.7961165049 ) );
  }
  .feature .feature__list .feature__item__text {
    font-size: 13px;
    font-size: calc( 13px + ((1vw - 7.69px) * 1.4563106796 ) );
  }
  .cta .cta__btns .cta__btn-wrapper.tel:hover {
    top: 0;
    left: 0;
  }
  .campaign {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .campaign .section__title:before {
    position: absolute;
    top: 48.5%;
    right: 5.5%;
    width: 16.8518518519%;
    background-image: url(../images/campaign_title_bg.svg);
  }
  .campaign .campaign__list {
    margin-top: 8.4375rem;
  }
  .campaign .campaign__list .campaign__item {
    padding: 0.375rem 2.6875rem 1.5rem;
  }
  .campaign .campaign__list .campaign__item:nth-child(1):before {
    right: 2.5%;
    bottom: -27%;
    width: 10.3703703704%;
  }
  .campaign .campaign__list .campaign__item:nth-child(2):before {
    left: 1.5%;
    bottom: -16%;
    width: 8.4259259259%;
  }
  .campaign .campaign__list .campaign__item:nth-child(3):before {
    right: 1.5%;
    bottom: -20%;
    width: 10.8333333333%;
  }
  .campaign .campaign__list .campaign__item + .campaign__item {
    margin-top: 6.875rem;
  }
  .campaign .campaign__list .campaign__item .campaign__item__sepalator {
    margin-top: 3.3125rem;
    margin-bottom: 3.3125rem;
  }
  .campaign .campaign__num {
    font-size: 26px;
    font-size: calc( 26px + ((1vw - 7.69px) * 5.1446945338 ) );
    top: -1.75em;
    width: 15.462962963%;
    margin-left: -0.5em;
  }
  .campaign .campaign__num.right {
    right: 0;
    margin-right: 0.5em;
  }
  .campaign .campaign__title {
    top: -1em;
    font-size: 26px;
    font-size: calc( 26px + ((1vw - 7.69px) * 5.1446945338 ) );
    padding-left: 0.8571428571em;
    padding-right: 0.8571428571em;
  }
  .campaign .campaign__title.badge:before {
    position: absolute;
    bottom: 0;
    left: 4.2%;
    background-image: url(../images/campaign_title1.svg);
    width: 20%;
    height: 182%;
  }
  .campaign .campaign__note {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 0.4375rem;
  }
  .campaign .campaign__content {
    padding: 0 2.5rem;
  }
  .campaign .campaign__bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .campaign .campaign__bonus .campaign__bonus__text {
    width: 43%;
  }
  .campaign .campaign__bonus .campaign__bonus__text .campaign__bonus__text1 {
    font-size: 26px;
    font-size: calc( 26px + ((1vw - 7.69px) * 3.2154340836 ) );
  }
  .campaign .campaign__bonus .campaign__bonus__text .campaign__bonus__text2 {
    font-size: 22px;
    font-size: calc( 22px + ((1vw - 7.69px) * 3.2154340836 ) );
  }
  .campaign .campaign__bonus .campaign__bonus__text .campaign__bonus__text3 {
    font-size: 22px;
    font-size: calc( 22px + ((1vw - 7.69px) * 3.2154340836 ) );
    line-height: 1.90625em;
    margin-top: 1.375rem;
  }
  .campaign .campaign__bonus .campaign__bonus__text .campaign__bonus__text3:before {
    top: 0;
    right: 100%;
    width: 300%;
    height: 100%;
    background-color: #EA6C2A;
  }
  .campaign .campaign__bonus .campaign__bonus__text .campaign__bonus__text3:after {
    left: 95.5%;
    bottom: 0;
    height: 170%;
    width: 30%;
    background-image: url(../images/campaign_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    z-index: -1;
  }
  .campaign .campaign__bonus .campaign__bonus__price {
    width: 55.5%;
    margin-bottom: -0.75rem;
  }
  .voice {
    padding-top: 6.25rem;
    padding-bottom: 6.125rem;
  }
  .voice .voice__list {
    margin-top: 7.6875rem;
  }
  .voice .voice__list .voice__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 2.9375rem;
    padding-bottom: 2.9375rem;
  }
  .voice .voice__list .voice__item:nth-child(odd) {
    padding-left: 12.7976190476%;
  }
  .voice .voice__list .voice__item:nth-child(odd) .voice__image:before {
    background-color: rgba(76, 162, 35, 0.2);
  }
  .voice .voice__list .voice__item:nth-child(even) .voice__image:before {
    background-color: rgba(197, 206, 0, 0.2);
  }
  .voice .voice__list .voice__item:nth-child(1):after {
    width: 10.2777777778%;
    left: 7%;
  }
  .voice .voice__list .voice__item:nth-child(2):after {
    right: 7%;
    width: 9.8148148148%;
    height: 108%;
  }
  .voice .voice__list .voice__header {
    padding-bottom: 0.8125rem;
  }
  .voice .voice__list .voice__image {
    width: 30.303030303%;
  }
  .voice .voice__list .voice__image:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }
  .voice .voice__list .voice__content {
    width: 63.6363636364%;
  }
  .voice .voice__list .voice__title {
    font-size: 22px;
    font-size: calc( 22px + ((1vw - 7.69px) * 1.9292604502 ) );
  }
  .voice .voice__list .voice__year {
    font-size: 18px;
    font-size: calc( 18px + ((1vw - 7.69px) * 0.6430868167 ) );
  }
  .voice .voice__list .voice__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 0.8125rem;
  }
  .guidance {
    padding-top: 6.25rem;
    padding-bottom: 6.5625rem;
  }
  .guidance .guidance__lead {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.5;
    margin-top: 7rem;
  }
  .guidance .guidance__gist--wrapper {
    max-width: 55rem;
    margin-top: 6.25rem;
    margin-bottom: 5.9375rem;
    margin-left: auto;
    margin-right: auto;
  }
  .guidance .guidance__gist {
    font-size: 28px;
    font-size: 1.75rem;
    padding-bottom: 43px;
    margin-bottom: 50px;
  }
  .guidance .guidance__gist .guidance__gist__list {
    max-width: 42.375rem;
    margin-top: 1.875rem;
  }
  .guidance .guidance__gist .guidance__gist__list li {
    line-height: 1.5;
  }
  .guidance .guidance__btn {
    font-size: 28px;
    font-size: 1.75rem;
    background-color: #fff;
    padding: 0 4.0909090909%;
  }
  .school {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .school .school__lead {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2.1;
    margin-top: 3.4375rem;
  }
  .school .school__map {
    padding-top: 40.8333333333%;
  }
  .school .school__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5rem;
  }
  .school .school__list .school__item {
    width: 31.5%;
  }
  .school .school__list .school__item:nth-child(n+4) {
    margin-top: 2.9375rem;
  }
  .school .school__list .school__title {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 10px;
  }
  .school .school__list .school__address {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .cta .cta__btns .cta__btn-wrapper.tel:hover:before {
    top: 5px;
    left: 5px;
  }
}
@media print, screen and (min-width: 910px) {
  .cta .cta__title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 975px) {
  .feature .feature__list .feature__item {
    width: 18.75rem;
    padding-top: 18.75rem;
    margin-right: calc( 22.5px + ((1vw - 9.75px) * 39.1791044776 ) );
  }
  .feature .feature__list .feature__item:before {
    font-size: 32px;
    font-size: 2rem;
  }
  .feature .feature__list .feature__item__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .feature .feature__list .feature__item__text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 1080px) {
  .section__title {
    font-size: 42px;
    font-size: 2.625rem;
  }
  .cta .cta__btns .cta__btn {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .campaign .campaign__num {
    font-size: 42px;
    font-size: 2.625rem;
  }
  .campaign .campaign__title {
    font-size: 42px;
    font-size: 2.625rem;
  }
  .campaign .campaign__bonus .campaign__bonus__text .campaign__bonus__text1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .campaign .campaign__bonus .campaign__bonus__text .campaign__bonus__text2 {
    font-size: 32px;
    font-size: 2rem;
  }
  .campaign .campaign__bonus .campaign__bonus__text .campaign__bonus__text3 {
    font-size: 32px;
    font-size: 2rem;
  }
  .voice .voice__list .voice__title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .voice .voice__list .voice__year {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 1110px) {
  .feature .feature__list .feature__item {
    margin-right: 8.3333333333%;
  }
}
@media print, screen and (min-width: 1280px) {
  .header .header__text {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .campaign {
    background-size: 346px, 198px, 222px, 346px, 262px;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .header .header__text {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  .l-header__menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ccc;
    -webkit-transform: translateY(-150%);
        -ms-transform: translateY(-150%);
            transform: translateY(-150%);
    padding: 15px;
    z-index: 20;
  }
  .footer {
    padding-top: 7.1428571429%;
    margin-bottom: calc( 110px + ((1vw - 3.2px) * 31.5789473684 ) );
  }
  .footer .footer__logo {
    width: 42.8571428571%;
  }
  .c-card {
    /* margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw; */
    border-radius: 10px;
    width: 100%;
    padding: calc( 15px + ((1vw - 3.2px) * 3.9473684211 ) ) calc( 20px + ((1vw - 3.2px) * 5.2631578947 ) );
  }
  .c-card .card_lead {
    font-size: 12.5px;
    font-size: calc( 12.5px + ((1vw - 3.2px) * 3.2894736842 ) );
  }
  .c-card .card_text {
    font-size: 8px;
    font-size: calc( 8px + ((1vw - 3.2px) * 2.1052631579 ) );
  }
  .flex .flex_item-sp-col1 {
    width: 6.3333333333%;
  }
  .flex .flex_item-sp-col2 {
    width: 14.6666666667%;
  }
  .flex .flex_item-sp-col3 {
    width: 23%;
  }
  .flex .flex_item-sp-col4 {
    width: 31.3333333333%;
  }
  .flex .flex_item-sp-col5 {
    width: 39.6666666667%;
  }
  .flex .flex_item-sp-col6 {
    width: 48%;
  }
  .flex .flex_item-sp-col7 {
    width: 56.3333333333%;
  }
  .flex .flex_item-sp-col8 {
    width: 64.6666666667%;
  }
  .flex .flex_item-sp-col9 {
    width: 73%;
  }
  .flex .flex_item-sp-col10 {
    width: 81.3333333333%;
  }
  .flex .flex_item-sp-col11 {
    width: 89.6666666667%;
  }
  .flex .flex_item-sp-col12 {
    width: 98%;
  }
  .flex--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex--sp .flex_item-sp-col1 {
    width: 6.3333333333%;
  }
  .flex--sp .flex_item-sp-col2 {
    width: 14.6666666667%;
  }
  .flex--sp .flex_item-sp-col3 {
    width: 23%;
  }
  .flex--sp .flex_item-sp-col4 {
    width: 31.3333333333%;
  }
  .flex--sp .flex_item-sp-col5 {
    width: 39.6666666667%;
  }
  .flex--sp .flex_item-sp-col6 {
    width: 48%;
  }
  .flex--sp .flex_item-sp-col7 {
    width: 56.3333333333%;
  }
  .flex--sp .flex_item-sp-col8 {
    width: 64.6666666667%;
  }
  .flex--sp .flex_item-sp-col9 {
    width: 73%;
  }
  .flex--sp .flex_item-sp-col10 {
    width: 81.3333333333%;
  }
  .flex--sp .flex_item-sp-col11 {
    width: 89.6666666667%;
  }
  .flex--sp .flex_item-sp-col12 {
    width: 98%;
  }
  .flex-wrap--sp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-justify-start--sp {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex-justify-end--sp {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex-justify-between--sp {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex-justify-center--sp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex-align-start--sp {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex-align-center--sp {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex-align-end--sp {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex-align-stretch--sp {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .flex-row-reverse--sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .section__title {
    margin-bottom: 1.0476190476em;
  }
  .section__title .main.em9 {
    width: 9em;
  }
  .section__title .main.em10 {
    width: 10em;
  }
  .section__title .main.em11 {
    width: 11em;
  }
  .section__title .sub {
    font-size: 22.5px;
    font-size: calc( 22.5px + ((1vw - 3.2px) * 8.5526315789 ) );
  }
  .section__title .sub img.em5 {
    width: 5em;
  }
  .section__title .sub img.em6 {
    width: 6em;
  }
  .section__title .sub img.em7 {
    width: 7em;
  }
  .section__title .sub img.em8 {
    width: 8em;
  }
  .section__title .sub img.em11 {
    width: 11em;
  }
  .achievement .achievement__catch {
    width: 100%;
    margin-top: 22.3333333333%;
  }
  .achievement .achievement__tab .achievement__list .achievement__item + .achievement__item {
    margin-top: 5.1020408163%;
  }
  .achievement .achievement__modal {
    overflow: scroll;
  }
  .achievement .achievement__modal .achievement__detail {
    position: absolute;
    top: 15.5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: calc( 10px + ((1vw - 3.2px) * 2.6315789474 ) );
    width: 86%;
    padding: 0 7.1428571429% 7.1428571429%;
    margin-bottom: 3.125rem;
  }
  .achievement .achievement__modal .achievement__detail .achievement__detail__list .list__item {
    max-width: 25rem;
    padding-bottom: 3%;
    margin-left: auto;
    margin-right: auto;
  }
  .achievement .achievement__modal .achievement__detail .achievement__detail__list .list__item + .list__item {
    margin-top: 6%;
  }
  .achievement .achievement__modal .close {
    width: 10%;
  }
  .feature .content--width:before {
    top: -2.5%;
    left: -9%;
  }
  .feature .feature__list {
    margin-top: 20%;
  }
  .feature .feature__list .feature__item:nth-child(1):after {
    top: 4%;
    right: -54%;
  }
  .feature .feature__list .feature__item:nth-child(2):after {
    content: "";
    top: 38%;
    left: -54%;
    width: 45.8974358974%;
    height: 45.8974358974%;
    background-image: url(../images/feature_bg2.svg);
  }
  .feature .feature__list .feature__item:nth-child(3):after {
    top: 10%;
    right: -54%;
  }
  .feature .feature__list .feature__item:nth-child(4):after {
    content: "";
    top: 47%;
    left: -58%;
    width: 26.4102564103%;
    height: 26.4102564103%;
    background-image: url(../images/feature_bg3.svg);
  }
  .feature .feature__list .feature__item.right {
    margin-left: auto;
    margin-right: 0;
  }
  .feature .feature__list .feature__item + .feature__item {
    margin-top: -3.3333333333%;
  }
  .feature .feature__list .feature__item__text {
    white-space: nowrap;
  }
  .cta {
    display: none;
  }
  .campaign {
    overflow: hidden;
    padding-top: 12.8571428571%;
    padding-bottom: 12.2857142857%;
  }
  .campaign .section__title:before {
    position: absolute;
    top: 48.5%;
    right: -5%;
    width: 15.5%;
    height: 270%;
  }
  .campaign .campaign__list .campaign__item {
    padding: 0 3.3333333333% 7.1666666667%;
  }
  .campaign .campaign__list .campaign__item:nth-child(3):before {
    right: -6.5%;
    bottom: -9.5%;
  }
  .campaign .campaign__list .campaign__item .campaign__item__sepalator {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
  }
  .campaign .campaign__num {
    font-size: 15px;
    font-size: calc( 15px + ((1vw - 3.2px) * 5.5263157895 ) );
    width: 50%;
    top: -2.5em;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .campaign .campaign__title {
    top: -0.85em;
  }
  .campaign .campaign__title.badge:before {
    position: absolute;
    bottom: 0;
    left: -3.2%;
    width: 30%;
    height: 212%;
  }
  .campaign .campaign__note {
    margin-top: 4.0677966102%;
  }
  .campaign .campaign__content {
    margin-top: 3.5%;
  }
  .campaign .campaign__bonus .campaign__bonus__text .campaign__bonus__text3 {
    padding: 1.8333333333% 0 1.8333333333% 4%;
    margin-top: 6.6666666667%;
  }
  .campaign .campaign__bonus .campaign__bonus__text .campaign__bonus__text3:after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #EA6C2A;
  }
  .campaign .campaign__bonus .campaign__bonus__price {
    margin-top: 0.3125rem;
  }
  .voice .voice__list .voice__item:nth-child(2):after {
    right: 13%;
    width: 19.5%;
    height: 96%;
  }
  .voice .voice__list .voice__image {
    margin-top: 6.7272727273%;
  }
  .guidance .guidance__lead {
    white-space: nowrap;
    font-size: 14px;
    font-size: calc( 14px + ((1vw - 3.2px) * 4.7368421053 ) );
    line-height: 1.5;
    margin-top: 21.6666666667%;
  }
  .guidance .guidance__gist--wrapper {
    margin-top: 15%;
  }
  .guidance .guidance__gist {
    font-size: 14px;
    font-size: calc( 14px + ((1vw - 3.2px) * 3.6842105263 ) );
    padding-bottom: 7.8333333333%;
    margin-bottom: 8.3333333333%;
  }
  .guidance .guidance__gist .guidance__gist__list {
    width: 94%;
    margin-top: 3.3333333333%;
  }
  .guidance .guidance__gist .guidance__gist__list li {
    line-height: 1.75;
    white-space: nowrap;
  }
  .guidance .guidance__btn {
    background-color: #F5FF00;
    padding: 2.8333333333% 5%;
    margin-top: 14.6666666667%;
  }
  .guidance .guidance__btn .text2 {
    display: block;
  }
  .guidance .guidance__btn img {
    position: absolute;
    bottom: 0;
    right: 4.8333333333%;
    width: 17%;
  }
  .school .school__list .school__item + .school__item {
    margin-top: 7.1666666667%;
  }
}
@media all and (-ms-high-contrast: none) {
  .l-wrapper {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
}
/*# sourceMappingURL=style.css.map */
