@charset "UTF-8";
/* Slider */
.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 8/9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chromes increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
}

/* =========================================================
    Reset
   ========================================================= */
html,
body {
  padding: 0;
  margin: 0;
}

html *,
body * {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, a, span,
em, img,
small, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, button,
table, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

ul, li {
  list-style-type: none;
}

img {
  vertical-align: top;
}

em {
  font-style: normal;
}

html {
  font-size: 10px;
}

body {
  background-color: #fff;
  font-family: "Questrial", “ヒラギノ角ゴ ProN W3”, 　“Hiragino Kaku Gothic ProN”, メイリオ, Meiryo, sans-serif;
  box-sizing: border-box;
  position: relative;
  color: #302D2C;
  font-display: swap;
}

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

a,
button,
input[type="button"] {
  color: #302D2C;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
}

a *,
button *,
input[type="button"] * {
  backface-visibility: hidden;
}

a *::after, a *::before,
button *::after,
button *::before,
input[type="button"] *::after,
input[type="button"] *::before {
  backface-visibility: hidden;
}

.l-contentWrap {
  position: relative;
}

.l-header {
  position: fixed;
  width: 100%;
}

.l-header__logo {
  position: fixed;
  line-height: 1;
}

.l-header__logo a {
  display: block;
}

.l-header__menuBtn {
  position: fixed;
}

.l-header__menuBtn__top, .l-header__menuBtn__middle, .l-header__menuBtn__bottom {
  display: block;
  width: 36px;
  height: 3px;
  border-radius: 3px;
  line-height: 3px;
}

.l-header__menuBtn__top {
  background-color: #E12F1C;
}

.l-header__menuBtn__middle {
  margin-top: 10px;
  background-color: #A9C300;
}

.l-header__menuBtn__bottom {
  margin-top: 10px;
  background-color: #FFE5AF;
}

.l-content {
  position: relative;
}

.m-glovalNav {
  position: fixed;
  background-color: #fff;
  transition: top 0.5s ease-in-out;
  top: -100vw;
  width:100%;
}

.m-glovalNav.is-open {
  top: 0;
}

.m-glovalNav * {
  line-height: 1;
}

.m-glovalNav__closeBtn__item {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 26px;
}

.m-glovalNav__closeBtn__item__before, .m-glovalNav__closeBtn__item__after {
  pointer-events: none;
  display: block;
  content: "";
  position: absolute;
  top: -6px;
  left: 10px;
  height: 36px;
  width: 3px;
  background-color: #E12F1C;
  border-radius: 3px;
}

.m-glovalNav__closeBtn__item__after {
  transform: rotate(-45deg);
}

.m-glovalNav__closeBtn__item__before {
  transform: rotate(45deg);
}

.m-glovalNav__link__list {
  display: flex;
  justify-content: space-between;
}

.m-glovalNav__mainContentLink {
  width: 100%;
  display: flex;
}

.m-glovalNav__mainContentLink__btn {
  width: 50%;
}

.m-glovalNav__mainContentLink__btn._teach_ .m-glovalNav__mainContentLink__btn__wrap {
  background-color: #E12F1C;
}

.m-glovalNav__mainContentLink__btn._learn_ .m-glovalNav__mainContentLink__btn__wrap {
  background-color: #A9C300;
}

.m-glovalNav__mainContentLink__btn__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
}

.m-glovalNav__mainContentLink__btn__wrap::after {
  position: relative;
  content: "";
  display: block;
  top: 50%;
  right: 0;
  background-image: url("/common/images/suggest-bnr_arrow.png");
  background-size: cover;

  width: 13px;
  height: 15px;
  margin-top:-1px;
}

.m-glovalNav__mainContentLink__btn__jp {
  font-weight: 700;
  padding-top: 2px;
}

.m-titleLevel1 {
  font-weight: 500;
  line-height: 1.4;
}

.m-titleLevel2 {
  position: relative;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}

.m-titleLevel2 + p {
  margin-top: 10px;
}

.m-titleLevel2__simple {
  font-weight: 400;
  line-height: 1.4;
}

.m-titleLevel2__simple + p {
  margin-top: 20px;
}

.m-titleLevel3 {
  text-align: center;
}

.m-titleLevel3._en_ {
  font-weight: normal;
}

.m-sectionLead {
  margin-left: auto;
  margin-right: auto;
}

.m-keyVisual__textBlock__title__ja {
  display: block;
}

.m-keyVisual__textBlock__title__en {
  display: block;
  line-height: 1;
}

.m-keyVisual__textBlock__title__en._teach_ {
}

.m-keyVisual__textBlock__lead {
  font-weight: 500;
}

.m-keyVisual__textBlock__link .u-arrowLink {
  font-weight: 700;
}

.m-appMerit__item {
  width: 300px;
}

.m-appMerit__item__image img {
  width: 100%;
}

.m-appMerit__item__title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}

.m-appMerit__item__text {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
}

.m-flowOfUse__detail__item {
  display: flex;
}

.m-flowOfUse__detail__item__image img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.m-flowOfUse__detail__item__text__title span {
  display: block;
}

.m-flowOfUse__detail__item__text__title__jp {
  font-weight: 700;
}

.m-flowOfUse__detail__item__text__intro {
  margin-left: auto;
  margin-right: auto;
}

.m-bgLogo {
  background-image: url("/common/images/bg_logo.svg");
  background-repeat: no-repeat;
}

.m-bgGray {
  background-color: #F5F5F5;
}

.m-bgLightenGray {
  background-color: #FAFAFA;
}

.m-btnWrap._defalt_ {
  margin-left: auto;
  margin-right: auto;
}

.m-btnDefalt {
  display: block;
  padding: 12px 5px 9px 5px;
  background-color: #DDDDDD;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}

.m-btnDefalt.__teach {
  background-color: #E12F1C;
  color:#ffffff;
}

.m-btnDefalt.__learn{
  background-color: #A9C300;
  color:#ffffff;
}

.m-date {
  font-size: 1.2rem;
  color: #888;
}

.m-anchorLinkList__wrap {
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.m-anchorLinkList__wrap__item {
  border-radius: 4px;
}

.m-anchorLinkList__wrap__item__link {
  display: block;
  background-color: #E8E8E8;
  text-align: center;
  border-radius: 4px;
}

.m-faqList__item {
  background-color: #fff;
  border: 1px solid #E8E8E8;
}

.m-faqList__item__questions__openBtn {
  width: 100%;
  text-align: left;
}

.m-faqList__item__questions__text {
  display: block;
  position: relative;
  pointer-events: none;
  font-weight: 700;
}

.m-faqList__item__questions__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #555 transparent transparent transparent;
}

.m-faqList__item__answers {
  display: none;
}

.m-faqList__item__answers__closeBtn {
  width: 100%;
  text-align: center;
  background-color: #E8E8E8;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 15px;
}

.m-faqList__item.is-open .m-faqList__item__answers {
  display: block;
}

.m-faqList__item.is-open .m-faqList__item__questions__text::after {
  border-width: 0 5px 9px 5px;
  border-color: transparent transparent #555 transparent;
}

.m-carousel__item {
  background-color: #fff;
  border-bottom: 3px solid #A9C300;
}

.__teach .m-carousel__item{
  border-color: #E12F1C;
}

.m-carousel .slick-track {
  display: flex;
}

.m-carousel .slick-slide {
  float: none;
  height: auto;
}

.m-carousel .slick-slide > div {
  display: flex;
  padding-bottom: 6px;
}

.m-carousel.slick-initialized .slick-slide {
  display: flex;
}

.m-voiceList .m-voiceItem {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.m-voiceItem {
  display: block;
  margin: 0 auto;
}

.m-voiceItem__image img {
  width: 100%;
}

.m-voiceItem__text {
  position: relative;
}

.m-voiceItem__text__type {
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);
  line-height: 1;
}

.m-voiceItem__text__category {
  position: absolute;
  top: 0;
  right: 20px;
  transform: translateY(-50%);
  width: 80px;
  padding: 3px;
  line-height: 1;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}

.m-voiceItem__text__title {
  font-size: 2rem;
  font-weight: 400;
}

.m-voiceItem__text__intro {
  font-size: 1.4rem;
}

.m-voiceItem__text._teach_ .m-voiceItem__text__type {
  color: #E12F1C;
}

.m-voiceItem__text._teach_ .m-voiceItem__text__category {
  background-color: #E12F1C;
}

.m-voiceItem__text._learn_ .m-voiceItem__text__type {
  color: #A9C300;
}

.m-voiceItem__text._learn_ .m-voiceItem__text__category {
  background-color: #A9C300;
}

.m-voiceAnchor {
  position: relative;
  height: 0;
}

.m-voiceAnchor .u-anchorSingleLink {
  position: absolute;
  right: 0;
}

.m-newsItem {
  display: flex;
  flex-direction: row-reverse;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.m-newsItem__detail {
  padding: 20px;
}

.m-newsItem__detail__date {
  color: #888;
  line-height: 1;
  font-size: 1.4rem;
}

.m-newsItem__detail__title {
  font-weight: 400;
}

.m-newsItem__detail__text {
  font-weight: 400;
}

.m-contactLead__text {
  font-size: 1.4rem;
}

.m-contactLead__text + .m-contactLead__text {
  margin-top: 1em;
}

.m-contactLead__link {
  margin-top: 1em;
  text-align: center;
}

.m-contactLead__link a {
  color: #A9C300;
}

.m-contactForm__name {
  margin-top: 60px;
}

.m-contactForm__mail {
  margin-top: 30px;
}

.m-contactForm__message {
  margin-top: 30px;
}

.m-contactForm__label__wrap {
  display: flex;
  justify-content: space-between;
}

.m-contactForm__label__jp {
  font-size: 1.3rem;
}

.m-contactForm__label__en {
  font-size: 1.1rem;
}

.m-contactForm__label__required {
  color: #AAA;
}

.m-contactForm__label__required__jp {
  position: relative;
}

.m-contactForm__label__required__jp::before {
  content: "※";
}

.m-contactForm__label__required__en {
  font-size: 1.1rem;
}

.m-contactForm__input__wrap {
  background-color: #fff;
  border: 1px solid #CCC;
  padding: 8px 8px 7px 8px;
}

.m-contactForm__input__wrap:focus {
  border: 3px solid #A9C300;
}

.m-contactForm input,
.m-contactForm textarea {
  display: block;
  width: 100%;
  background-color: #fff;
  border: none;
}

.m-contactForm input:focus,
.m-contactForm textarea:focus {
  outline: none;
}

.m-contactForm input:-webkit-autofill,
.m-contactForm textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.m-contactForm__button {
  margin-top: 30px;
}

.m-contactForm__button button {
  width: 100%;
  height: 44px;
  background-color: #ddd;
}

.m-contactForm__confirm__wrap {
  padding: 8px 8px 7px 8px;
}

.m-contactForm__confirm__button {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.m-contactForm__confirm__button input[type="button"],
.m-contactForm__confirm__button button {
  height: 44px;
  background-color: #ddd;
}

.m-contactForm__confirm__button button {
  background-color: #A9C300;
  color: #fff;
}

.m-form__confirm__titleLevel2 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
}

.m-form__thanks__lead {
  color: #A9C300;
  font-weight: 700;
  text-align: center;
}

.m-form__thanks__text {
  margin-left: auto;
  margin-right: auto;
  width: 572px;
}

.m-form__thanks__text + .m-form__thanks__text {
  margin-top: 1em;
}

.m-form__thanks__link {
  margin-left: auto;
  margin-right: auto;
}

.m-form__thanks__link a {
  display: block;
  color: #fff;
  background-color: #A9C300;
  font-size: 1.5rem;
  text-align: center;
  height: 44px;
  line-height: 44px;
}

.m-articleDetail {
  position: relative;
}

.m-articleDetail__category {
  color: #fff;
  text-align: center;
  border-radius: 4px;
}

.m-articleDetail__keyVisual {
  position: relative;
}

.m-articleDetail__keyVisual__type {
  position: absolute;
  bottom: 0;
  line-height: 1;
  transform: translateY(50%);
}

.m-articleDetail__name {
  text-align: right;
}

.m-articleDetail._learn_ .m-articleDetail__category {
  background-color: #A9C300;
}

.m-articleDetail._learn_ .m-articleDetail__keyVisual__type {
  color: #A9C300;
}

.m-articleDetail._teach_ .m-articleDetail__category {
  background-color: #E12F1C;
}

.m-articleDetail._teach_ .m-articleDetail__keyVisual__type {
  color: #E12F1C;
}

.m-articleDetail__link {
  color: #06bafc;
}

.m-navigationLink {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
}

.m-navigationLink__link::before, .m-navigationLink__link::after {
  content: "";
  display: table;
}

.m-navigationLink__link:after {
  clear: both;
}

.m-navigationLink__link > *:only-child {
  padding: 0;
  border: none;
}

.m-navigationLink__link__previous {
  float: left;
}

.m-navigationLink__link__next {
  float: right;
  border-left: 1px solid #707070;
}

.m-navigationLink__index {
  text-align: center;
}

.m-navigationLink__index a {
  text-decoration: underline;
}

.m-suggestBnr__item {
  position: relative;
}

.m-suggestBnr__item._teach_ .m-suggestBnr__item__detail {
}

.m-suggestBnr__item._teach_ .m-suggestBnr__item__detail__title {
  color: #E12F1C;
}

.m-suggestBnr__item._teach_ .m-suggestBnr__item__detail__btn__wrap {
  background-color: #E12F1C;
}

.m-suggestBnr__item._learn_ .m-suggestBnr__item__detail {
  left: 0;
}

.m-suggestBnr__item._learn_ .m-suggestBnr__item__detail__title {
  color: #A9C300;
}

.m-suggestBnr__item._learn_ .m-suggestBnr__item__detail__btn__wrap {
  background-color: #A9C300;
}

.m-suggestBnr__item__detail {
  position: absolute;
  top: 50%;
  right:0px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-content: space-between;
}

.m-suggestBnr__item__detail__title {
  line-height: 1;
}

.m-suggestBnr__item__detail__text {
  color: #fff;
  display: flex;
  align-items: center;
}

.m-suggestBnr__item__detail__btn {
  background-color: #fff;
}

.m-suggestBnr__item__detail__btn__wrap {
  display: block;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.m-suggestBnr__item__detail__btn__en {
  line-height: 1;
  color: #fff;
}

.m-suggestBnr__item__detail__btn__jp {
  position: relative;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}

.m-suggestBnr__item__detail__btn__jp::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("/common/images/suggest-bnr_arrow.png");
  background-size: cover;
}

.m-suggestBnr__item__tmb {
  width: 100%;
}

.m-suggestApp {
  text-align: center;
  background-color: #302D2C;
  border-top: 1px solid #707070;
}

.m-suggestApp__logo {
  margin-left: auto;
  margin-right: auto;
}

.m-suggestApp__lead {
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.m-suggestApp__dlBtn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-footer {
  position: relative;
  border-top: 1px solid #707070;
  background-color: #000;
}

.l-footer__siteLink > ul {
  display: flex;
  justify-content: space-between;
}

.l-footer__siteLink > ul > li > a {
  display: block;
  text-align: center;
  color: #fff;
  border-bottom: 2px solid #FFE5AF;
  line-height: 1;
  padding-bottom: 5px;
}

.l-footer__siteLink > ul > li > a .l-footer__siteLink__jp {
  font-size: 1.0rem;
}

.l-footer__siteLink > ul > li > a .l-footer__siteLink__en {
  font-size: 1.4rem;
  margin-top: 7px;
}

.l-footer__siteLink > ul > li:nth-child(1) > a {
  border-bottom-color: #E12F1C;
}

.l-footer__siteLink > ul > li:nth-child(2) > a {
  border-bottom-color: #A9C300;
}

.l-footer__corporateLink > ul {
  display: flex;
}

.l-footer__corporateLink > ul > li a {
  display: block;
  text-align: center;
  color: #fff;
  transition: text-decoration 0.2s ease-in-out;
  text-decoration: underline;
}

.l-footer__copyright {
  color: #fff;
  line-height: 1;
}

.l-header {
  z-index: 1000;
}

.l-header__logo {
  z-index: 2000;
}

.l-header__menuBtn {
  z-index: 2000;
}

.m-glovalNav {
  z-index: 3000;
}

.l-content {
  z-index: 100;
}

.l-footer {
  z-index: 100;
}

.u-arrowLink {
  position: relative;
  text-decoration: underline;
  padding-right: 15px;
}

.u-arrowLink::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #302D2C;
}

.u-anchorSingleLink {
  position: relative;
  text-decoration: underline;
  padding-right: 16px;
}

.u-anchorSingleLink::after {
  display: block;
  fill: #302D2C;
  content: "";
  background-color: #302D2C;
  -webkit-mask-image: url("/common/images/icon_arrow.svg");
          mask-image: url("/common/images/icon_arrow.svg");
  position: absolute;
  top: 50%;
  right: -16px;
  width: 44px;
  height: 20px;
}

.u-anchorSingleLink._up_::after {
  transform: translateY(-50%) rotate(-90deg) scale(0.4);
}

.u-anchorSingleLink._learn_ {
  color: #A9C300;
}

.u-anchorSingleLink._learn_::after {
  background-color: #A9C300;
}

.u-anchorSingleLink._teach_ {
  color: #E12F1C;
}

.u-anchorSingleLink._teach_::after {
  background-color: #E12F1C;
}

ol.u-list {
  padding-left: 1em;
}

ol.u-list > li {
  list-style-type: decimal;
}

ol.u-list > li > ol.u-list {
  padding-left: 0;
}

ol.u-list > li > ol.u-list > li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}

ol.u-list > li > ol.u-list > li::before {
  display: marker;
  content: "(" counter(cnt) "). ";
}

ol.u-latin {
  padding-left: 1em;
}

ol.u-latin > li {
  list-style-type: lower-latin;
}

ol.u-cjk {
  margin-left: 0.5em;
  padding-left: 1em;
}

ol.u-cjk > li {
  list-style-type: cjk-ideographic;
}

.u-textBlock h3 + p,
.u-textBlock h3 + ol,
.u-textBlock h3 + ul {
  margin-top: 30px;
}

.u-textBlock p + ol,
.u-textBlock p + ul,
.u-textBlock ol + p,
.u-textBlock ul + p,
.u-textBlock p + p,
.u-textBlock ol + ol,
.u-textBlock ul + ul,
.u-textBlock ol + ul,
.u-textBlock ul + ol {
  margin-top: 20px;
}

.u-textBlock li + li {
  margin-top: 5px;
}

.u-textBlock ol ol,
.u-textBlock ol ul {
  margin-top: 5px;
}

.u-thinWidthWrap {
  margin-left: auto;
  margin-right: auto;
}

.u-attention {
  color: #D90000;
}

.___dev___ {
  background-color: #fee !important;
}

.___dev___ .l-contentWrap {
  transform: scale(0.5);
}

.___dev___ .l-contentWrap .l-content {
  background-color: #fff;
}

.m-topTitleLevel2 {
  background-image: url("/common/images/logo_ss.svg");
  background-repeat: no-repeat;
  background-position: center 0;
  text-align: center;
  line-height: 1;
}

.m-topTitleLevel3 {
  text-align: center;
  font-weight: 400;
}

.m-topKeyVisual__lead__text__jp {
  font-weight: 500;
  text-align: center;
}

.m-topKeyVisual__lead__text__en {
  text-align: center;
  line-height: 1;
}

.m-topKeyVisual__lead__dlBtn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-topKeyVisual__tmb {
  position: relative;
  line-height: 1;
}

.m-topKeyVisual__suggest {
  display: flex;
  position:absolute;
  bottom:0px;
  z-index:10;
  width:100%;
}

.m-topKeyVisual__suggest__item {
  width: 50%;
  text-align: center;
}

.m-topKeyVisual__suggest__item._teach_ {
  background-color: #E12F1C;
}

.m-topKeyVisual__suggest__item._teach_ .m-topKeyVisual__suggest__item__text__comingSoon {
  color: #E12F1C;
}

.m-topKeyVisual__suggest__item._learn_ {
  background-color: #A9C300;
}

.m-topKeyVisual__suggest__item._learn_ .m-topKeyVisual__suggest__item__text__comingSoon {
  color: #A9C300;
}

.m-topKeyVisual__suggest__item__text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.m-topKeyVisual__suggest__item__text__en {
  line-height: 1;
  color: #fff;
}

.m-topKeyVisual__suggest__item__text__jp {
  position: relative;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}

.m-topKeyVisual__suggest__item__text__jp::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("/common/images/suggest-bnr_arrow.png");
  background-size: cover;
}

.m-topAppIntro__title {
  margin: 0 auto;
}

.m-topAppIntro__lead {
  text-align: center;
  font-weight: 500;
}

.m-topAppIntro__list__item {
  display: flex;
  background-color: #fff;
}

.m-topAppIntro__list__item__text__title {
  color: #555;
}

.m-topAppIntro__list__item__text__title__number {
  line-height: 1;
}

.m-topAppIntro__list__item__text__title{
  color: #E12F1C;
}

.m-topAppIntro__list__item:nth-of-type(2) .m-topAppIntro__list__item__text__title{
  color:#A9C300;
}
.m-topAppIntro__list__item:nth-of-type(3) .m-topAppIntro__list__item__text__title{
  color:#F6CF89;
}

.m-topAppIntro__list__item__text__title__en {
  line-height: 1;
  
}

.m-topAppIntro__list__item__text__title__num{
  font-size: 4.0rem;
  font-weight:500;
  padding-right:5px;
}

.m-topAppIntro__list__item__text__lead {
  font-weight: 500;
}

.m-topAppIntro__list__item__text__detail {
  margin-top: 10px;
}

.m-topNews__list__item__wrap {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.m-topNews__list__item {
  display: flex;
  flex-direction: row-reverse;
}

.m-topNews__list__item__detail {
  padding: 20px;
}

.m-topNews__list__item__detail__date {
  color: #888;
  line-height: 1;
  font-size: 1.4rem;
}

.m-topNews__list__item__detail__title {
  font-weight: 400;
}

.m-topNews__list__item__detail__text {
  font-weight: 400;
}

.m-aboutKeyVisual {
  position: relative;
}

.m-aboutKeyVisual__wrap__textBlock__lead {
  background-color: #fafafa;
}

.m-aboutKeyVisual__wrap__textBlock__lead__ja {
  font-weight: 500;
}

.l-learnPage .m-suggestBnr__item__detail__title {
  position: absolute;
}

.l-learnPage .m-keyVisual .u-arrowLink {
  color: #E12F1C;
}

.l-learnPage .m-keyVisual .u-arrowLink::after {
  border-color: transparent transparent transparent #E12F1C;
}

.l-teachPage .m-suggestBnr__item._learn_ .m-suggestBnr__item__detail {
  left: auto;
  right: 0;
  text-align: right;
}

.l-teachPage .m-suggestBnr__item._learn_ .m-suggestBnr__item__detail__title {
  color: #A9C300;
}

.l-teachPage .m-suggestBnr__item._learn_ .m-suggestBnr__item__detail__btn__wrap {
  background-color: #A9C300;
}

.l-teachPage .m-suggestBnr__item__detail__title {
  position: absolute;
}

.l-teachPage .m-keyVisual .u-arrowLink {
  color: #A9C300;
}

@media screen and (max-width: 1279px) {
  .m-aboutKeyVisual__wrap__image {
    background-size: 640px auto;
  }
}
