@charset "UTF-8";

/*====================================================================
    Foundation
  ==================================================================== */

@media screen and (min-width: 1025px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .p-n-m__header--sub-title,
  .p-n-m__header--title,
  .l-course-top__header--sub-title,
  .l-course-top__header--title,
  .l-pankuzu,
  .l-contact-form__header--sub-title,
  .l-contact-form__header--title,
  .l-trial-form__header--sub-title,
  .l-trial-form__header--title,
  .l-voice-top__header--sub-title,
  .l-voice-top__header--title,
  .l-qa-top__header--sub-title,
  .l-qa-top__header--title,
  .l-law-top__header--sub-title,
  .l-law-top__header--title,
  .l-school-top__header--sub-title,
  .l-school-top__header--title,
  .l-school-top__background--triangle,
  .l-about-top__text,
  .l-about-top__title,
  .l-about-header__sub-title,
  .l-about-header__title {
    max-width: 1010px;
    margin: 0 auto !important;
  }
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ----------------------------------------------------------------------------------------------------

Super Form Reset

A couple of things to watch out for:

- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs

----------------------------------------------------------------------------------------------------*/

input,
label,
select,
button,
textarea {
  color: inherit;
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: Arial;
}

/* Remove the stupid outer glow in Webkit */

input:focus {
  outline: 0;
}

/* Box Sizing Reset
-----------------------------------------------*/

/* All of our custom controls should be what we expect them to be */

input,
textarea {
  box-sizing: content-box;
}

/* These elements are usually rendered a certain way by the browser */

button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  box-sizing: border-box;
}

/* Text Inputs
-----------------------------------------------*/

/* Button Controls
-----------------------------------------------*/

input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}

/* File Uploads
-----------------------------------------------*/

/* Search Input
-----------------------------------------------*/

/* Make webkit render the search input like a normal text field */

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */

::-webkit-search-decoration {
  display: none;
}

/* Buttons
-----------------------------------------------*/

button,
input[type=reset],
input[type=button],
input[type=submit] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */

::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

/* Textarea
-----------------------------------------------*/

textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}

/* Selects
-----------------------------------------------*/

select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  font-weight: 500;
  font-family: heisei-kaku-gothic-std, "\30E1\30A4\30EA\30AA", "Meiryo", "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\30D2\30E9\30AE\30CE\89D2\30B4   Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 2;
  color: #333333;
  -webkit-transition: 0 !important;
  transition: 0 !important;
}

a {
  color: inherit;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input,
button {
  line-height: inherit;
  font-size: inherit;
}

.preload {
  -webkit-transition: unset;
  transition: unset;
  -webkit-transform: none;
          transform: none;
}

.reflection,
.reflection--campaign {
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: reflection 3s ease-in-out infinite;
          animation: reflection 3s ease-in-out infinite;
}

.reflection--campaign {
  width: 60px;
}

@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.flashing {
  -webkit-animation: flash 0.7s ease-in-out infinite alternate;
          animation: flash 0.7s ease-in-out infinite alternate;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.imgHover:hover {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

/*====================================================================
    Layout
  ==================================================================== */

.l-top {
  background-size: cover;
  background-blend-mode: lighten;
  /* background-position: 15%; */
  background-position: 50%;
  height: 120vw;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .l-top {
    background-position: 38%;
    height: 55vw;
  }
}

.l-top__slide1 {
  background-image: url("../img/top_slide1_sp_cp.png");
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .l-top__slide1 {
    background-image: url("../img/top_slide1_pc_cp.png");
  }
} 

/* 通常アイキャッチテキスト */
.l-top__slide1__text-img {
  position: absolute;
  right: 6%;
  bottom: 6%;
  width: 70%;
}

@media screen and (min-width: 1025px) {
  .l-top__slide1__text-img {
    position: absolute;
    bottom: 36%;
    width: 43%;
    right: 1vw;
  }
} 

/* キャンペーン用アイキャッチテキスト
.l-top__slide1__text-img {
  position: absolute;
  right: 4%;
  top:19%;
  width: 24%;
}

@media screen and (min-width: 1025px) {
  .l-top__slide1__text-img {
    position: absolute;
    top: 21%;
    width: 17%;
    right: 7%;
  }
}*/

/* 夏期講習バナー */
.l-top__slide2 {
  background-image: url("/img/25_Summer/25summer_SpBase.jpg");
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .l-top__slide2 {
    background-image: url("/img/25_Summer/25summer_mainPc.webp");
  }
}
/* 冬期講習バナー */
.l-top__slide3 {
  padding-top: 10em;
  background-image: url("/img/top_slide3_sp.png");
  cursor: pointer;
  background-size: cover;
  background-position-x: center;
  height: 140vw;
}

@media screen and (min-width: 1025px) {
  .l-top__slide3 {
    padding-top: 10em;
    background-image: url("/img/top_slide3.png");
    background-position: 38%;
    height: 55vw;
  }
}

.l-top__slick-dots {
  text-align: center;
}

.l-top__slick-dots li {
  display: inline-block;
  margin: 0 15px;
}

.l-top__slick-dots li button {
  position: relative;
  text-indent: -9999px;
}

.l-top__slick-dots li button:before {
  content: "\25CF";
  font-size: 20px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  color: #bbb;
}

.l-top__slick-dots li.slick-active button:before {
  content: "\25CF";
  color: #333;
}

.l-top__title {
  position: absolute;
  top: 15.2em;
  text-align: right;
  right: 0;
}

@media screen and (min-width: 1025px) {
  .l-top__title {
    text-align: center;
    right: 6.3em;
  }
}

.l-top__main-title {
  line-height: 1;
  color: white;
  font-size: 3.2rem;
  right: 0;
  text-shadow: 0px 3px 6px #585858;
}

@media screen and (min-width: 1025px) {
  .l-top__main-title {
    font-size: 4rem;
  }
}

.l-top__main-title--lower {
  text-shadow: 0px 3px 6px #585858;
  line-height: 1;
  color: white;
  font-size: 3.2rem;
  display: block;
  padding-top: 0.2em;
}

@media screen and (min-width: 1025px) {
  .l-top__main-title--lower {
    display: contents;
    font-size: 4rem;
  }
}

.l-top__sub-title {
  line-height: 1;
  color: white;
  font-size: 1.6rem;
  text-shadow: 0px 3px 6px #585858;
  margin-right: 1em;
}

@media screen and (min-width: 1025px) {
  .l-top__sub-title {
    position: absolute;
    font-size: 2rem;
    right: 1em;
  }
}

.l-top__sub-title--lower {
  text-shadow: 0px 3px 6px #585858;
  line-height: 1;
  color: white;
  font-size: 1.6rem;
  display: block;
  padding-top: 0.2em;
}

@media screen and (min-width: 1025px) {
  .l-top__sub-title--lower {
    display: contents;
    font-size: 2rem;
    right: 1em;
  }
}

.l-top__scroll {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 5.5em;
  display: none;
}

@media screen and (min-width: 1025px) {
  .l-top__scroll {
    display: block;
  }
}

.l-top__scroll-title {
  line-height: 1;
  font-size: 1.8rem;
  color: white;
}

.l-top__scroll-btn {
  line-height: 1;
  font-size: 4rem;
  color: white;
  padding-top: 0.45em;
}

.slick-slide {
  padding-top: 31%;
}

@media screen and (min-width: 1025px) {
  .slick-slide {
    padding-top: 11%;
  }
}

.top-slider {
  margin-top: 40px;
}

@media screen and (min-width: 1025px) {
  .top-slider {
    margin-top: 0;
  }
}

.l-about {
  background-image: url("/img/gplaypattern.png");
  height: 45em;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .l-about {
    height: 60em;
  }
}

.l-about__title {
  padding-top: 1.8em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5em;
}

@media screen and (min-width: 1025px) {
  .l-about__title {
    font-size: 4rem;
  }
}

@media screen and (min-width: 1025px) {
  .l-about__title--br {
    display: none;
  }
}

.l-about__title--line {
  margin: 1.15em auto 0;
  width: 4em;
  border-bottom: 0.1em solid #f2a72e;
}

@media screen and (min-width: 1025px) {
  .l-about__title--line {
    margin: 0.8em auto 0;
    width: 7.5em;
    border-bottom: 0.1em solid #f2a72e;
  }
}

.l-about__text-area {
  padding-top: 1.9em;
  line-height: 2em;
  font-size: 1.4rem;
}

@media screen and (min-width: 1025px) {
  .l-about__text-area {
    font-size: 1.8rem;
  }
}

.l-about__text {
  margin-bottom: 1.8em;
}

.l-about__detailBox {
  display: block;
}

.l-about__detail {
  display: block;
  line-height: 1em;
  font-size: 2rem;
  color: #ffffff;
  background-color: #f2a72e;
  width: 16.5em;
  margin: 2.3em auto 0;
  text-align: center;
  padding: 0.87em 0;
  border-radius: 0.3em;
  border: thin solid #ffffff;
  -webkit-filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
}

@media screen and (min-width: 1025px) {
  .l-about__detail {
    width: 15em;
    margin: 2em auto 0;
    padding: 0.75em 0;
  }
}

.l-about__emerge-declar {
  max-width: 58em;
  width: 80%;
  margin: 3.7em auto 0;
}

.l-about__emerge-declar-item {
  width: 100%;
  display: -webkit-box;
  display: flex;
}

.l-about__emerge-declar-date {
  padding-right: 0.5em;
  color: #F1815E;
  font-size: 1.4rem;
  width: 20%;
}

@media screen and (min-width: 1025px) {
  .l-about__emerge-declar-date {
    width: 10%;
  }
}

.l-about__emerge-declar-title {
  text-align: left;
  width: 75%;
}

@media screen and (min-width: 1025px) {
  .l-about__emerge-declar-title {
    width: 90%;
  }
}

.l-about__emerge-declar-link {
  text-decoration: underline;
  color: #4AACFF;
  font-size: 1.4rem;
}

.l-campaign {
  margin: 3em 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .l-campaign {
    margin: 6em 0;
  }
}

.l-campaign__img {
  width: 23.1em;
  height: 8.9em;
}

@media screen and (min-width: 481px) {
  .l-campaign__img {
    width: 46.2em;
    height: 17.8em;
  }
}

@media screen and (min-width: 1025px) {
  .l-campaign__img {
    width: 65.7em;
    height: 25em;
  }
}

.l-contents__header {
  color: #ffffff;
  height: 8.5em;
}

@media screen and (min-width: 1025px) {
  .l-contents__header {
    text-align: center;
  }
}

.l-contents__header.is-news {
  background-color: #fecf2e;
}

@media screen and (min-width: 1025px) {
  .l-contents__header.is-news {
    color: #fecf2e;
    background-color: #ffffff;
  }
}

.l-contents__header.is-media {
  background-color: #96c93a;
}

@media screen and (min-width: 1025px) {
  .l-contents__header.is-media {
    color: #96c93a;
    background-color: #ffffff;
  }
}

.l-contents__header.is-reasons {
  background-color: #f8ac2f;
}

@media screen and (min-width: 1025px) {
  .l-contents__header.is-reasons {
    color: #f8ac2f;
    background-color: #ffffff;
  }
}

.l-contents__header.is-course {
  background-color: #2d99f2;
}

@media screen and (min-width: 1025px) {
  .l-contents__header.is-course {
    color: #2d99f2;
    background-color: rgba(255, 255, 255, 0);
  }
}

.l-contents__header.is-visit {
  background-color: #42c8f6;
}

@media screen and (min-width: 1025px) {
  .l-contents__header.is-visit {
    color: #42c8f6;
    background-color: rgba(255, 255, 255, 0);
    width: 46em;
    margin-left: 4em;
  }
}

.l-contents__header.is-school {
  background-color: #ffab24;
}

@media screen and (min-width: 1025px) {
  .l-contents__header.is-school {
    color: #ffab24;
    background-color: rgba(255, 255, 255, 0);
    width: 46em;
    margin: 0 auto;
    margin-right: 4em;
  }
}

.l-contents__header.is-voice {
  background-color: #f6aca0;
}

@media screen and (min-width: 1025px) {
  .l-contents__header.is-voice {
    color: #f6aca0;
    background-color: #ffffff;
  }
}

.l-contents__header.is-column {
  background-color: #fd7132;
}

@media screen and (min-width: 1025px) {
  .l-contents__header.is-column {
    color: #FD7132;
    background-color: #ffffff;
  }
}

.l-contents__header.is-qa {
  background-color: #16c97d;
}

@media screen and (min-width: 1025px) {
  .l-contents__header.is-qa {
    color: #16c97d;
    background-color: #ffffff;
  }
}

.l-contents__header.is-privacy {
  background-color: #eaedee;
  color: #333333;
}

@media screen and (min-width: 1025px) {
  .l-contents__header.is-privacy {
    color: #eaedee;
    background-color: #ffffff;
  }
}

.l-contents__header.is-contact {
  background-color: #59CBD2;
}

@media screen and (min-width: 1025px) {
  .l-contents__header.is-contact {
    color: #f29072;
    background-color: #ffffff;
  }
}

.l-contents__header--title {
  font-size: 3rem;
  line-height: 1em;
  padding: 0.6em 0 0 0.66em;
}

@media screen and (min-width: 1025px) {
  .l-contents__header--title {
    font-size: 4rem;
    padding: 0;
  }

  .l-contents__header--title i {
    display: none;
  }
}

.l-contents__header--sub-title {
  font-size: 1.4rem;
  margin-left: 1.4em;
  font-weight: 300;
}

@media screen and (min-width: 1025px) {
  .l-contents__header--sub-title {
    margin-left: 0;
    font-size: 1.8rem;
    color: #333333;
  }
}

.l-contents__article--horizontal-list {
  padding-top: 5em;
  margin: 0 0 2em 4.75em;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: flex;
  z-index: 80;
  overflow: auto;
}

@media screen and (min-width: 1025px) {
  .l-contents__article--horizontal-list {
    width: 93em;
    margin: 0 auto;
    overflow: auto;
  }
}

.l-contents__article--item {
  margin-right: 1.1em;
  height: 100%;
  display: inline-block;
}

@media screen and (min-width: 1025px) {
  .l-contents__article--item {
    width: 28em;
    margin-right: 4.5em;
  }
}

.l-contents__article--upper {
  width: 100%;
  display: -webkit-inline-box;
  display: inline-flex;
}

.l-contents__article--img-area {
  display: inline-block;
  height: 20em;
  width: 28em;
  text-align: center;
  margin-bottom: 1.9em;
}

.l-contents__article--img {
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
}

.l-contents__article--date {
  color: #f29072;
  width: 4em;
  margin-left: 1.5em;
  font-size: 1.6rem;
  font-weight: bold;
}

.l-contents__article--category {
  text-align: center;
  color: #ffffff;
  margin-left: 9.5em;
  width: 6.5em;
  background-color: #f29072;
  font-size: 1.2rem;
  height: 1.5em;
  line-height: 1.4em;
  margin-top: 0.25em;
}

.l-contents__article--title {
  width: 17em;
  font-weight: bold;
  padding-top: 0.6em;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 2.8rem;
  margin-left: 1.7em;
}

.l-contents__btn {
  display: block;
  padding-bottom: 5em;
}

.l-contents__btn--trial {
  display: block;
  padding-bottom: 0;
  margin-top: 5em;
}

@media screen and (min-width: 1025px) {
  .l-contents__btn--trial {
    margin-bottom: 7em;
  }
}

.l-contents__index-list {
  display: block;
  line-height: 1em;
  font-size: 2rem;
  color: #ffffff;
  background-color: #4aacff;
  width: 16.5em;
  margin: -1em auto 0;
  text-align: center;
  padding: 0.87em 0;
  border-radius: 0.3em;
  border: thin solid #ffffff;
  -webkit-filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
}

@media screen and (min-width: 1025px) {
  .l-contents__index-list {
    margin-top: 2.4em;
    width: 300px;
    padding: 0.75em 0;
  }
}

.l-contents__index-list--trial {
  display: block;
  font-size: 2rem;
  line-height: 1em;
  color: #ffffff;
  background-color: #c2d600;
  width: 16.5em;
  margin: -1em auto 0;
  text-align: center;
  padding: 0.87em 0;
  border-radius: 0.3em;
  border: thin solid #ffffff;
  -webkit-filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
}

@media screen and (min-width: 1025px) {
  .l-contents__index-list--trial {
    margin-top: 2.4em;
    width: 300px;
    padding: 0.75em 0;
  }
}

.l-header__menu--item .is-info,
.l-header__menu--item .is-voice,
.l-header__menu--item .is-qa,
.l-header__menu--item .is-school,
.l-header__menu--item .is-course,
.l-header__menu--item .is-media,
.l-header__menu--item .is-news,
.l-header__menu--item .is-about,
.l-top-header__menu--item .is-voice,
.l-top-header__menu--item .is-qa,
.l-top-header__menu--item .is-school,
.l-top-header__menu--item .is-course,
.l-top-header__menu--item .is-about {
  width: 3em;
  margin: 0.75em auto 0.97em;
}

.l-top-header__menu-link--voice::after,
.l-top-header__menu-link--qa::after,
.l-top-header__menu-link--school::after,
.l-top-header__menu-link--course::after,
.l-top-header__menu-link--about::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.l-top-header__menu-link--voice:hover::after,
.l-top-header__menu-link--qa:hover::after,
.l-top-header__menu-link--school:hover::after,
.l-top-header__menu-link--course:hover::after,
.l-top-header__menu-link--about:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.l-top-header {
  background: #ffffff;
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  /* 最初のspanをマイナス45度に */
  /* 2番目と3番目のspanを45度に */
}

@media screen and (min-width: 1025px) {
  .l-top-header {
    position: relative;
  }
}

.l-top-header__upper {
  width: 100%;
  display: -webkit-inline-box;
  display: inline-flex;
}

.l-top-header__upper--container {
  display: -webkit-inline-box;
  display: inline-flex;
}

@media screen and (min-width: 1025px) {
  .l-top-header__upper--container {
    margin: 0 auto;
  }
}

.l-top-header__logoBox {
  z-index: 100;
}

.l-top-header__logo {
  height: auto;
  width: 22em;
  margin: 1em 0 0.3em 1.5em;
}

@media screen and (min-width: 1025px) {
  .l-top-header__logo {
    width: 32.4em;
    margin: 0;
    margin-right: 35em;
  }
}

.l-top-header__campaign {
  display: none;
  font-size: 1.6em;
  line-height: 1.25em;
  width: 7.5em;
  text-align: center;
  color: #ff6262;
  margin-right: 0.94em;
}

@media screen and (min-width: 1025px) {
  .l-top-header__campaign {
    display: inline-block;
  }
}

.l-top-header__trial {
  display: none;
  border-radius: 0.3em;
  width: 10.2em;
  font-size: 2rem;
  color: #ffffff;
  text-align: center;
  line-height: 1em;
  background-color: #FFA205;
  height: 1em;
  padding: 0.61em 0;
  z-index: 100;
  position: relative;
  overflow: hidden;
  box-sizing: content-box;
}

@media screen and (min-width: 1025px) {
  .l-top-header__trial {
    display: inline-block;
  }
}

.l-top-header__footer {
  display: none;
  padding: 1.5em 0 0.5em;
  width: 100%;
  background-color: #fffffff0;
  box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1025px) {
  .l-top-header__footer {
    display: -webkit-inline-box;
    display: inline-flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
  }
}

.l-top-header__menu {
  margin: 0 auto;
  max-width: 1010px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.l-top-header__menu--item {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1em;
  margin-right: 0;
  text-align: center;
}

.l-top-header__menu--item .is-about {
  border-top: solid 0.1em #f29600;
}

.l-top-header__menu--item .is-course {
  border-top: solid 0.1em #2d99f2;
}

.l-top-header__menu--item .is-school {
  border-top: solid 0.1em #f29600;
}

.l-top-header__menu--item .is-qa {
  border-top: solid 0.1em #17C97C;
}

.l-top-header__menu--item .is-voice {
  border-top: solid 0.1em #f29600;
}

.l-top-header__menu .voice {
  margin-right: 0;
}

.l-top-header__hamburger {
  display: block;
  position: fixed;
  right: 2em;
  top: 2em;
  width: 3em;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  height: 2.4em;
}

@media screen and (min-width: 1025px) {
  .l-top-header__hamburger {
    display: none;
  }
}

.l-top-header__hamburger span {
  display: block;
  position: absolute;
  width: 3em;
  border-bottom: solid 0.2em #f29600;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.l-top-header__hamburger span:nth-child(2) {
  top: 0.9em;
}

.l-top-header__hamburger span:nth-child(3) {
  top: 1.8em;
}

.l-top-header__hamburger.active span:nth-child(1) {
  top: 1.2em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-top-header__hamburger.active span:nth-child(2),
.l-top-header__hamburger.active span:nth-child(3) {
  top: 1.2em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-top-header__menu-link--about::after {
  background: #ffa205;
}

.l-top-header__menu-link--course::after {
  background: #2d99f2;
}

.l-top-header__menu-link--school::after {
  background: #ffab25;
}

.l-top-header__menu-link--qa::after {
  background: #17c97c;
}

.l-top-header__menu-link--voice::after {
  background: #f6aca0;
}

.l-four-forces__circle--speaker,
.l-four-forces__circle--engineer,
.l-four-forces__circle--thinker,
.l-four-forces__circle--solver {
  width: 20em;
  height: 20em;
  border-radius: 50%;
  color: white;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media screen and (min-width: 1025px) {
  .l-four-forces__circle--speaker,
  .l-four-forces__circle--engineer,
  .l-four-forces__circle--thinker,
  .l-four-forces__circle--solver {
    width: 27em;
    height: 27em;
  }
}

.l-four-forces__wrapper {
  overflow: hidden;
  height: 88em;
  position: relative;
  padding-top: 8em;
  text-align: center;
}

@media screen and (min-width: 803px) {
  .l-four-forces__wrapper {
    height: 60em;
  }
}

@media screen and (min-width: 1025px) {
  .l-four-forces__wrapper {
    height: 75em;
  }
}

.l-four-forces__title-area {
  text-align: center;
}

.l-four-forces__title {
  font-size: 3rem;
  line-height: 0;
}

@media screen and (min-width: 1025px) {
  .l-four-forces__title {
    font-size: 4rem;
  }
}

.l-four-forces__sub-title {
  font-size: 1.8rem;
  line-height: 0;
  margin-top: 2.5em;
}

.l-four-forces__circle-area {
  margin: 10em auto 0;
  max-width: 1080px;
  width: 100%;
}

@-webkit-keyframes PcLeftHorizontal {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }

  50% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes PcLeftHorizontal {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }

  50% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes PcRightHorizontal {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }

  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes PcRightHorizontal {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }

  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes PcTopVertical {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }

  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes PcTopVertical {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }

  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes PcBottomHorizontal {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }

  50% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes PcBottomHorizontal {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }

  50% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes LeftHorizontal {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }

  50% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes LeftHorizontal {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }

  50% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes RightHorizontal {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }

  50% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes RightHorizontal {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }

  50% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes TopVertical {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }

  50% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes TopVertical {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }

  50% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes BottomHorizontal {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }

  50% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes BottomHorizontal {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }

  50% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.l-four-forces__circle-area li:nth-child(1) {
  -webkit-animation: TopVertical 6s ease-in-out infinite alternate;
          animation: TopVertical 6s ease-in-out infinite alternate;
}

@media screen and (min-width: 1025px) {
  .l-four-forces__circle-area li:nth-child(1) {
    -webkit-animation: PcTopVertical 6s ease-in-out infinite alternate;
            animation: PcTopVertical 6s ease-in-out infinite alternate;
  }
}

.l-four-forces__circle-area li:nth-child(2) {
  -webkit-animation: LeftHorizontal 6.4s ease-in-out infinite alternate;
          animation: LeftHorizontal 6.4s ease-in-out infinite alternate;
}

@media screen and (min-width: 1025px) {
  .l-four-forces__circle-area li:nth-child(2) {
    -webkit-animation: PcLeftHorizontal 6.4s ease-in-out infinite alternate;
            animation: PcLeftHorizontal 6.4s ease-in-out infinite alternate;
  }
}

.l-four-forces__circle-area li:nth-child(3) {
  -webkit-animation: RightHorizontal 6.6s ease-in-out infinite alternate;
          animation: RightHorizontal 6.6s ease-in-out infinite alternate;
}

@media screen and (min-width: 1025px) {
  .l-four-forces__circle-area li:nth-child(3) {
    -webkit-animation: PcRightHorizontal 6.6s ease-in-out infinite alternate;
            animation: PcRightHorizontal 6.6s ease-in-out infinite alternate;
  }
}

.l-four-forces__circle-area li:nth-child(4) {
  -webkit-animation: BottomHorizontal 6.2s ease-in-out infinite alternate;
          animation: BottomHorizontal 6.2s ease-in-out infinite alternate;
}

@media screen and (min-width: 1025px) {
  .l-four-forces__circle-area li:nth-child(4) {
    -webkit-animation: PcBottomHorizontal 6.2s ease-in-out infinite alternate;
            animation: PcBottomHorizontal 6.2s ease-in-out infinite alternate;
  }
}

@media screen and (min-width: 1025px) {
  .l-four-forces__circle-area {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.l-four-forces__circle {
  position: relative;
}

.l-four-forces__circle--solver {
  background-color: rgba(207, 222, 52, 0.8);
  -webkit-animation: BottomHorizontal 6.6s ease-in-out infinite alternate;
          animation: BottomHorizontal 6.6s ease-in-out infinite alternate;
}

.l-four-forces__circle--solver:hover {
  width: 300px;
  height: 300px;
}

@media screen and (min-width: 1025px) {
  .l-four-forces__circle--solver:hover {
    width: 350px;
    height: 350px;
  }
}

.l-four-forces__circle--solver:hover .l-four-forces__circle-title {
  width: 300px;
}

@media screen and (min-width: 1025px) {
  .l-four-forces__circle--solver:hover .l-four-forces__circle-title {
    width: 350px;
  }
}

@media screen and (min-width: 1025px) {
  .l-four-forces__circle--solver {
    -webkit-animation: PcLeftHorizontal 6.6s ease-in-out infinite alternate;
            animation: PcLeftHorizontal 6.6s ease-in-out infinite alternate;
  }
}

.l-four-forces__circle--thinker {
  background-color: rgba(204, 236, 255, 0.8);
  -webkit-animation: LefttHorizontal 6.2s ease-in-out infinite alternate;
          animation: LefttHorizontal 6.2s ease-in-out infinite alternate;
}

.l-four-forces__circle--thinker:hover {
  width: 300px;
  height: 300px;
}

@media screen and (min-width: 1025px) {
  .l-four-forces__circle--thinker:hover {
    width: 350px;
    height: 350px;
  }
}

.l-four-forces__circle--thinker:hover .l-four-forces__circle-title {
  width: 300px;
}

@media screen and (min-width: 1025px) {
  .l-four-forces__circle--thinker:hover .l-four-forces__circle-title {
    width: 350px;
  }
}

@media screen and (min-width: 1025px) {
  .l-four-forces__circle--thinker {
    -webkit-animation: PcBottomHorizontal 6.2s ease-in-out infinite alternate;
            animation: PcBottomHorizontal 6.2s ease-in-out infinite alternate;
  }
}

.l-four-forces__circle--engineer {
  background-color: rgba(251, 237, 53, 0.8);
  -webkit-animation: TopVertical 6.4s ease-in-out infinite alternate;
          animation: TopVertical 6.4s ease-in-out infinite alternate;
}

.l-four-forces__circle--engineer:hover {
  width: 300px;
  height: 300px;
}

@media screen and (min-width: 1025px) {
  .l-four-forces__circle--engineer:hover {
    width: 350px;
    height: 350px;
  }
}

.l-four-forces__circle--engineer:hover .l-four-forces__circle-title {
  width: 300px;
}

@media screen and (min-width: 1025px) {
  .l-four-forces__circle--engineer:hover .l-four-forces__circle-title {
    width: 350px;
  }
}

@media screen and (min-width: 1025px) {
  .l-four-forces__circle--engineer {
    -webkit-animation: PcTopVertical 6.4s ease-in-out infinite alternate;
            animation: PcTopVertical 6.4s ease-in-out infinite alternate;
  }
}

.l-four-forces__circle--speaker {
  background-color: rgba(246, 181, 77, 0.8);
  -webkit-animation: LeftHorizontal 6s ease-in-out infinite alternate;
          animation: LeftHorizontal 6s ease-in-out infinite alternate;
}

.l-four-forces__circle--speaker:hover {
  width: 300px;
  height: 300px;
}

@media screen and (min-width: 1025px) {
  .l-four-forces__circle--speaker:hover {
    width: 350px;
    height: 350px;
  }
}

.l-four-forces__circle--speaker:hover .l-four-forces__circle-title {
  width: 300px;
}

@media screen and (min-width: 1025px) {
  .l-four-forces__circle--speaker:hover .l-four-forces__circle-title {
    width: 350px;
  }
}

@media screen and (min-width: 1025px) {
  .l-four-forces__circle--speaker {
    -webkit-animation: PcRightHorizontal 6s ease-in-out infinite alternate;
            animation: PcRightHorizontal 6s ease-in-out infinite alternate;
  }
}

.l-four-forces__circle-title {
  font-size: 3rem;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 200px;
  line-height: 1;
  text-shadow: 2px 2px 3px #c0c0c0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 1025px) {
  .l-four-forces__circle-title {
    width: 270px;
    font-size: 3.6rem;
  }
}

.l-four-forces__circle-sub-title {
  font-size: 1rem;
  text-shadow: 2px 2px 3px #c0c0c0;
}

@media screen and (min-width: 1025px) {
  .l-four-forces__circle-sub-title {
    font-size: 1.2rem;
  }
}

.l-four-forces__btn {
  width: 100%;
  position: absolute;
  bottom: 75px;
}

@media screen and (min-width: 1025px) {
  .l-four-forces__btn {
    bottom: 0;
  }
}

.l-four-forces__circle-half-area {
  display: -webkit-inline-box;
  display: inline-flex;
}

@media screen and (min-width: 1025px) {
  .l-four-forces__circle-half-area {
    display: contents;
  }
}

.l-about-header {
  color: #ffffff;
  height: 8.5em;
  background: -webkit-gradient(linear, right top, left top, from(#d4de53), to(#f9bc57));
  background: linear-gradient(to left, #d4de53, #f9bc57);
}

@media screen and (min-width: 1025px) {
  .l-about-header {
    height: 12em;
  }
}

.l-about-header__title {
  font-size: 3rem;
  line-height: 1em;
  padding: 0.6em 0 0 0.66em;
}

@media screen and (min-width: 1025px) {
  .l-about-header__title {
    font-size: 4rem;
    padding: 0.6em 0 0 0;
  }
}

.l-about-header__sub-title {
  font-size: 1.4rem;
  padding-left: 1.4em;
}

@media screen and (min-width: 1025px) {
  .l-about-header__sub-title {
    font-size: 1.8rem;
    padding-left: 0;
  }
}

.l-about-top__background--stripe {
  background-image: url("/img/stripes-light.png");
  height: 27.4em;
}

@media screen and (min-width: 1025px) {
  .l-about-top__background--stripe {
    height: 49em;
    background-size: 110% auto;
  }
}

.l-about-top__background--stripe::before {
  content: "";
  position: absolute;
  right: 100%;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
  border-width: 0px 80vw 27.4em 0;
}

@media screen and (min-width: 1025px) {
  .l-about-top__background--stripe::before {
    border-width: 0px 80vw 49em 0;
  }
}

.l-about-top__container {
  margin-top: -32em;
  z-index: 1;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .l-about-top__container {
    margin-top: -49em;
  }
}

.l-about-top__title {
  color: #ffa103;
  font-size: 3rem;
  line-height: 1.4em;
  font-weight: bold;
  padding: 3em 0 0.6em 0.6em;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 481px) {
  .l-about-top__title {
    padding: 3em 0 0.6em 2.98em;
  }
}

@media screen and (min-width: 1025px) {
  .l-about-top__title {
    font-size: 4rem;
    padding: 1em 0 1em 0;
    line-height: 1.5em;
    font-weight: 550;
  }
}

.l-about-top__img {
  width: 100%;
  height: 20em;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1025px) {
  .l-about-top__img {
    height: 32em;
  }
}

.l-about-top__text {
  margin: 2.86em 1.29em 2.7em;
  line-height: 1.8em;
  font-size: 1.4rem;
}

@media screen and (min-width: 481px) {
  .l-about-top__text {
    margin: 2.22em 6.39em 6.39em;
  }
}

@media screen and (min-width: 1025px) {
  .l-about-top__text {
    display: block;
    font-size: 1.8rem;
    padding: 2.22em 0 6.39em;
  }
}

.l-about-point__4--trapezoid,
.l-about-point__2--trapezoid,
.l-about-point__3--trapezoid,
.l-about-point__1--trapezoid {
  position: relative;
  width: 57%;
  color: #ffffff;
}

@media screen and (min-width: 1025px) {
  .l-about-point__4--trapezoid,
  .l-about-point__2--trapezoid,
  .l-about-point__3--trapezoid,
  .l-about-point__1--trapezoid {
    width: 39.1%;
  }
}

.l-about-point__4--trapezoid div.title,
.l-about-point__2--trapezoid div.title,
.l-about-point__3--trapezoid div.title,
.l-about-point__1--trapezoid div.title {
  font-size: 2rem;
  margin-right: -2.3em;
  line-height: 1.4em;
  width: 11em;
}

@media screen and (min-width: 1025px) {
  .l-about-point__4--trapezoid div.title,
  .l-about-point__2--trapezoid div.title,
  .l-about-point__3--trapezoid div.title,
  .l-about-point__1--trapezoid div.title {
    font-size: 3rem;
  }
}

.l-about-point__4--trapezoid div.title p.training,
.l-about-point__2--trapezoid div.title p.training,
.l-about-point__3--trapezoid div.title p.training,
.l-about-point__1--trapezoid div.title p.training {
  z-index: 1;
  position: relative;
  letter-spacing: 0.1em;
}

.l-about-point__4--trapezoid p.text,
.l-about-point__2--trapezoid p.text,
.l-about-point__3--trapezoid p.text,
.l-about-point__1--trapezoid p.text {
  font-size: 1.4rem;
  line-height: 1.7em;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1025px) {
  .l-about-point__4--trapezoid p.text,
  .l-about-point__2--trapezoid p.text,
  .l-about-point__3--trapezoid p.text,
  .l-about-point__1--trapezoid p.text {
    width: 24.22em;
    font-size: 1.8rem;
    line-height: 1.89em;
    z-index: 50;
    position: relative;
  }
}

.l-about-point__4--trapezoid::before,
.l-about-point__2--trapezoid::before,
.l-about-point__3--trapezoid::before,
.l-about-point__1--trapezoid::before,
.l-about-point__img::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  z-index: 0;
}

.l-about-point__3--trapezoid div.title,
.l-about-point__1--trapezoid div.title {
  padding: 0.8em 0 0.5em 1.05em;
}

@media screen and (min-width: 1025px) {
  .l-about-point__3--trapezoid div.title,
  .l-about-point__1--trapezoid div.title {
    padding: 2em 0 0.5em 4.67em;
  }
}

.l-about-point__3--trapezoid p.text,
.l-about-point__1--trapezoid p.text {
  padding-left: 1.5em;
}

@media screen and (min-width: 1025px) {
  .l-about-point__3--trapezoid p.text,
  .l-about-point__1--trapezoid p.text {
    padding-left: 7.78em;
  }
}

.l-about-point__4--trapezoid div.title,
.l-about-point__2--trapezoid div.title {
  padding: 0.9em 0 0.6em 0;
}

@media screen and (min-width: 1025px) {
  .l-about-point__4--trapezoid div.title,
  .l-about-point__2--trapezoid div.title {
    padding: 2em 0 0.6em 0;
    position: relative;
    margin-left: -1em;
  }
}

.l-about-point__4--trapezoid p.text,
.l-about-point__2--trapezoid p.text {
  padding-right: 1.6em;
}

@media screen and (min-width: 1025px) {
  .l-about-point__4--trapezoid p.text,
  .l-about-point__2--trapezoid p.text {
    margin-left: -1.7em;
  }
}

.l-about-point__3--trapezoid::before,
.l-about-point__1--trapezoid::before,
.l-about-point__img::before {
  left: 100%;
  border-width: 9.6em 3.5em 0 0;
}

@media screen and (min-width: 1025px) {
  .l-about-point__3--trapezoid::before,
  .l-about-point__1--trapezoid::before,
  .l-about-point__img::before {
    border-width: 16em 16em 0 0;
  }
}

.l-about-point__4--trapezoid::before,
.l-about-point__2--trapezoid::before {
  right: 100%;
  border-width: 0 0 9.6em 3.5em;
}

@media screen and (min-width: 1025px) {
  .l-about-point__4--trapezoid::before,
  .l-about-point__2--trapezoid::before {
    border-width: 0 0 16em 16em;
  }
}

.l-about-point {
  padding-bottom: 1em;
  margin-bottom: 4em;
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .l-about-point {
    margin-bottom: 13.2em;
  }
}

.l-about-point__item {
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: 2rem;
  position: relative;
  color: #ffffff;
  z-index: 1;
  height: 9.6em;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .l-about-point__item {
    height: 16em;
  }
}

.l-about-point__item--3 {
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: 2rem;
  position: relative;
  color: #ffffff;
  z-index: 1;
  height: 9.6em;
  width: 100%;
  margin-top: -0.35em;
}

@media screen and (min-width: 1025px) {
  .l-about-point__item--3 {
    height: 16em;
  }
}

.l-about-point__img {
  width: 43%;
}

@media screen and (min-width: 1025px) {
  .l-about-point__img {
    width: 60.9%;
  }
}

.l-about-point__img__1 {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: 90% 100%;
     object-position: 90% 100%;
}

.l-about-point__img__2 {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: 30% 100%;
     object-position: 30% 100%;
}

.l-about-point__img__3 {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: 55% 100%;
     object-position: 55% 100%;
}

.l-about-point__img__4 {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: 24% 100%;
     object-position: 24% 100%;
}

.l-about-point__img::before {
  border-color: #33b4ed transparent transparent transparent;
}

.l-about-point__1--trapezoid {
  background-color: #33b4ed;
}

.l-about-point__1--trapezoid::before {
  border-color: #33b4ed transparent transparent transparent;
}

.l-about-point__2--trapezoid {
  background-color: #7bd500;
}

.l-about-point__2--trapezoid::before {
  border-color: transparent transparent #7bd500 transparent;
}

.l-about-point__3--trapezoid {
  background-color: #ffcf03;
}

.l-about-point__3--trapezoid::before {
  border-color: #ffcf03 transparent transparent transparent;
}

.l-about-point__4--trapezoid {
  background-color: #ffa907;
}

.l-about-point__4--trapezoid::before {
  border-color: transparent transparent #ffa907 transparent;
}

.l-about-point__detail__left {
  font-size: 1.4rem;
  padding-left: 2rem;
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .l-about-point__detail__left {
    padding-left: 10em;
  }
}

.l-about-point__detail__right {
  font-size: 1.4rem;
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .l-about-point__detail__right {
    margin-left: -2em;
  }
}

.l-about-point .modal1 {
  color: #33b4ed;
}

.l-about-point .modal2 {
  color: #7bd500;
}

.l-about-point .modal3 {
  color: #ffcf03;
}

.l-about-point .modal4 {
  color: #ffa907;
}

.l-about-point__item-modal {
  display: none;
  position: fixed;
  height: 100vh;
  top: 0;
  width: 100%;
  z-index: 999;
}

.l-about-point__item-modal p {
  line-height: 2rem;
}

.l-about-point__item-modal__bg {
  background: rgba(0, 0, 0, 0.35);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.l-about-point__item-modal__content {
  width: 80%;
  height: 80%;
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px;
  background: #fff;
  border-radius: 7px;
  overflow: scroll;
}

@media screen and (min-width: 1025px) {
  .l-about-point__item-modal__content {
    width: 60%;
    overflow: initial;
    top: 50%;
    overflow: scroll;
  }
}

.l-about-point__item-modal__content__modal1 {
  border: 7px solid #33b4ed;
}

.l-about-point__item-modal__content__modal2 {
  border: 7px solid #7bd500;
}

.l-about-point__item-modal__content__modal3 {
  border: 7px solid #ffcf03;
}

.l-about-point__item-modal__content__modal4 {
  border: 7px solid #ffa907;
}

.l-about-point__item-modal__text {
  font-size: 1.4rem;
}

.l-about-point__item-modal__text p {
  margin-bottom: 1rem;
}

.l-about-point__item-modal__title {
  font-size: 3rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}

.l-about-point__item-modal__title__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-size: 3rem;
}

.l-about-point__item-modal__title__close {
  cursor: pointer;
}

.l-about-point__item-modal__subtitle {
  font-size: 1.7rem;
  margin: 0.75rem 0;
}

.l-about-point__item-modal__img {
  width: 100%;
}

.l-about-point__item-modal__room {
  font-size: 1.7rem;
  margin: 0;
}

.l-about-vision__three-circle--item .achivement,
.l-about-vision__three-circle--item .imagination,
.l-about-vision__three-circle--item .expression {
  width: 7em;
  height: 7em;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  position: absolute;
}

@media screen and (min-width: 1025px) {
  .l-about-vision__three-circle--item .achivement,
  .l-about-vision__three-circle--item .imagination,
  .l-about-vision__three-circle--item .expression {
    width: 6.6em;
    height: 6.6em;
  }
}

.l-about-vision__three-circle--item .achivement p,
.l-about-vision__three-circle--item .imagination p,
.l-about-vision__three-circle--item .expression p {
  font-size: 2.2rem;
  padding-top: 2.54em;
}

@media screen and (min-width: 1025px) {
  .l-about-vision__three-circle--item .achivement p,
  .l-about-vision__three-circle--item .imagination p,
  .l-about-vision__three-circle--item .expression p {
    font-size: 4rem;
    padding-top: 2.4em;
  }
}

.l-about-vision__feature--item .achivement,
.l-about-vision__feature--item .imagination,
.l-about-vision__feature--item .expression {
  font-size: 3rem;
  font-weight: bold;
  margin-left: 0.65em;
  line-height: 1.3em;
  width: 5em;
}

.l-about-vision__description--title {
  font-size: 3rem;
  line-height: 1em;
  padding: 0.6em 0 0 0.66em;
  color: #33b4ed;
}

@media screen and (min-width: 1025px) {
  .l-about-vision__description--title {
    font-size: 4rem;
    width: 2.73em;
    padding: 0;
    margin: 0 auto;
  }
}

.l-about-vision__description--sub-title {
  font-size: 1.4rem;
  padding: 0 0 1.14em 1.4em;
  color: #333333;
}

@media screen and (min-width: 1025px) {
  .l-about-vision__description--sub-title {
    font-size: 1.8rem;
    width: 11.5em;
    padding: 0;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1025px) {
  .l-about-vision__description {
    text-align: center;
    padding-bottom: 3em;
  }
}

.l-about-vision__img {
  width: 100%;
  height: 20em;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1025px) {
  .l-about-vision__img {
    height: 32em;
  }
}

.l-about-vision__power {
  display: block;
}

@media screen and (min-width: 1025px) {
  .l-about-vision__power {
    width: 80%;
    display: -webkit-box;
    display: flex;
    margin: 6.1em auto 0;
  }
}

.l-about-vision__three-circle {
  margin: 5em auto 6em;
  width: 100%;
  color: #ffffff;
  position: relative;
  height: 20em;
  display: -webkit-box;
  display: flex;
  /* 縦方向中央揃え（Safari用） */
  -webkit-box-align: center;
          align-items: center;
  /* 縦方向中央揃え */
  /* 横方向中央揃え（Safari用） */
  -webkit-box-pack: center;
          justify-content: center;
  /* 横方向中央揃え */
}

@media screen and (min-width: 1025px) {
  .l-about-vision__three-circle {
    height: 46em;
    width: 50%;
    margin: 0;
  }
}

.l-about-vision__three-circle--item {
  width: 13.3em;
  position: relative;
  font-size: 2rem;
  height: 11.5em;
}

@media screen and (min-width: 1025px) {
  .l-about-vision__three-circle--item {
    font-size: 4rem;
  }
}

.l-about-vision__three-circle--item .expression {
  background-color: rgba(246, 187, 90, 0.8);
  left: 3.2em;
}

.l-about-vision__three-circle--item .imagination {
  background-color: rgba(214, 220, 49, 0.8);
  top: 4.3em;
  left: 0.5em;
}

.l-about-vision__three-circle--item .achivement {
  background-color: rgba(255, 216, 51, 0.8);
  top: 4.3em;
  left: 5.7em;
}

.l-about-vision__feature {
  margin-bottom: 7em;
}

@media screen and (min-width: 481px) {
  .l-about-vision__feature {
    padding: 0 1.98em;
  }
}

@media screen and (min-width: 1025px) {
  .l-about-vision__feature {
    width: 45%;
    margin-left: 3em;
    margin-bottom: 9.9em;
  }
}

.l-about-vision__feature--item {
  background-image: url("/img/stripes-light.png");
  height: 7.34em;
  margin-bottom: 4em;
}

@media screen and (min-width: 1025px) {
  .l-about-vision__feature--item {
    height: 10.2em;
    margin-bottom: 5.4em;
  }
}

.l-about-vision__feature--item .expression {
  color: #f89a00;
}

.l-about-vision__feature--item .imagination {
  color: #b5bc00;
}

.l-about-vision__feature--item .achivement {
  color: #f5c600;
}

.l-about-vision__feature--item .text {
  margin-left: 1.11em;
  font-size: 2rem;
  z-index: 1;
  position: relative;
  margin-top: 0.6em;
  font-weight: 300;
}

.l-about-vision__feature--item::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
  border-width: 0 0 7.34em 100vw;
  z-index: 1;
}

@media screen and (min-width: 1025px) {
  .l-about-vision__feature--item::before {
    border-width: 0 0 10.2em 36vw;
  }
}

.l-about-things-to-do {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 10em;
}

.l-about-things-to-do__title {
  font-size: 3rem;
  line-height: 1em;
  padding: 0.6em 0 0 0.66em;
  color: #33b4ed;
}

@media screen and (min-width: 1025px) {
  .l-about-things-to-do__title {
    font-size: 4rem;
    width: 3.18em;
    padding: 0;
    margin: 0 auto;
    display: block;
  }
}

.l-about-things-to-do__sub-title {
  font-size: 1.4rem;
  color: #333333;
  padding: 0 0 1.14em 1.43em;
}

@media screen and (min-width: 1025px) {
  .l-about-things-to-do__sub-title {
    font-size: 1.8rem;
    width: 11em;
    padding: 0;
    margin: 0 auto 1.67em;
  }
}

.l-about-things-to-do__img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1025px) {
  .l-about-things-to-do__img {
    height: 32em;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.l-about-things-to-do__circle {
  width: 47.6em;
  height: 47.6em;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  background-color: #f5f9dd;
  top: 11em;
  right: 5em;
  z-index: 0;
}

@media screen and (min-width: 1025px) {
  .l-about-things-to-do__circle {
    width: 60.1em;
    height: 60.1em;
    top: 20em;
    right: 0;
    left: -10em;
  }
}

.l-about-things-to-do__text {
  width: 90%;
  margin: 3em auto 7.5em;
  position: relative;
  font-weight: 300;
}

@media screen and (min-width: 1025px) {
  .l-about-things-to-do__text {
    width: 100em;
    margin: 7.1em auto 11.5em;
  }
}

.l-about-things-to-do__text .emphasis {
  font-weight: bold;
}

.l-about-things-to-do__text p {
  font-size: 1.4em;
}

@media screen and (min-width: 1025px) {
  .l-about-things-to-do__text p {
    font-size: 2rem;
  }
}

.l-school-top__background--triangle {
  background-color: #ffe6be;
  height: 30.1em;
}

.l-school-top__background--triangle::before {
  content: "";
  position: absolute;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
  border-width: 0px 100vw 30.1em 0;
  z-index: 0;
}

.l-school-top__container {
  height: 30.2em;
}

.l-school-top__title {
  color: #333333;
  font-size: 1.8rem;
  font-weight: bold;
  width: 89.7%;
  letter-spacing: 0.1em;
  z-index: 1;
  position: relative;
  margin: 0 auto;
  padding-top: 1.67em;
}

@media screen and (min-width: 1025px) {
  .l-school-top__title {
    width: 1000px;
  }
}

.l-school-top__img {
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-position: center 30%;
  height: 23.2em;
  background-image: url("/img/img_school_pointlist3.jpg");
}

@media screen and (min-width: 481px) {
  .l-school-top__img {
    height: 38em;
  }
}

@media screen and (min-width: 1025px) {
  .l-school-top__img {
    height: 40em;
  }
}

.l-school-top__img__nameBox {
  font-size: 2.4rem;
  height: 2.1em;
  color: #333333;
  background-color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  padding-left: 0.2em;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.l-school-top__img__nameBox__name {
  max-width: 1010px;
  margin: 0 auto;
}

.l-school-top__text {
  width: 89.7%;
  margin: 0.3em auto 0;
  line-height: 1.8em;
  font-size: 1.4rem;
  letter-spacing: 0.1;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1025px) {
  .l-school-top__text {
    width: 1000px;
  }
}

.l-school-top__header {
  color: #ffffff;
  height: 8.5em;
  background-color: #FFAB25;
}

@media screen and (min-width: 1025px) {
  .l-school-top__header {
    height: 12em;
  }
}

.l-school-top__header--title {
  font-size: 3rem;
  line-height: 1em;
  padding: 0.6em 0 0 0.66em;
}

@media screen and (min-width: 1025px) {
  .l-school-top__header--title {
    font-size: 4rem;
    padding: 0.6em 0 0 0;
  }

  .l-school-top__header--title i {
    display: none;
  }
}

.l-school-top__header--sub-title {
  font-size: 1.4rem;
  margin-left: 1.4em;
  font-weight: 300;
}

@media screen and (min-width: 1025px) {
  .l-school-top__header--sub-title {
    font-size: 1.8rem;
    margin: 0;
  }
}

.l-school-landscape {
  width: 89.7%;
  margin: 0 auto 7.5em;
}

@media screen and (min-width: 1025px) {
  .l-school-landscape {
    width: 1000px;
    margin-bottom: 11.5em;
  }
}

.l-school-landscape__header {
  font-size: 2.4rem;
  line-height: 1em;
  width: 5.2em;
  margin-left: 0.6em;
}

.l-school-landscape__header--line {
  border-bottom: 1em solid #ffe6be;
  width: 12.4em;
  margin-top: -1em;
}

.l-school-landscape__top-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 23.7em;
  width: 97%;
  margin: 3em auto;
  border: 0.5em solid #ffffff;
  -webkit-filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
}

@media screen and (min-width: 1025px) {
  .l-school-landscape__top-img {
    width: 446px;
    height: 314px;
  }
}

.l-school-landscape__grid {
  margin: 0 auto;
  display: grid;
  grid-gap: 2em 1em;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 10em 10em;
  height: 23em;
  margin-bottom: 30px;
}

@media screen and (min-width: 1025px) {
  .l-school-landscape__grid {
    width: 460px;
    float: right;
    margin-top: 3em;
    margin-bottom: 0px;
  }
}

.l-school-landscape__grid img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 11em;
}

.l-school-event{
  width: 89.7%;
  margin: 0 auto 7.6em;
}

@media screen and (min-width: 1025px) {
  .l-school-event {
    width: 1000px;
    margin-bottom: 11.5em;
    position: relative;
  }
}

.l-school-access {
  width: 89.7%;
  margin: 0 auto 7.6em;
}


@media screen and (min-width: 1025px) {
  .l-school-access {
    width: 1000px;
    margin-bottom: 11.5em;
    position: relative;
  }
}

.l-school-access__header,
.l-school-event__header {
  font-size: 2.4rem;
  line-height: 1em;
  margin-left: 0.3em;
}

.l-school-access__header--line{
  border-bottom: 1em solid #ffe6be;
  width: 16.3em;
  margin-top: -1em;
  margin-bottom: 3em;
}

.l-school-event__header--line{
  border-bottom: 1em solid #ffe6be;
  width: 16.3em;
  margin-top: -1em;
  margin-bottom: 0.5em;
}

.l-school-access__item{
  font-size: 1.4rem;
}

.l-school-event--info p {
  font-weight: lighter;
  font-size: 1.4rem;
}

@media screen and (min-width: 1025px) {
  .l-school-access__item {
    width: 460px;
  }
}

.l-school-access__item--title {
  background-color: #eeeeee;
  line-height: 2.5em;
  padding-left: 1.07em;
  border-radius: 0.3em;
}

.l-school-access__item--info {
  line-height: 2.5em;
  padding: 0.6em 1.07em;
  font-weight: lighter;
}

.l-school-access__item--info span {
  font-weight: bold;
}

.l-school-access__map {
  position: relative;
  width: 100%;
  height: 300px;
  margin: 1.6em auto 0;
}

@media screen and (min-width: 1025px) {
  .l-school-access__map {
    width: 460px;
    height: 460px;
    position: absolute;
    top: 5.4em;
    right: 0;
    margin: 0;
  }
}

.l-school-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-law-top__container {
  padding: 0em 2em 7.5em;
}

@media screen and (min-width: 1025px) {
  .l-law-top__container {
    padding: 6em 0 11.5em;
    width: 760px;
    margin: 0 auto;
  }
}

.l-law-top__container__title {
  font-size: 2.4rem;
}

.l-law-top__container__heading {
  font-size: 1.4rem;
  font-weight: 700;
}

.l-law-top__container__description {
  font-size: 1.4rem;
  font-weight: 300;
}

.l-law-top__container__description:not(:last-of-type) {
  padding-bottom: 1.2em;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 1.5em;
}

.l-law-top__header {
  color: #333333;
  height: 8.5em;
  background-color: #eaedee;
}

@media screen and (min-width: 1025px) {
  .l-law-top__header {
    height: 12em;
  }
}

.l-law-top__header--title {
  font-size: 3rem;
  line-height: 1em;
  padding: 0.6em 0 0 0.66em;
}

@media screen and (min-width: 1025px) {
  .l-law-top__header--title {
    font-size: 4rem;
    padding: 0.6em 0 0 0;
  }

  .l-law-top__header--title i {
    display: none;
  }
}

.l-law-top__header--sub-title {
  font-size: 1.4rem;
  margin-left: 1.4em;
  font-weight: 300;
}

@media screen and (min-width: 1025px) {
  .l-law-top__header--sub-title {
    font-size: 1.8rem;
    margin: 0;
  }
}

.l-privacy-top__container {
  padding: 0 2em 7.5em;
}

@media screen and (min-width: 1025px) {
  .l-privacy-top__container {
    padding: 6em 0 11.5em;
    width: 760px;
    margin: 0 auto;
  }
}

.l-privacy-top__container__title {
  font-size: 2.4rem;
}

.l-privacy-top__container__text {
  font-size: 1.4rem;
  font-weight: 300;
}

.l-privacy-top__container__heading {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 1.1em;
}

.l-privacy-top__container__description {
  font-size: 1.4rem;
  font-weight: 300;
}

.l-privacy-top__container__description:not(:last-of-type) {
  padding-bottom: 1.1em;
  border-bottom: 1px solid #e0e0e0;
}

.l-qa-top__container {
  padding: 0.6em 2em 7.5em;
}

@media screen and (min-width: 1025px) {
  .l-qa-top__container {
    padding: 3.5em 0 11.5em;
    width: 760px;
    margin: 0 auto;
  }
}

.l-qa-top__container__q,
.l-qa-top__container__a {
  margin-top: 1.5em;
  background-color: #f3f3f3;
  position: relative;
  border-radius: 5px;
}

.l-qa-top__container__q__heading,
.l-qa-top__container__a__heading {
  color: #16c97d;
  font-size: 1.6rem;
  position: absolute;
  top: calc(50% - 0.5em);
  left: 14px;
  line-height: 1;
}

.l-qa-top__container__q__text,
.l-qa-top__container__a__text {
  font-size: 1.4rem;
  padding: 0.2em 3.1em 0.2em 3.8em;
  line-height: 1.57;
  font-weight: 300;
  cursor: pointer;
}

@media screen and (min-width: 481px) {
  .l-qa-top__container__q__text,
  .l-qa-top__container__a__text {
    padding: 1.3em 3.1em 1.3em 3.8em;
  }
}

.l-qa-top__container__q__mark {
  width: 16px;
  height: 1px;
  position: absolute;
  top: calc(50% - 0.5px);
  right: 15px;
  background-color: #333333;
}

.l-qa-top__container__q__mark::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.l-qa-top__container__q__mark--rotate::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.l-qa-top__container__a {
  margin-top: 0.5em;
  display: none;
}

.l-qa-top__container__a__heading {
  color: #ffab25;
}

.l-qa-top__container__a__text {
  cursor: default;
}

.l-qa-top__container__a__text__link {
  color: #ffab25;
}

.l-qa-top__container__a__text__margin {
  margin-top: 1em;
}

.l-qa-top__title {
  color: #333333;
  font-size: 1.8rem;
  font-weight: bold;
  width: 18.6em;
  letter-spacing: 0.1em;
  z-index: 1;
  position: relative;
  margin: 0 auto;
  padding-top: 1.67em;
}

.l-qa-top__img {
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-position: center 30%;
  height: 23.2em;
  background-image: url("/img/img_school_pointlist2.jpg");
}

@media screen and (min-width: 481px) {
  .l-qa-top__img {
    height: 38em;
  }
}

@media screen and (min-width: 1025px) {
  .l-qa-top__img {
    height: 40em;
  }
}

.l-qa-top__img__name-box {
  font-size: 2.4rem;
  height: 2.1em;
  color: #333333;
  background-color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  padding-left: 0.2em;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.l-qa-top__img__name-box__name {
  max-width: 1010px;
  margin: 0 auto;
}

.l-qa-top__text {
  width: 23.93em;
  margin: 0.3em auto 0;
  line-height: 1.8em;
  font-size: 1.4rem;
  letter-spacing: 0.1;
  position: relative;
  z-index: 1;
}

.l-qa-top__header {
  color: #ffffff;
  height: 8.5em;
  background-color: #17C97C;
}

@media screen and (min-width: 1025px) {
  .l-qa-top__header {
    height: 12em;
  }
}

.l-qa-top__header--title {
  font-size: 3rem;
  line-height: 1em;
  padding: 0.6em 0 0 0.66em;
}

@media screen and (min-width: 1025px) {
  .l-qa-top__header--title {
    font-size: 4rem;
    padding: 0.6em 0 0 0;
  }

  .l-qa-top__header--title i {
    display: none;
  }
}

.l-qa-top__header--sub-title {
  font-size: 1.4rem;
  margin-left: 1.4em;
  font-weight: 300;
}

@media screen and (min-width: 1025px) {
  .l-qa-top__header--sub-title {
    font-size: 1.8rem;
    margin: 0;
  }
}

.l-qa__text--emphasis {
  font-weight: bold;
}

.l-voice-top__header {
  color: #ffffff;
  height: 8.5em;
  background-color: #F6ACA0;
}

@media screen and (min-width: 1025px) {
  .l-voice-top__header {
    height: 12em;
  }
}

.l-voice-top__header--title {
  font-size: 3rem;
  line-height: 1em;
  padding: 0.6em 0 0 0.66em;
}

@media screen and (min-width: 1025px) {
  .l-voice-top__header--title {
    font-size: 4rem;
    padding: 0.6em 0 0 0;
  }

  .l-voice-top__header--title i {
    display: none;
  }
}

.l-voice-top__header--sub-title {
  font-size: 1.4rem;
  margin-left: 1.4em;
  font-weight: 300;
}

@media screen and (min-width: 1025px) {
  .l-voice-top__header--sub-title {
    font-size: 1.8rem;
    margin: 0;
  }
}

.l-voice-top__img {
  background-size: cover;
  overflow: hidden;
  position: relative;
  height: 23.2em;
  background-image: url("/img/jugyoufuukei1.png");
}

@media screen and (min-width: 481px) {
  .l-voice-top__img {
    height: 38em;
  }
}

@media screen and (min-width: 1025px) {
  .l-voice-top__img {
    height: 38em;
  }
}

.l-voice-top__img__nameBox {
  font-size: 2rem;
  color: #333333;
  background-color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 1em;
}

@media screen and (min-width: 1025px) {
  .l-voice-top__img__nameBox {
    padding-left: 0;
  }
}

.l-voice-top__img__nameBox__name {
  max-width: 1010px;
  margin: 0 auto;
}

.l-voice-top__container {
  padding: 0 2em 7.5em;
  text-align: center;
}

.l-voice-top__container__inner {
  display: inline-block;
  text-align: left;
}

@media screen and (min-width: 1025px) {
  .l-voice-top__container__inner {
    max-width: 100%;
  }
}

.l-voice-top__container__box {
  margin: 1.4em;
}

@media screen and (min-width: 1025px) {
  .l-voice-top__container__box {
    margin: 5em;
    position: relative;
  }
}

.l-voice-top__container__box__number {
  font-size: 2.4rem;
  padding: 0 0.6em 0.1em;
  position: relative;
  display: inline-block;
}

.l-voice-top__container__box__number::after {
  content: "";
  display: block;
  width: 100%;
  height: 25%;
  background-color: #fbddd8;
  position: absolute;
  left: 0;
  bottom: 25%;
  z-index: -1;
}

.l-voice-top__container__box__description {
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (min-width: 1025px) {
  .l-voice-top__container__box__description {
    width: 32.44em;
  }
}

.l-voice-top__container__box__icon {
  font-size: 150px;
  margin-top: 0.2em;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .l-voice-top__container__box__icon {
    position: absolute;
    left: 17%;
  }
}

.l-voice-top__container__box__question {
  font-size: 1.6rem;
  margin-top: 2.1em;
  color: #fbddd8;
}

@media screen and (min-width: 1025px) {
  .l-voice-top__container__box__question {
    width: 32.44em;
  }
}

.l-voice-top__container__box__heading {
  font-size: 1.4rem;
  margin-top: 0.9em;
  padding-left: 1.1em;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .l-voice-top__container__box__heading {
    width: 37.1em;
  }
}

.l-voice-top__container__box__heading::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #28b3f0;
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
  border-radius: 50%;
}

.l-voice-top__container__box__heading--child::before {
  background-color: #ffa907;
}

.l-voice-top__container__box__text {
  font-size: 1.4rem;
  margin-top: 1.4em;
  font-weight: 300;
}

@media screen and (min-width: 1025px) {
  .l-voice-top__container__box__text {
    width: 37.1em;
  }
}

.l-voice-top__container__box__img {
  width: 100%;
  margin-top: 1.4em;
}

@media screen and (min-width: 1025px) {
  .l-voice-top__container__box__img {
    width: 51.4em;
    height: 22.85em;
  }
}

.l-voice-top__container__box__iframe-wrapper {
  height: 0;
  position: relative;
}

.l-voice-top__container__box__video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.l-trial-form__form--select,
.l-trial-form__form--textarea,
.l-trial-form__form--text {
  border: 0.07em solid #707070;
  font-size: 1.4rem;
  margin-top: 0.71em;
  height: 3.43em;
  border-radius: 0.21em;
  padding-left: 1.07em;
}

.l-trial-form__button {
  text-align: center;
}

.l-trial-form__container {
  width: 79.7%;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__container {
    width: 76em;
  }
}

.l-trial-form__header {
  color: #ffffff;
  height: 8.5em;
  background-color: #FFAB25;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__header {
    height: 12em;
  }
}

.l-trial-form__header--title {
  font-size: 3rem;
  line-height: 1em;
  padding: 0.6em 0 0 0.66em;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__header--title {
    font-size: 4rem;
    padding: 0.6em 0 0 0;
  }

  .l-trial-form__header--title i {
    display: none;
  }
}

.l-trial-form__header--sub-title {
  font-size: 1.4rem;
  margin-left: 1.4em;
  font-weight: 300;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__header--sub-title {
    font-size: 1.8rem;
    margin: 0;
  }
}

.l-trial-form__three-step-appl {
  font-size: 1.8rem;
  width: 14em;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__three-step-appl {
    font-size: 3.4rem;
    margin: 1.15em auto 1.62em;
    line-height: 1em;
  }
}

.l-trial-form__step--container {
  display: block;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__step--container {
    display: -webkit-box;
    display: flex;
    margin: 0 auto;
    width: 76em;
    height: 31.1em;
  }
}

@media screen and (min-width: 1025px) {
  .l-trial-form__step--item {
    width: 19em;
  }
}

.l-trial-form__step--num {
  color: #ffab25;
  font-size: 1.8rem;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__step--num {
    font-size: 1.6rem;
    line-height: 1em;
    margin-bottom: 1.25em;
  }
}

.l-trial-form__step--icon-area {
  text-align: center;
}

.l-trial-form__step--icon {
  font-size: 6rem;
  width: 1.84em;
  height: 1.84em;
  display: inline-block;
  border-radius: 50%;
  background-color: #ffbb51;
  color: #ffffff;
}

.l-trial-form__step--icon i {
  padding-top: 0.4em;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__step--icon {
    font-size: 7.5rem;
    width: 1.87em;
    height: 1.87em;
  }
}

.l-trial-form__step--title {
  font-size: 1.6rem;
  width: 15.75em;
  margin: 0.94em auto 0.5em;
  text-align: center;
  line-height: 1em;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__step--title {
    width: 10em;
    margin: 1.31em auto 1.38em;
  }
}

.l-trial-form__step--text {
  font-size: 1.4rem;
  margin-bottom: 3.2em;
  line-height: 1.57em;
}

.l-trial-form__step--pc-vertical-line {
  border-left: 0.2em dashed #333333;
  margin: 0 4.65em;
}

.l-trial-form__step--pc-horizontal-line {
  display: none;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__step--pc-horizontal-line {
    display: block;
    width: 76em;
    border-bottom: 0.2em solid #333333;
    margin: 10.5em auto 6.15em;
  }
}

.l-trial-form__step--line {
  border-bottom: 0.2em dashed #333333;
  margin-bottom: 3em;
}

.l-trial-form__appl-form {
  font-size: 1.8rem;
  width: 9em;
  line-height: 1em;
  margin: 0.5em auto 2em;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__appl-form {
    font-size: 3.4rem;
    margin: 0 auto 1.59em;
  }
}

.l-trial-form__required {
  font-size: 1.2rem;
  width: 3.67em;
  height: 1.25em;
  background-color: #ff0d5b;
  border-radius: 0.67em;
  color: #ffffff;
  padding: 0 0.83em;
  margin-bottom: 2em;
  margin-left: 1.25em;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__required {
    display: block;
    text-align: center;
    margin: 0.67em 0;
    padding: 0;
  }
}

.l-trial-form__form--title {
  font-size: 1.6rem;
  line-height: 1em;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__form--title {
    display: inline-block;
    width: 18.75em;
  }
}

.l-trial-form__form--title .question {
  margin-top: 0.7em;
  width: 14.44em;
}

.l-trial-form__form--course-name {
  margin-top: 1.9em;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__form--course-name {
    margin-top: 0;
  }
}

.l-trial-form__form--course-name p {
  font-size: 1.6rem;
  line-height: 1em;
  margin-bottom: 0.44em;
}

.l-trial-form__form--course-name .radio-input {
  display: none;
}

.l-trial-form__form--course-name .radio-input + label {
  padding-left: 1.4em;
  position: relative;
  font-size: 1.6rem;
  cursor: pointer;
}

.l-trial-form__form--course-name .radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

.l-trial-form__form--course-name .radio-input:checked + label {
  color: #ff0d5b;
}

.l-trial-form__form--course-name .radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #ff0d5b;
  border-radius: 50%;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__form--pref-item {
    width: 46em;
  }
}

.l-trial-form__form--item {
  margin-bottom: 2.5em;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__form--item {
    display: -webkit-box;
    display: flex;
    margin-bottom: 3em;
  }
}

.l-trial-form__form--item .margin {
  height: 1.5em;
}

.l-trial-form__form--text {
  width: calc(100% - 1.2em);
}

@media screen and (min-width: 1025px) {
  .l-trial-form__form--text {
    margin-top: 0;
    width: 32.9em;
    box-sizing: border-box;
  }
}

.l-trial-form__form--textarea {
  height: 15.3em;
  resize: none;
  padding: 1.07em;
  line-height: 1.3;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__form--textarea {
    width: 460px;
    box-sizing: border-box;
  }
}

.l-trial-form__form--select {
  width: 100%;
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__form--select {
    width: 460px;
    margin-top: 0;
    margin-bottom: 0.36em;
  }
}

.l-trial-form__form--caution {
  font-size: 1.4rem;
  line-height: 1.57em;
  margin-top: 0.36em;
  font-weight: lighter;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__form--caution {
    margin-left: 0;
  }
}

.l-trial-form__form--prefer-date {
  font-size: 1.4rem;
  margin-top: 0.71em;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__form--prefer-date {
    line-height: 1em;
    margin: 0 0 0.64em;
  }

  .l-trial-form__form--prefer-date.confirm {
    margin-bottom: 1.07em;
  }

  .l-trial-form__form--prefer-date.confirm-sec {
    margin: 2em 0 1.07em;
  }
}

.l-trial-form__course-type {
  padding: 0.5em 0 0.3em !important;
}

.l-trial-form__course-type--school {
  padding: 0 0 0.3em !important;
}

.l-trial-form__terms--title {
  font-size: 1.6rem;
  line-height: 1em;
  margin-bottom: 0.71em;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__terms--title {
    width: 297px;
    vertical-align: top;
    display: inline-block;
  }
}

.l-trial-form__terms--title p {
  font-size: 1.6rem;
  line-height: 1em;
}

.l-trial-form__terms--appl-text {
  font-size: 1.4rem;
  line-height: 1.57em;
  font-weight: 300;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__terms--appl-text {
    width: 460px;
    display: inline-block;
  }
}

.l-trial-form__terms--appl-text p {
  font-size: 1.4rem;
  line-height: 1.57em;
}

.l-trial-form__terms--use-text {
  margin-top: 1.08em;
  font-size: 1.2rem;
  line-height: 1.17em;
  border-radius: 0.21em;
  border: 0.07em solid #707070;
  padding: 0.67em 0.5em;
  height: 150px;
  overflow: auto;
  font-weight: 300;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__terms--use-text {
    width: 460px;
    margin-left: 297px;
  }
}

.l-trial-form__terms--use-text__title {
  text-align: center;
  font-size: 2rem;
  margin: 0.5em 0;
}

.l-trial-form__terms--use-text__heading {
  margin-top: 0.8em;
}

.l-trial-form__terms--use-text__list {
  list-style: decimal;
  margin-left: 1.5em;
}

.l-trial-form__terms--use-text p {
  line-height: 1.17em;
}

.l-trial-form__terms--inquiry {
  font-size: 1.4rem;
  line-height: 1em;
  margin-top: 0.71em;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__terms--inquiry {
    margin-left: 297px;
  }
}

.l-trial-form__terms--inquiry p {
  font-size: 1.4rem;
  line-height: 1em;
}

.l-trial-form__terms--consent {
  font-size: 1.4rem;
  margin: 3em auto 2em;
  width: 80%;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__terms--consent {
    text-align: center;
  }
}

.l-trial-form__terms--consent input[type=checkbox] {
  display: none;
}

.l-trial-form__terms--consent .checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 5px 25px;
  position: relative;
  width: auto;
  font-size: 1.4rem;
  line-height: 1.5;
}

.l-trial-form__terms--consent .checkbox01::before {
  background: #ffffff;
  border: 1px solid #707070;
  content: "";
  display: block;
  height: 13px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 13px;
  border-radius: 2px;
}

.l-trial-form__terms--consent .checkbox01::after {
  border-right: 2px solid #707070;
  border-bottom: 2px solid #707070;
  content: "";
  display: block;
  height: 8px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 3px;
  border-radius: 2px;
}

.l-trial-form__terms--consent input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}

.l-trial-form__terms--consent a {
  border-bottom: 1px solid #333333;
}

.l-trial-form__terms--confirm {
  line-height: 1em;
  font-size: 2rem;
  color: #ffffff;
  background-color: #ffab24;
  width: 13.93em;
  margin: 1.33em auto 3.67em;
  text-align: center;
  padding: 0.87em 0;
  border-radius: 0.3em;
  -webkit-filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__terms--confirm {
    width: 15em;
    padding: 0.75em 0;
  }
}

.l-trial-form__terms--confirm:hover {
  opacity: 0.7;
}

.l-trial-form__confirm--top {
  position: relative;
  height: 27em;
  width: 100%;
  background-image: url("/img/img_school_pointlist3.jpg");
  background-size: cover;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__confirm--top {
    height: 44em;
  }
}

.l-trial-form__confirm--top .upper {
  font-size: 2.4rem;
  line-height: 1em;
  color: #ffffff;
  background-color: #ffba25;
  width: 4em;
  padding: 0.17em 0.46em;
  position: absolute;
  top: 4.13em;
  left: 1.58em;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__confirm--top .upper {
    font-size: 3.9rem;
    width: 5.9em;
    left: 3.59em;
    text-align: center;
  }
}

.l-trial-form__confirm--top .footer {
  font-size: 2.9rem;
  color: #ffffff;
  line-height: 1em;
  width: 9em;
  background-color: #ffba25;
  padding: 0.21em 0.38em;
  position: absolute;
  top: 4.49em;
  left: 1.31em;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__confirm--top .footer {
    font-size: 4.7rem;
    width: 10.47em;
    left: 2.98em;
    top: 4.51em;
    text-align: center;
  }
}

.l-trial-form__confirm--content-confirm {
  font-size: 1.8rem;
  width: 7em;
  margin: 0 auto 1.83em;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__confirm--content-confirm {
    font-size: 3.4rem;
  }
}

.l-trial-form__confirm--input-text {
  font-size: 1.6em;
  margin-top: 0.94em;
  line-height: 1em;
  font-weight: lighter;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__confirm--input-text {
    margin-top: 0;
    margin-bottom: 0.94em;
  }
}

.l-trial-form__confirm--input-question {
  margin-top: 0.94em;
  font-size: 1.6rem;
  line-height: 1.75em;
  font-weight: lighter;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__confirm--input-question {
    width: 28.75em;
    margin-top: 0;
  }
}

.l-trial-form__confirm--apply {
  line-height: 1em;
  font-size: 2rem;
  color: #ffffff;
  background-color: #ffab24;
  width: 13.93em;
  margin: 3.33em auto 3.67em;
  text-align: center;
  padding: 0.87em 0;
  border-radius: 0.3em;
  -webkit-filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__confirm--apply {
    width: 15em;
    padding: 0.75em 0;
  }
}

.l-trial-form__confirm--apply:hover {
  opacity: 0.7;
}

.l-trial-form__complete--title {
  margin: 1.5em auto 0;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1em;
}

@media screen and (min-width: 1025px) {
  .l-trial-form__complete--title {
    font-size: 3.4rem;
    margin: 1.14em auto 1.44em;
    text-align: center;
  }
}

.l-trial-form__complete--text {
  width: 100%;
  margin: 1em auto 0;
  font-size: 1.4rem;
}

.l-trial-form__complete--to-top {
  line-height: 1em;
  font-size: 2rem;
  color: #ffffff;
  background-color: #4aacff;
  width: 13.93em;
  margin: 2.79em auto 5em;
  text-align: center;
  padding: 0.87em 0;
  border-radius: 0.3em;
  -webkit-filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
}

@media screen and (min-width: 1025px) {
  .l-trial-form__complete--to-top {
    width: 300px;
    padding: 0.75em 0;
  }
}

.l-trial-form__complete-link {
  display: block;
}

.l-trial-form__course-list:nth-of-type(4) {
  margin-top: 15px;
}

.l-contact-form__container {
  width: 100%;
  margin: 1.4em auto 0;
}

@media screen and (min-width: 1025px) {
  .l-contact-form__container {
    width: 760px;
    margin: 6em auto 0;
  }
}

.l-contact-form__container--contact {
  width: 79.7%;
}

.l-contact-form__content-submit {
  line-height: 1em;
  font-size: 2rem;
  color: #ffffff;
  background-color: #59CBD2;
  width: 13.93em;
  margin: 2.79em auto 5em;
  text-align: center;
  padding: 0.87em 0;
  border-radius: 0.3em;
  -webkit-filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .l-contact-form__content-submit {
    width: 15em;
    padding: 0.75em;
  }
}

.l-contact-form__header {
  color: #ffffff;
  height: 8.5em;
  background-color: #59CBD2;
}

@media screen and (min-width: 1025px) {
  .l-contact-form__header {
    height: 12em;
  }
}

.l-contact-form__header--title {
  font-size: 3rem;
  line-height: 1em;
  padding: 0.6em 0 0 0.6em;
}

@media screen and (min-width: 1025px) {
  .l-contact-form__header--title {
    font-size: 4rem;
    padding: 0.6em 0 0 0;
  }

  .l-contact-form__header--title i {
    display: none;
  }
}

.l-contact-form__header--sub-title {
  font-size: 1.4rem;
  margin-left: 1.4em;
  font-weight: 300;
}

@media screen and (min-width: 1025px) {
  .l-contact-form__header--sub-title {
    font-size: 1.8rem;
    margin: 0;
  }
}

.l-contact-form__button {
  text-align: center;
}

.l-contact-form__container {
  width: 100%;
  margin: 1.4em auto 0;
}

@media screen and (min-width: 1025px) {
  .l-contact-form__container {
    width: 760px;
    margin: 6em auto 0;
  }
}

.l-contact-form__container--contact {
  width: 79.7%;
}

.l-contact-form__content-submit {
  line-height: 1em;
  font-size: 2rem;
  color: #ffffff;
  background-color: #59CBD2;
  width: 13.93em;
  margin: 2.79em auto 5em;
  text-align: center;
  padding: 0.87em 0;
  border-radius: 0.3em;
  -webkit-filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .l-contact-form__content-submit {
    width: 15em;
    padding: 0.75em;
  }
}

.l-contact-form__header {
  color: #ffffff;
  height: 8.5em;
  background-color: #59CBD2;
}

@media screen and (min-width: 1025px) {
  .l-contact-form__header {
    height: 12em;
  }
}

.l-contact-form__header--title {
  font-size: 3rem;
  line-height: 1em;
  padding: 0.6em 0 0 0.6em;
}

@media screen and (min-width: 1025px) {
  .l-contact-form__header--title {
    font-size: 4rem;
    padding: 0.6em 0 0 0;
  }

  .l-contact-form__header--title i {
    display: none;
  }
}

.l-contact-form__header--sub-title {
  font-size: 1.4rem;
  margin-left: 1.4em;
  font-weight: 300;
}

@media screen and (min-width: 1025px) {
  .l-contact-form__header--sub-title {
    font-size: 1.8rem;
    margin: 0;
  }
}

.l-contact-form__button {
  text-align: center;
}

.l-footer__fixed--contact {
  border-radius: 0.5em;
  width: 40%;
  font-size: 1.2rem;
  color: #ffffff;
  text-align: center;
  line-height: 1em;
  padding-top: 1.13em;
}

@media screen and (min-width: 1025px) {
  .l-footer__fixed--contact {
    font-size: 1.6rem;
    width: 35%;
    margin-right: 1.63em;
    padding: 1.03em 0;
    vertical-align: bottom;
    display: inline-block;
  }
}

.l-footer__contact {
  background-color: #6e6f6f;
  height: 31.7em;
}

@media screen and (min-width: 1025px) {
  .l-footer__contact {
    height: 27.3em;
  }
}

.l-footer__contact--info {
  margin: 0 auto;
  width: 28.6em;
}

@media screen and (min-width: 1025px) {
  .l-footer__contact--info {
    width: 42.9%;
  }
}

.l-footer__contact--tel-number {
  font-size: 4.6rem;
  color: #fecf2e;
  margin: 0.61em 0 0.1em;
  width: 6.23em;
  line-height: 1em;
}

.l-footer__contact--opening-time {
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 2em;
}

.l-footer__contact--about-fc {
  line-height: 1em;
  font-size: 2rem;
  color: #ffffff;
  background-color: #00aece;
  width: 13.93em;
  margin: 2em auto 0;
  text-align: center;
  padding: 0.87em 0;
  border-radius: 0.3em;
  border: thin solid #ffffff;
  -webkit-filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
  font-weight: 700;
}

@media screen and (min-width: 1025px) {
  .l-footer__contact--about-fc {
    width: 45%;
    padding: 0.75em 0;
    margin: 2em 0 0 4em;
    height: 1em;
  }
}

.l-footer__contact--footer {
  display: block;
}

@media screen and (min-width: 1025px) {
  .l-footer__contact--footer {
    width: 66.6em;
    margin: 0 auto;
  }
}

.l-footer__contact-header {
  padding: 1.8em 0 0 2em;
  line-height: 1em;
  color: #ffffff;
}

@media screen and (min-width: 1025px) {
  .l-footer__contact-header {
    text-align: center;
    padding: 1.8em 0 0 0em;
  }
}

.l-footer__contact-header--title {
  font-size: 3rem;
}

@media screen and (min-width: 1025px) {
  .l-footer__contact-header--title {
    line-height: 1em;
    font-size: 4rem;
    padding: 0;
  }

  .l-footer__contact-header--title i {
    display: none;
  }
}

.l-footer__contact-header--sub-title {
  font-size: 1.4rem;
  padding-top: 0.5em;
}

@media screen and (min-width: 1025px) {
  .l-footer__contact-header--sub-title {
    margin-left: 0;
    font-size: 1.8rem;
  }
}

.l-footer__area {
  margin-top: 2em;
}

@media screen and (min-width: 481px) {
  .l-footer__area {
    margin: 4em auto 0;
  }
}

@media screen and (min-width: 1025px) {
  .l-footer__area {
    width: 93em;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.l-footer__sitemap {
  box-sizing: border-box;
  width: 100%;
  padding: 0 1.8em;
}

@media screen and (min-width: 481px) {
  .l-footer__sitemap {
    width: 33.2em;
    margin: 0 auto;
    padding: 0;
  }
}

@media screen and (min-width: 1025px) {
  .l-footer__sitemap {
    width: 42.2em;
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
}

.l-footer__sitemap--header {
  font-size: 1.8rem;
  line-height: 1em;
  margin-bottom: 0.83em;
}

.l-footer__sitemap--content {
  width: 100%;
  display: -webkit-inline-box;
  display: inline-flex;
}

.l-footer__sitemap--left-item {
  width: 60%;
  margin-right: 2.6em;
}

.l-footer__sitemap--left-item__inline {
  display: inline;
}

.l-footer__sitemap--right-item {
  width: 55%;
}

.l-footer__sitemap--right-item__inline {
  display: inline;
}

.l-footer__sitemap .title {
  font-size: 1.15rem;
  height: 2.17em;
  line-height: 1.17em;
  margin-bottom: 0.75em;
  width: 100%;
  font-weight: 300;
}

.l-footer__sitemap .title::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.15em;
  border-top: 0.15em solid #FECF2E;
  margin: 0.5em 0.7em 0.7em 0;
  float: left;
}

.l-footer__bottom {
  text-align: center;
  width: 100%;
}

.l-footer__bottom--sale {
  margin: 1.25em auto 1.3em;
  color: #333333;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1em;
  width: 11em;
}

@media screen and (min-width: 1025px) {
  .l-footer__bottom--sale {
    width: auto;
  }
}

.l-footer__sns {
  width: 3.9em;
  display: -webkit-box;
  display: flex;
  font-size: 6.3rem;
  margin: 0 auto 0.8em;
  line-height: 1em;
}

.l-footer__sns--line {
  color: #01b901;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}

.l-footer__sns--twitter {
  color: #3aabd2;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}

.l-footer__sns--youtube {
  color: #da1725;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}

.l-footer__sns--instagram {
  color: #cf2e92;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}

.l-footer__copyright--upper {
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-size: 1rem;
  display: -webkit-box;
  display: flex;
  max-width: 40em;
  width: 80%;
  color: #333333;
  line-height: 1em;
  margin: 0 auto;
}

.l-footer__copyright--upper p.company {
  text-align: center;
}

.l-footer__copyright--upper p.privacy {
  text-align: center;
}

.l-footer__copyright--upper p.sho-torihiki {
  text-align: center;
}

.l-footer__copyright--footer {
  font-size: 1rem;
  display: -webkit-inline-box;
  display: inline-flex;
  width: 23em;
  color: #c7c7c7;
  line-height: 2em;
}

.l-footer__copyright--footer p.copyright {
  width: 23%;
  text-align: center;
}

.l-footer__copyright--footer p.reserved {
  width: 77%;
  text-align: center;
}

.l-footer__copyright--line {
  margin: 2em auto;
  width: 100%;
  border-bottom: 0.1em solid #c7c7c7;
}

.l-footer__fixed--trial {
  position: fixed;
  padding-top: 5.3em;
  z-index: 50;
  padding-left: 1.2em;
  bottom: 0;
  right: 0;
  text-align: right;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.l-footer__fixed--progon {
  position: fixed;
  padding-top: 5.3em;
  z-index: 50;
  padding-left: 1.2em;
  bottom: 0;
}

.l-footer__fixed--progon--img {
  height: 7em;
}

@media screen and (min-width: 1025px) {
  .l-footer__fixed--progon--img {
    height: 10em;
  }
}

.l-footer__fixed--free,
.l-footer__fixed--summer {
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 1em;
  width: 130px;
  height: 130px;
  margin-right: 1em;
  margin-bottom: 1.5em;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .l-footer__fixed--free,
  .l-footer__fixed--summer {
    margin-right: 1.63em;
    vertical-align: bottom;
    display: block;
    margin-bottom: 2.5em;
  }
}

.l-footer__fixed--free {
  background-color: #ffa907;
}

.l-footer__fixed--summer {
  background-color: #3389CA;
}

.l-footer__fixed--contact {
  background-color: #7BD500;
}

.l-footer__fixed--scroll {
  width: 10%;
  font-size: 3.3em;
  color: #bebebe;
  padding-top: 0.09em;
  text-align: center;
  display: none;
}

@media screen and (min-width: 1025px) {
  .l-footer__fixed--scroll {
    font-size: 4.5rem;
    width: 130%;
    padding-top: 0;
    display: inline-block;
    margin-right: 0.6em;
  }
}

.l-footer__fixed--scroll .fa-chevron-circle-up {
  display: block;
}

.l-footer__progon-link {
  position: relative;
  -webkit-animation: yureru-j 4s infinite;
          animation: yureru-j 4s infinite;
}

.l-footer__progon-link .off {
  position: absolute;
  left: 8em;
  top: -5em;
  display: block;
}

@media screen and (min-width: 1025px) {
  .l-footer__progon-link .off {
    left: 11em;
    top: -7em;
  }
}

.l-footer__progon-link .on {
  position: absolute;
  left: 8em;
  top: -5em;
  display: none;
}

@media screen and (min-width: 1025px) {
  .l-footer__progon-link .on {
    left: 11em;
    top: -7em;
  }
}

.l-footer__progon-link:hover {
  opacity: 1 !important;
}

.l-footer__progon-link:hover .off {
  display: none;
}

.l-footer__progon-link:hover .on {
  display: block;
}

.l-footer__free-text {
  top: 1.6em;
  left: 1em;
  position: absolute;
  line-height: 1.5;
  font-size: 2.2rem;
}

.l-footer__snsTimelines {
  text-align: center;
}

.twitter-timeline {
  display: block !important;
  margin: 3.2em auto !important;
}

@media screen and (min-width: 481px) {
  .twitter-timeline {
    display: inline-block !important;
    margin: 3.2em 3em 3.5em !important;
  }
}

@media screen and (min-width: 1025px) {
  .twitter-timeline {
    margin: 3.2em 4em 3.5em 0 !important;
  }
}

.facebook-timeline {
  display: block;
  margin: 0 auto 3.5em;
}

@media screen and (min-width: 481px) {
  .facebook-timeline {
    display: inline-block;
    margin: 3.2em 3em 3.5em;
  }
}

@media screen and (min-width: 481px) {
  .facebook-timeline {
    margin: 3.2em 0 3.5em;
  }
}

@-webkit-keyframes yureru-j {
  0% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }

  5% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }

  10% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }

  15% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }

  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }

  25% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }

  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes yureru-j {
  0% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }

  5% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }

  10% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }

  15% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }

  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }

  25% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }

  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

.l-header__menu--item .is-info,
.l-header__menu--item .is-voice,
.l-header__menu--item .is-qa,
.l-header__menu--item .is-school,
.l-header__menu--item .is-course,
.l-header__menu--item .is-media,
.l-header__menu--item .is-news,
.l-header__menu--item .is-about,
.l-top-header__menu--item .is-about,
.l-top-header__menu--item .is-course,
.l-top-header__menu--item .is-school,
.l-top-header__menu--item .is-qa,
.l-top-header__menu--item .is-voice {
  width: 2.14em;
  margin: 0.57em auto 0;
}

.l-header {
  height: 6em;
  background: #ffffff;
  position: fixed;
  z-index: 100;
  width: 100%;
  /* 最初のspanをマイナス45度に */
  /* 2番目と3番目のspanを45度に */
}

@media screen and (min-width: 1025px) {
  .l-header {
    height: 9em;
    display: -webkit-box;
    display: flex;
  }
}

.l-header__upper {
  width: 100%;
  display: -webkit-inline-box;
  display: inline-flex;
}

@media screen and (min-width: 1025px) {
  .l-header__upper {
    padding-top: 3.2em;
  }
}

.l-header__upper--container {
  display: -webkit-inline-box;
  display: inline-flex;
}

@media screen and (min-width: 1025px) {
  .l-header__upper--container {
    margin: 0 auto;
  }
}

.l-header__logo {
  height: auto;
  width: 22em;
  margin: 1.5em 0 2em 1.5em;
}

@media screen and (min-width: 1025px) {
  .l-header__logo {
    display: none;
    width: 32.4em;
    margin: 0;
    margin-right: 35.8em;
  }
}

.l-header__pc-logo {
  display: none;
}

@media screen and (min-width: 1025px) {
  .l-header__pc-logo {
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
    width: 9em;
    height: auto;
    margin-left: 2em;
    margin-right: 3.8em;
  }
}

.l-header__campaign {
  display: none;
  font-size: 1.6em;
  line-height: 1.25em;
  width: 7.5em;
  text-align: center;
  color: #ff6262;
  margin-right: 0.94em;
}

@media screen and (min-width: 1025px) {
  .l-header__campaign {
    display: inline-block;
  }
}

.l-header__trial {
  display: none;
  border-radius: 1.22em;
  width: 10.2em;
  font-size: 1.8rem;
  color: #ffffff;
  text-align: center;
  line-height: 1em;
  background-color: #FFA205;
  height: 1em;
  padding: 0.61em 0;
}

@media screen and (min-width: 1025px) {
  .l-header__trial {
    display: inline-block;
  }
}

.l-header__footer {
  display: none;
  padding-top: 1.7em;
  width: 100%;
  background-color: #ffffff;
}

@media screen and (min-width: 1025px) {
  .l-header__footer {
    display: -webkit-inline-box;
    display: inline-flex;
  }
}

.l-header__menu {
  margin-top: 3.9em;
  display: none;
}

@media screen and (min-width: 1025px) {
  .l-header__menu {
    display: block;
  }
}

.l-header__menu--item {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1em;
  margin-right: 3em;
  text-align: center;
}

.l-header__menu--item .is-about {
  border-top: solid 0.15em #FFA205;
}

.l-header__menu--item .is-news {
  border-top: solid 0.15em #FED857;
}

.l-header__menu--item .is-media {
  border-top: solid 0.15em #96c93a;
}

.l-header__menu--item .is-course {
  border-top: solid 0.15em #2d99f2;
}

.l-header__menu--item .is-school {
  border-top: solid 0.15em #FFAB25;
}

.l-header__menu--item .is-qa {
  border-top: solid 0.15em #17C97C;
}

.l-header__menu--item .is-voice {
  border-top: solid 0.15em #F6ACA0;
}

.l-header__menu--item .is-info {
  border-top: solid 0.15em #FD7132;
}

.l-header__menu .voice {
  margin-right: 0;
}

.l-header__circle {
  display: none;
  width: 23.4em;
  height: 23.4em;
  border-radius: 50%;
  position: absolute;
  background-color: #FFA205;
  right: -5em;
  top: -7em;
}

@media screen and (min-width: 1025px) {
  .l-header__circle {
    display: block;
  }
}

.l-header__circle .limited {
  line-height: 1.25em;
  position: absolute;
  top: 6.5em;
  font-size: 1.6rem;
  left: 3em;
  text-align: center;
  color: white;
}

.l-header__circle .appl {
  line-height: 1.25em;
  position: absolute;
  top: 6.6em;
  font-size: 2.4rem;
  left: 1.3em;
  text-align: center;
  color: white;
}

.l-header__hamburger {
  display: block;
  position: fixed;
  right: 2em;
  top: 2em;
  width: 3em;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  height: 2.4em;
}

@media screen and (min-width: 1025px) {
  .l-header__hamburger {
    display: none;
  }
}

.l-header__hamburger span {
  display: block;
  position: absolute;
  width: 3em;
  border-bottom: solid 0.2em #f29600;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.l-header__hamburger span:nth-child(2) {
  top: 0.9em;
}

.l-header__hamburger span:nth-child(3) {
  top: 1.8em;
}

.l-header__hamburger.active span:nth-child(1) {
  top: 1.2em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-header__hamburger.active span:nth-child(2),
.l-header__hamburger.active span:nth-child(3) {
  top: 1.2em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-top-header__menu--item .is-about,
.l-top-header__menu--item .is-course,
.l-top-header__menu--item .is-school,
.l-top-header__menu--item .is-qa,
.l-top-header__menu--item .is-voice,
.l-header__menu--item .is-about,
.l-header__menu--item .is-news,
.l-header__menu--item .is-media,
.l-header__menu--item .is-course,
.l-header__menu--item .is-school,
.l-header__menu--item .is-qa,
.l-header__menu--item .is-voice,
.l-header__menu--item .is-info {
  width: 2.14em;
  margin: 0.57em auto 0;
}

.l-header {
  height: 6em;
  background: #ffffff;
  position: fixed;
  z-index: 100;
  width: 100%;
  /* 最初のspanをマイナス45度に */
  /* 2番目と3番目のspanを45度に */
}

@media screen and (min-width: 1025px) {
  .l-header {
    height: 9em;
    display: -webkit-box;
    display: flex;
  }
}

.l-header__upper {
  width: 100%;
  display: -webkit-inline-box;
  display: inline-flex;
}

@media screen and (min-width: 1025px) {
  .l-header__upper {
    padding-top: 3.2em;
  }
}

.l-header__upper--container {
  display: -webkit-inline-box;
  display: inline-flex;
}

@media screen and (min-width: 1025px) {
  .l-header__upper--container {
    margin: 0 auto;
  }
}

.l-header__logo {
  height: auto;
  width: 22em;
  margin: 1.5em 0 2em 1.5em;
}

@media screen and (min-width: 1025px) {
  .l-header__logo {
    display: none;
    width: 32.4em;
    margin: 0;
    margin-right: 35.8em;
  }
}

.l-header__pc-logo {
  display: none;
}

@media screen and (min-width: 1025px) {
  .l-header__pc-logo {
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
    width: 9em;
    height: auto;
    margin-left: 2em;
    margin-right: 3.8em;
  }
}

.l-header__campaign {
  display: none;
  font-size: 1.6em;
  line-height: 1.25em;
  width: 7.5em;
  text-align: center;
  color: #ff6262;
  margin-right: 0.94em;
}

@media screen and (min-width: 1025px) {
  .l-header__campaign {
    display: inline-block;
  }
}

.l-header__trial {
  display: none;
  border-radius: 1.22em;
  width: 10.2em;
  font-size: 1.8rem;
  color: #ffffff;
  text-align: center;
  line-height: 1em;
  background-color: #FFA205;
  height: 1em;
  padding: 0.61em 0;
}

@media screen and (min-width: 1025px) {
  .l-header__trial {
    display: inline-block;
  }
}

.l-header__footer {
  display: none;
  padding-top: 1.7em;
  width: 100%;
  background-color: #ffffff;
}

@media screen and (min-width: 1025px) {
  .l-header__footer {
    display: -webkit-inline-box;
    display: inline-flex;
  }
}

.l-header__menu {
  margin-top: 3.9em;
  display: none;
}

@media screen and (min-width: 1025px) {
  .l-header__menu {
    display: block;
  }
}

.l-header__menu--item {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1em;
  margin-right: 3em;
  text-align: center;
}

.l-header__menu--item .is-about {
  border-top: solid 0.15em #FFA205;
}

.l-header__menu--item .is-news {
  border-top: solid 0.15em #FED857;
}

.l-header__menu--item .is-media {
  border-top: solid 0.15em #96c93a;
}

.l-header__menu--item .is-course {
  border-top: solid 0.15em #2d99f2;
}

.l-header__menu--item .is-school {
  border-top: solid 0.15em #FFAB25;
}

.l-header__menu--item .is-qa {
  border-top: solid 0.15em #17C97C;
}

.l-header__menu--item .is-voice {
  border-top: solid 0.15em #F6ACA0;
}

.l-header__menu--item .is-info {
  border-top: solid 0.15em #FD7132;
}

.l-header__menu .voice {
  margin-right: 0;
}

.l-header__circle {
  display: none;
  width: 23.4em;
  height: 23.4em;
  border-radius: 50%;
  position: absolute;
  background-color: #FFA205;
  right: -5em;
  top: -7em;
}

@media screen and (min-width: 1025px) {
  .l-header__circle {
    display: block;
  }
}

.l-header__circle .limited {
  line-height: 1.25em;
  position: absolute;
  top: 6.5em;
  font-size: 1.6rem;
  left: 3em;
  text-align: center;
  color: white;
}

.l-header__circle .appl {
  line-height: 1.25em;
  position: absolute;
  top: 6.6em;
  font-size: 2.4rem;
  left: 1.3em;
  text-align: center;
  color: white;
}

.l-header__hamburger {
  display: block;
  position: fixed;
  right: 2em;
  top: 2em;
  width: 3em;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  height: 2.4em;
}

@media screen and (min-width: 1025px) {
  .l-header__hamburger {
    display: none;
  }
}

.l-header__hamburger span {
  display: block;
  position: absolute;
  width: 3em;
  border-bottom: solid 0.2em #f29600;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.l-header__hamburger span:nth-child(2) {
  top: 0.9em;
}

.l-header__hamburger span:nth-child(3) {
  top: 1.8em;
}

.l-header__hamburger.active span:nth-child(1) {
  top: 1.2em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-header__hamburger.active span:nth-child(2),
.l-header__hamburger.active span:nth-child(3) {
  top: 1.2em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.l-menu {
  position: fixed;
  z-index: 75;
  left: 0;
  height: 100%;
  overflow: auto;
  background: #eee;
  color: #000;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  padding-top: 6em;
  opacity: 0;
}

nav.l-menu ul {
  background: radial-gradient(farthest-side circle at left top, #f9bc57, #d4de53);
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.l-menu ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 0.09em solid #ffffff;
  height: 7.65em;
  color: #ffffff;
}

nav.l-menu ul li .sns {
  text-align: center;
}

/* 最後はラインを描かない */

nav.l-menu ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.l-menu ul li a {
  display: block;
  text-align: center;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
          justify-content: center;
}

/* このクラスを、jQueryで付与・削除する */

nav.l-menu.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

/* メニューだけをスクロールさせる工夫 */

.overflowHidden {
  overflow: hidden;
}

.l-menu__sns--wrapper {
  display: -webkit-box;
  display: flex;
  /* 縦方向中央揃え（Safari用） */
  -webkit-box-align: center;
          align-items: center;
  /* 縦方向中央揃え */
  /* 横方向中央揃え（Safari用） */
  -webkit-box-pack: center;
          justify-content: center;
  /* 横方向中央揃え */
}

.l-menu__sns--container {
  padding-top: 0.1em;
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: 6rem;
}

.l-menu__sns--line {
  color: #01b901;
  width: 50%;
  text-align: center;
  height: 1.03em;
  padding: 0 0.3em;
}

.l-menu__sns--twitter {
  color: #3aabd2;
  width: 50%;
  text-align: center;
  height: 1.03em;
  padding: 0 0.3em;
}

.l-menu__sns--youtube {
  color: #DA1725;
  width: 50%;
  text-align: center;
  height: 1.03em;
  padding: 0 0.3em;
}

.l-menu__sns--instagram {
  color: #CF2E92;
  width: 50%;
  text-align: center;
  height: 1.03em;
  padding: 0 0.3em;
}

.l-menu__lists--item {
  width: 18em;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
}

.l-menu__lists--left {
  width: 30%;
  height: 0.95em;
  font-size: 4rem;
}

.l-menu__lists--img {
  width: 70px;
  margin-top: -8px;
  margin-left: -5px;
}

.l-menu__lists--right {
  width: 80%;
  text-align: center;
  line-height: 1.7em;
  padding-top: 1.5em;
}

.l-menu__lists--title {
  font-size: 3rem;
  line-height: 1em;
}

.l-menu__lists--sub-title {
  font-size: 1.4rem;
}

.l-menu__contact {
  background-color: #6e6f6f;
  height: 38em;
}

.l-menu__contact--tel-number {
  font-size: 4.6rem;
  color: #fecf2e;
  margin: 0.61em auto 0.1em;
  width: 6.23em;
  line-height: 1em;
}

.l-menu__contact--opening-time {
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 2em;
  margin-left: 2.8em;
}

.l-menu__contact--about-fc {
  line-height: 1em;
  font-size: 2rem;
  color: #ffffff;
  background-color: #00aece;
  width: 13.93em;
  margin: 1.7em auto 0;
  text-align: center;
  padding: 0.87em 0;
  border-radius: 0.3em;
  border: thin solid #ffffff;
  -webkit-filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
}

.l-menu__contact-header {
  padding: 1.8em 0 0 2em;
  line-height: 1em;
  color: #ffffff;
}

.l-menu__contact-header--title {
  font-size: 3rem;
}

.l-menu__contact-header--sub-title {
  font-size: 1.4rem;
  padding-top: 0.5em;
}

.l-main__loading {
  position: fixed;
  top: 0;
  left: 0%;
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  z-index: 9999;
}

.l-main__loading.loaded {
  visibility: hidden;
}

.l-main__loading-spinner {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #ffa205;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
          animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

.l-main__container {
  padding-top: 6em;
}

@media screen and (min-width: 1025px) {
  .l-main__container {
    padding-top: 0;
  }
}

.l-pankuzu *,
.l-pankuzu *:after,
.l-pankuzu *:before {
  box-sizing: border-box;
}

.l-pankuzu {
  padding: 0.58em 1.5em;
  border-radius: 0.5em;
  font-size: 1.2rem;
  line-height: 1em;
}

@media screen and (min-width: 1025px) {
  .l-pankuzu {
    padding: 0.58em 0;
  }
}

.l-pankuzu a {
  text-decoration: none;
  color: #777777;
  position: relative;
  z-index: 50;
}

.l-pankuzu .l-pankuzu-child {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: left;
}

.l-pankuzu li {
  display: inline-block;
  position: relative;
  padding-right: calc(16px + 8px);
  margin-right: 4px;
  color: #777777;
}

.l-pankuzu li::before {
  content: "\203A";
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: 1.7em;
  color: inherit;
  position: absolute;
  top: 45%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-pankuzu li:last-child {
  margin-right: 0;
  padding-right: 0;
  color: #ffffff;
}

.l-pankuzu li:last-child::before {
  content: normal;
}

.l-course-top__header {
  color: #ffffff;
  height: 8.5em;
  background-color: #2D99F2;
}

@media screen and (min-width: 1025px) {
  .l-course-top__header {
    height: 12em;
  }
}

.l-course-top__header--title {
  font-size: 3rem;
  line-height: 1em;
  padding: 0.6em 0 0 0.66em;
}

@media screen and (min-width: 1025px) {
  .l-course-top__header--title {
    font-size: 4rem;
    padding: 0.6em 0 0 0;
  }

  .l-course-top__header--title i {
    display: none;
  }
}

.l-course-top__header--sub-title {
  font-size: 1.4rem;
  margin-left: 1.4em;
  font-weight: 300;
}

@media screen and (min-width: 1025px) {
  .l-course-top__header--sub-title {
    font-size: 1.8rem;
    margin: 0;
  }
}

.l-course-top__emerge-declar {
  max-width: 76em;
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
}

.l-course-top__emerge-declardate {
  width: 10%;
}

.l-course-top__emerge-declar-title {
  width: 90%;
}

.l-course-top__emerge-declar-text {
  color: #FF6262;
  font-size: 1.4rem;
  padding: 0 0.5em;
}

.l-course-top__emerge-declar-link {
  text-decoration: underline;
  color: #4AACFF;
  font-size: 1.4rem;
}

.l-kippuro-header {
  background-color: #FAFAFA;
  padding: 1.7em 0 1.2em 1.4em;
  border-left: 8px solid #42c8f6;
  line-height: 1;
}

@media screen and (min-width: 1025px) {
  .l-kippuro-header {
    padding: 2.7em 0 2em;
    border-left-width: 80px;
  }
}

.l-kippuro-header__container {
  width: 100%;
  max-width: 111em;
  margin: 0 auto;
  text-align: left;
}

.l-kippuro-header__title {
  font-size: 3rem;
  color: #333333;
}

@media screen and (min-width: 1025px) {
  .l-kippuro-header__title {
    font-size: 4rem;
  }
}

.l-kippuro-header__sub-title {
  font-size: 1.4rem;
  color: #42c8f6;
  font-weight: 300;
  margin-top: 0.3em;
}

.l-kippuro-header__description {
  font-size: 1.4rem;
  font-weight: 300;
  background-color: #42c8f6;
  display: inline-block;
  color: #ffffff;
  padding: 0.3em 0.5em;
  margin-top: 0.7em;
}

.l-kippuro-top__container {
  margin-top: 1.7em;
  padding: 0 2em;
}

@media screen and (min-width: 481px) {
  .l-kippuro-top__container {
    padding: 0 10em;
  }
}

@media screen and (min-width: 1025px) {
  .l-kippuro-top__container {
    width: 1010px;
    margin: 8.1em auto 0;
    padding: 0;
    position: relative;
  }
}

.l-kippuro-top__container__title {
  color: #42c8f6;
  font-size: 1.8rem;
}

@media screen and (min-width: 481px) {
  .l-kippuro-top__container__title {
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  .l-kippuro-top__container__title {
    font-size: 2rem;
    text-align: left;
    position: absolute;
    left: calc(50% + 40px);
    top: 0;
  }
}

.l-kippuro-top__container__area {
  padding: 0 2.75em 5em;
  margin-top: 2.5em;
  border-bottom: 4px solid #FAFAFA;
}

@media screen and (min-width: 1025px) {
  .l-kippuro-top__container__area {
    padding: 0 0 5em;
  }
}

.l-kippuro-top__container__area__img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 1025px) {
  .l-kippuro-top__container__area__img {
    width: 46%;
    height: 360px;
  }
}

.l-kippuro-top__container__area__text {
  margin-top: 5.2em;
  font-weight: 300;
  font-size: 1.4rem;
}

@media screen and (min-width: 1025px) {
  .l-kippuro-top__container__area__text {
    position: absolute;
    left: calc(50% + 40px);
    top: 0;
    overflow: scroll;
  }
}

.l-kippuro-top__container__tv {
  margin-top: 3.3em;
}

@media screen and (min-width: 481px) {
  .l-kippuro-top__container__tv {
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  .l-kippuro-top__container__tv {
    text-align: left;
    margin-top: 7em;
    position: relative;
  }
}

.l-kippuro-top__container__tv__imgBox {
  display: -webkit-box;
  display: flex;
  width: 33.5em;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 auto 2em;
}

@media screen and (min-width: 1025px) {
  .l-kippuro-top__container__tv__imgBox {
    width: 46%;
    position: absolute;
    left: calc(50% + 40px);
    top: 0;
    margin: 0;
  }
}

.l-kippuro-top__container__tv__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 48%;
  height: 10em;
}

@media screen and (min-width: 1025px) {
  .l-kippuro-top__container__tv__img {
    height: 15em;
  }
}

.l-kippuro-top__container__tv__title {
  font-size: 1.8rem;
  color: #42C8F6;
  margin-bottom: 0.8em;
  line-height: 1.3;
}

@media screen and (min-width: 1025px) {
  .l-kippuro-top__container__tv__title {
    font-size: 2rem;
    position: absolute;
    left: calc(50% + 40px);
    bottom: 3em;
  }
}

.l-kippuro-top__container__tv__video {
  display: block;
  margin: 0 auto;
  height: 19em;
}

@media screen and (min-width: 1025px) {
  .l-kippuro-top__container__tv__video {
    display: inline-block;
    width: 46%;
    height: 26em;
  }
}

.l-kippuro-top__container__tv__description {
  font-size: 1.4rem;
  margin-top: 0.8em;
}

@media screen and (min-width: 481px) {
  .l-kippuro-top__container__tv__description {
    width: 335px;
    text-align: left;
    margin: 0.8em auto;
  }
}

@media screen and (min-width: 1025px) {
  .l-kippuro-top__container__tv__description {
    position: absolute;
    left: calc(50% + 40px);
    bottom: 0;
    width: auto;
    margin: 0.8em 0 0;
  }
}

.l-scratch-header {
  background-color: #FAFAFA;
  padding: 1.7em 0 1.2em 1.4em;
  border-left: 8px solid #f9b349;
  line-height: 1;
}

@media screen and (min-width: 1025px) {
  .l-scratch-header {
    padding: 2.7em 0 2em;
    border-left-width: 80px;
  }
}

.l-scratch-header__container {
  width: 100%;
  max-width: 111em;
  margin: 0 auto;
  text-align: left;
}

.l-scratch-header__title {
  font-size: 3rem;
  color: #333333;
}

@media screen and (min-width: 1025px) {
  .l-scratch-header__title {
    font-size: 4rem;
  }
}

.l-scratch-header__sub-title {
  font-size: 1.4rem;
  color: #f9b349;
  font-weight: 300;
  margin-top: 0.3em;
}

.l-scratch-header__description {
  font-size: 1.4rem;
  font-weight: 300;
  background-color: #f9b349;
  display: inline-block;
  color: #ffffff;
  padding: 0.3em 0.5em;
  margin-top: 0.7em;
}

.l-scratch-top__container {
  margin-top: 1.7em;
  padding: 0 2em;
}

@media screen and (min-width: 481px) {
  .l-scratch-top__container {
    padding: 0 10em;
  }
}

@media screen and (min-width: 1025px) {
  .l-scratch-top__container {
    width: 1010px;
    margin: 8.1em auto 0;
    padding: 0;
    position: relative;
  }
}

.l-scratch-top__container__title {
  color: #f9b349;
  font-size: 2rem;
}

@media screen and (min-width: 481px) {
  .l-scratch-top__container__title {
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  .l-scratch-top__container__title {
    text-align: left;
    position: absolute;
    left: calc(50% + 40px);
    top: 1.7em;
  }
}

.l-scratch-top__container__area {
  padding: 0 2.75em 5em;
  margin-top: 2.5em;
  border-bottom: 4px solid #FAFAFA;
}

@media screen and (min-width: 1025px) {
  .l-scratch-top__container__area {
    padding: 0 0 5em;
  }
}

.l-scratch-top__container__area__img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 1025px) {
  .l-scratch-top__container__area__img {
    width: 46%;
    height: 360px;
  }
}

.l-scratch-top__container__area__text {
  margin: 5.2em 0 2.4em;
  font-weight: 300;
  font-size: 1.4rem;
}

@media screen and (min-width: 1025px) {
  .l-scratch-top__container__area__text {
    position: absolute;
    left: calc(50% + 40px);
    top: 3em;
    overflow: scroll;
  }
}

.l-scratch-top__container__points {
  line-height: 1.5;
}

.l-scratch-top__container__points__point {
  margin-top: 3.3em;
}

@media screen and (min-width: 1025px) {
  .l-scratch-top__container__points__point {
    margin-top: 7em;
  }
}

@media screen and (min-width: 1025px) {
  .l-scratch-top__container__points__point::after {
    content: "";
    display: block;
    clear: both;
  }
}

@media screen and (min-width: 1025px) {
  .l-scratch-top__container__points__point:nth-of-type(2n+1) .l-scratch-top__container__points__point__heading,
  .l-scratch-top__container__points__point:nth-of-type(2n+1) .l-scratch-top__container__points__point__title,
  .l-scratch-top__container__points__point:nth-of-type(2n+1) .l-scratch-top__container__points__point__text {
    float: left;
    width: 46%;
    margin-right: 60px;
  }

  .l-scratch-top__container__points__point:nth-of-type(2n+1) .l-scratch-top__container__points__point__box {
    float: right;
  }

  .l-scratch-top__container__points__point:nth-of-type(2n) .l-scratch-top__container__points__point__heading,
  .l-scratch-top__container__points__point:nth-of-type(2n) .l-scratch-top__container__points__point__title,
  .l-scratch-top__container__points__point:nth-of-type(2n) .l-scratch-top__container__points__point__text {
    float: right;
    width: 46%;
    margin-left: 60px;
  }

  .l-scratch-top__container__points__point:nth-of-type(2n) .l-scratch-top__container__points__point__box {
    float: left;
  }
}

.l-scratch-top__container__points__point__heading {
  font-size: 2.6rem;
  color: #f9b349;
  font-weight: 700;
}

@media screen and (min-width: 481px) {
  .l-scratch-top__container__points__point__heading {
    text-align: center;
  }
}

.l-scratch-top__container__points__point__title {
  font-size: 1.8rem;
}

@media screen and (min-width: 481px) {
  .l-scratch-top__container__points__point__title {
    text-align: center;
    margin-bottom: 2em;
  }
}

@media screen and (min-width: 1025px) {
  .l-scratch-top__container__points__point__title {
    margin-bottom: 2em;
  }
}

.l-scratch-top__container__points__point__box {
  text-align: center;
  margin-top: 1.5em;
}

@media screen and (min-width: 1025px) {
  .l-scratch-top__container__points__point__box {
    width: 46%;
  }
}

.l-scratch-top__container__points__point__box__img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1025px) {
  .l-scratch-top__container__points__point__box__img {
    height: 275px;
  }
}

.l-scratch-top__container__points__point__text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2;
}

.l-scratch-top__container__points__point__text:before {
  content: "\F00C";
  padding: 0 0.4em 0 0;
  font-family: "Font Awesome 5 Free";
  color: #f9b349;
  font-weight: 900;
}

.l-robot-header {
  background-color: #FAFAFA;
  padding: 1.7em 0 1.2em 1.4em;
  border-left: 8px solid #ff414d;
  line-height: 1;
}

@media screen and (min-width: 1025px) {
  .l-robot-header {
    padding: 2.7em 0 2em;
    border-left-width: 80px;
  }
}

.l-robot-header__container {
  max-width: 111em;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.l-robot-header__title {
  font-size: 3rem;
  color: #333333;
}

@media screen and (min-width: 1025px) {
  .l-robot-header__title {
    font-size: 4rem;
  }
}

.l-robot-header__sub-title {
  font-size: 1.4rem;
  color: #ff414d;
  font-weight: 300;
  margin-top: 0.3em;
}

.l-robot-header__description {
  font-size: 1.4rem;
  font-weight: 300;
  background-color: #ff414d;
  display: inline-block;
  color: #ffffff;
  padding: 0.3em 0.5em;
  margin-top: 0.7em;
}

.l-robot-top__container {
  margin-top: 1.7em;
  padding: 0 2em;
}

@media screen and (min-width: 481px) {
  .l-robot-top__container {
    padding: 0 10em;
  }
}

@media screen and (min-width: 1025px) {
  .l-robot-top__container {
    width: 1010px;
    margin: 8.1em auto 0;
    padding: 0;
    position: relative;
  }
}

.l-robot-top__container__title {
  color: #ff414d;
  font-size: 2rem;
}

@media screen and (min-width: 481px) {
  .l-robot-top__container__title {
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  .l-robot-top__container__title {
    text-align: left;
    position: absolute;
    left: calc(50% + 40px);
    top: 0;
  }
}

.l-robot-top__container__area {
  padding: 0 2.75em 5em;
  margin-top: 2.5em;
  border-bottom: 4px solid #FAFAFA;
}

@media screen and (min-width: 1025px) {
  .l-robot-top__container__area {
    padding: 0 0 5em;
  }
}

.l-robot-top__container__area__img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 1025px) {
  .l-robot-top__container__area__img {
    width: 46%;
    height: 360px;
  }
}

.l-robot-top__container__area__text {
  margin: 5.2em 0 2.4em;
  font-weight: 300;
  font-size: 1.4rem;
}

@media screen and (min-width: 1025px) {
  .l-robot-top__container__area__text {
    position: absolute;
    left: calc(50% + 40px);
    top: 0;
    overflow: scroll;
  }
}

.l-robot-top__container__heading {
  font-size: 1.8rem;
  margin-top: 3.4em;
  color: #ff414d;
}

@media screen and (min-width: 481px) {
  .l-robot-top__container__heading {
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  .l-robot-top__container__heading {
    width: 46%;
  }
}

.l-robot-top__container__text {
  font-size: 1.4rem;
  font-weight: 300;
  margin: 1.2em 0 4.3em;
}

@media screen and (min-width: 1025px) {
  .l-robot-top__container__text {
    width: 46%;
    display: inline-block;
    margin-right: 80px;
    vertical-align: top;
  }
}

@media screen and (min-width: 1025px) {
  .l-robot-top__container__box {
    width: 43%;
    display: inline-block;
  }
}

.l-robot-top__container__box__img {
  width: 100%;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 1025px) {
  .l-robot-top__container__box__img {
    height: 200px;
  }
}

.l-robot-top__container__points {
  line-height: 1.5;
}

.l-robot-top__container__points__point {
  margin-top: 3.3em;
}

@media screen and (min-width: 1025px) {
  .l-robot-top__container__points__point {
    margin-top: 7em;
  }
}

@media screen and (min-width: 1025px) {
  .l-robot-top__container__points__point::after {
    content: "";
    display: block;
    clear: both;
  }
}

@media screen and (min-width: 1025px) {
  .l-robot-top__container__points__point:nth-of-type(2n+1) .l-robot-top__container__points__point__heading,
  .l-robot-top__container__points__point:nth-of-type(2n+1) .l-robot-top__container__points__point__title,
  .l-robot-top__container__points__point:nth-of-type(2n+1) .l-robot-top__container__points__point__text {
    float: left;
    width: 46%;
    margin-right: 60px;
  }

  .l-robot-top__container__points__point:nth-of-type(2n+1) .l-robot-top__container__points__point__box {
    float: right;
  }

  .l-robot-top__container__points__point:nth-of-type(2n) .l-robot-top__container__points__point__heading,
  .l-robot-top__container__points__point:nth-of-type(2n) .l-robot-top__container__points__point__title,
  .l-robot-top__container__points__point:nth-of-type(2n) .l-robot-top__container__points__point__text {
    float: right;
    width: 46%;
    margin-left: 60px;
  }

  .l-robot-top__container__points__point:nth-of-type(2n) .l-robot-top__container__points__point__box {
    float: left;
  }
}

.l-robot-top__container__points__point__heading {
  font-size: 2.6rem;
  color: #ff414d;
  font-weight: 700;
}

@media screen and (min-width: 481px) {
  .l-robot-top__container__points__point__heading {
    text-align: center;
  }
}

.l-robot-top__container__points__point__title {
  font-size: 1.8rem;
}

@media screen and (min-width: 481px) {
  .l-robot-top__container__points__point__title {
    text-align: center;
    margin-bottom: 2em;
  }
}

@media screen and (min-width: 1025px) {
  .l-robot-top__container__points__point__title {
    margin-bottom: 2em;
  }
}

.l-robot-top__container__points__point__box {
  text-align: center;
  margin-top: 1.5em;
}

@media screen and (min-width: 1025px) {
  .l-robot-top__container__points__point__box {
    width: 46%;
  }
}

.l-robot-top__container__points__point__box__img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1025px) {
  .l-robot-top__container__points__point__box__img {
    height: 275px;
  }
}

.l-robot-top__container__points__point__text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2;
}

.l-robot-top__container__points__point__text:before {
  content: "\F00C";
  padding: 0 0.4em 0 0;
  font-family: "Font Awesome 5 Free";
  color: #ff414d;
  font-weight: 900;
}

.l-roblox-header {
  background-color: #FAFAFA;
  padding: 1.7em 0 1.2em 1.4em;
  border-left: 8px solid #262787;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .l-roblox-header {
    padding: 2.7em 0 2em;
    border-left-width: 80px;
  }
}
.l-roblox-header__container {
  width: 100%;
  max-width: 111em;
  margin: 0 auto;
  text-align: left;
}
.l-roblox-header__title {
  font-size: 3rem;
  color: #262787;
}
@media screen and (min-width: 1025px) {
  .l-roblox-header__title {
    font-size: 4rem;
  }
}
.l-roblox-header__sub-title {
  font-size: 1.4rem;
  color: #262787;
  font-weight: 300;
  margin-top: 0.3em;
}
.l-roblox-header__description {
  font-size: 1.4rem;
  font-weight: 300;
  background-color: #262787;
  display: inline-block;
  color: #ffffff;
  padding: 0.3em 0.5em;
  margin-top: 0.7em;
}

.l-roblox-top__container {
  margin-top: 1.7em;
  padding: 0 2em;
}
@media screen and (min-width: 481px) {
  .l-roblox-top__container {
    padding: 0 10em;
  }
}
@media screen and (min-width: 1025px) {
  .l-roblox-top__container {
    width: 1010px;
    margin: 8.1em auto 0;
    padding: 0;
    position: relative;
  }
}
.l-roblox-top__container__title {
  color: #262787;
  font-size: 2rem;
}
@media screen and (min-width: 481px) {
  .l-roblox-top__container__title {
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .l-roblox-top__container__title {
    text-align: left;
    position: absolute;
    left: calc(50% + 40px);
    top: 1.7em;
  }
}
.l-roblox-top__container__area {
  padding: 0 2.75em 5em;
  margin-top: 2.5em;
  border-bottom: 4px solid #FAFAFA;
}
@media screen and (min-width: 1025px) {
  .l-roblox-top__container__area {
    padding: 0 0 5em;
  }
}
.l-roblox-top__container__area__img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
@media screen and (min-width: 1025px) {
  .l-roblox-top__container__area__img {
    width: 46%;
    height: 360px;
  }
}
.l-roblox-top__container__area__text {
  margin: 5.2em 0 2.4em;
  font-weight: 300;
  font-size: 1.4rem;
}
@media screen and (min-width: 1025px) {
  .l-roblox-top__container__area__text {
    position: absolute;
    left: calc(50% + 40px);
    top: 3em;
    overflow: scroll;
  }
}
.l-roblox-top__container__points {
  line-height: 1.5;
}
.l-roblox-top__container__points__point {
  margin-top: 3.3em;
}
@media screen and (min-width: 1025px) {
  .l-roblox-top__container__points__point {
    margin-top: 7em;
  }
}
@media screen and (min-width: 1025px) {
  .l-roblox-top__container__points__point::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (min-width: 1025px) {
  .l-roblox-top__container__points__point:nth-of-type(2n+1) .l-roblox-top__container__points__point__heading, .l-roblox-top__container__points__point:nth-of-type(2n+1) .l-roblox-top__container__points__point__title, .l-roblox-top__container__points__point:nth-of-type(2n+1) .l-roblox-top__container__points__point__text {
    float: left;
    width: 46%;
    margin-right: 60px;
  }
  .l-roblox-top__container__points__point:nth-of-type(2n+1) .l-roblox-top__container__points__point__box {
    float: right;
  }
  .l-roblox-top__container__points__point:nth-of-type(2n) .l-roblox-top__container__points__point__heading, .l-roblox-top__container__points__point:nth-of-type(2n) .l-roblox-top__container__points__point__title, .l-roblox-top__container__points__point:nth-of-type(2n) .l-roblox-top__container__points__point__text {
    float: right;
    width: 46%;
    margin-left: 60px;
  }
  .l-roblox-top__container__points__point:nth-of-type(2n) .l-roblox-top__container__points__point__box {
    float: left;
  }
}
.l-roblox-top__container__points__point__heading {
  font-size: 2.6rem;
  color: #262787;
  font-weight: 700;
}
@media screen and (min-width: 481px) {
  .l-roblox-top__container__points__point__heading {
    text-align: center;
  }
}
.l-roblox-top__container__points__point__title {
  font-size: 1.8rem;
}
@media screen and (min-width: 481px) {
  .l-roblox-top__container__points__point__title {
    text-align: center;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1025px) {
  .l-roblox-top__container__points__point__title {
    margin-bottom: 2em;
  }
}
.l-roblox-top__container__points__point__box {
  text-align: center;
  margin-top: 1.5em;
}
@media screen and (min-width: 1025px) {
  .l-roblox-top__container__points__point__box {
    width: 46%;
  }
}
.l-roblox-top__container__points__point__box__img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .l-roblox-top__container__points__point__box__img {
    height: 275px;
  }
}
.l-roblox-top__container__points__point__text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2;
}
.l-roblox-top__container__points__point__text:before {
  content: "\f00c";
  padding: 0 0.4em 0 0;
  font-family: "Font Awesome 5 Free";
  color: #262787;
  font-weight: 900;
}

.l-iot-header {
  background-color: #FAFAFA;
  padding: 1.7em 0 1.2em 1.4em;
  border-left: 8px solid #16c97d;
  line-height: 1;
}

@media screen and (min-width: 1025px) {
  .l-iot-header {
    padding: 2.7em 0 2em;
    border-left-width: 80px;
  }
}

.l-iot-header__container {
  max-width: 111em;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.l-iot-header__title {
  font-size: 3rem;
  color: #333333;
}

@media screen and (min-width: 1025px) {
  .l-iot-header__title {
    font-size: 4rem;
  }
}

.l-iot-header__sub-title {
  font-size: 1.4rem;
  color: #16c97d;
  font-weight: 300;
  margin-top: 0.3em;
}

.l-iot-header__description {
  font-size: 1.4rem;
  font-weight: 300;
  background-color: #16c97d;
  display: inline-block;
  color: #ffffff;
  padding: 0.3em 0.5em;
  margin-top: 0.7em;
}

.l-iot-top__container {
  margin-top: 1.7em;
  padding: 0 2em;
}

@media screen and (min-width: 481px) {
  .l-iot-top__container {
    padding: 0 10em;
  }
}

@media screen and (min-width: 1025px) {
  .l-iot-top__container {
    width: 1010px;
    margin: 8.1em auto 0;
    padding: 0;
    position: relative;
  }
}

.l-iot-top__container__caution {
  text-align: center;
  font-weight: 255;
  font-size: 1.4rem;
}

.l-iot-top__container__title {
  color: #16c97d;
  font-size: 2rem;
}

@media screen and (min-width: 481px) {
  .l-iot-top__container__title {
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  .l-iot-top__container__title {
    text-align: left;
    position: absolute;
    left: calc(50% + 40px);
    top: 0;
  }
}

.l-iot-top__container__area {
  padding: 0 2.75em 5em;
  margin-top: 2.5em;
  border-bottom: 4px solid #FAFAFA;
}

@media screen and (min-width: 1025px) {
  .l-iot-top__container__area {
    padding: 0 0 8em;
  }
}

.l-iot-top__container__area__img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 1025px) {
  .l-iot-top__container__area__img {
    width: 46%;
    height: 360px;
  }
}

.l-iot-top__container__area__text {
  margin: 5.2em 0 2.4em;
  font-weight: 300;
  font-size: 1.4rem;
}

@media screen and (min-width: 1025px) {
  .l-iot-top__container__area__text {
    position: absolute;
    left: calc(50% + 40px);
    top: 0;
    overflow: scroll;
  }
}

.l-iot-top__container__movies {
  padding: 0 2.75em 0;
  margin-top: 2.5em;
}

@media screen and (min-width: 481px) {
  .l-iot-top__container__movies {
    padding: 0;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
            justify-content: space-evenly;
  }
}

@media screen and (min-width: 1025px) {
  .l-iot-top__container__movies__box {
    width: 33.3%;
  }

  .l-iot-top__container__movies__box iframe {
    width: 80%;
  }
}

.l-iot-top__container__movies__box__description {
  font-size: 1.6rem;
  margin: 0.5em 0 1.5em;
  color: #ff414d;
}

.l-iot-top__container__heading {
  font-size: 1.8rem;
  margin-top: 3.4em;
  color: #16c97d;
}

@media screen and (min-width: 481px) {
  .l-iot-top__container__heading {
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  .l-iot-top__container__heading {
    text-align: left;
  }
}

.l-iot-top__container__text {
  font-size: 1.4rem;
  font-weight: 300;
  margin: 1.2em 0 4.3em;
}

@media screen and (min-width: 1025px) {
  .l-iot-top__container__text:nth-of-type(3) {
    width: 46%;
    display: inline-block;
    margin-right: 80px;
    vertical-align: top;
  }
}

@media screen and (min-width: 1025px) {
  .l-iot-top__container__box {
    width: 43%;
    display: inline-block;
  }
}

.l-iot-top__container__box__img {
  width: 100%;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 1025px) {
  .l-iot-top__container__box__img {
    height: 200px;
  }
}

.l-unity-header {
  background-color: #FAFAFA;
  padding: 1.7em 0 1.2em 1.4em;
  border-left: 8px solid #002835;
  line-height: 1;
}

@media screen and (min-width: 1025px) {
  .l-unity-header {
    padding: 2.7em 0 2em;
    border-left-width: 80px;
  }
}

.l-unity-header__container {
  max-width: 111em;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.l-unity-header__title {
  font-size: 3rem;
  color: #333333;
}

@media screen and (min-width: 1025px) {
  .l-unity-header__title {
    font-size: 4rem;
  }
}

.l-unity-header__sub-title {
  font-size: 1.4rem;
  color: #002835;
  font-weight: 300;
  margin-top: 0.3em;
}

.l-unity-header__description {
  font-size: 1.4rem;
  font-weight: 300;
  background-color: #002835;
  display: inline-block;
  color: #ffffff;
  padding: 0.3em 0.5em;
  margin-top: 0.7em;
}

.l-unity-top__container {
  margin-top: 1.7em;
  padding: 0 2em;
}

@media screen and (min-width: 481px) {
  .l-unity-top__container {
    padding: 0 10em;
  }
}

@media screen and (min-width: 1025px) {
  .l-unity-top__container {
    width: 1010px;
    margin: 8.1em auto 0;
    padding: 0;
    position: relative;
  }
}

.l-unity-top__container__title {
  color: #002835;
  font-size: 2rem;
}

@media screen and (min-width: 481px) {
  .l-unity-top__container__title {
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  .l-unity-top__container__title {
    text-align: left;
    position: absolute;
    left: calc(50% + 40px);
    top: 1.7em;
  }
}

.l-unity-top__container__area {
  padding: 0 2.75em 5em;
  margin-top: 2.5em;
  border-bottom: 4px solid #FAFAFA;
}

@media screen and (min-width: 1025px) {
  .l-unity-top__container__area {
    padding: 0 0 5em;
  }
}

.l-unity-top__container__area__img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 1025px) {
  .l-unity-top__container__area__img {
    width: 46%;
    height: 500px;
  }
}

.l-unity-top__container__area__text {
  margin: 5.2em 0 2.4em;
  font-weight: 300;
  font-size: 1.4rem;
}

@media screen and (min-width: 1025px) {
  .l-unity-top__container__area__text {
    position: absolute;
    left: calc(50% + 40px);
    top: 3em;
    overflow: scroll;
  }
}

.l-unity-top__container__points {
  line-height: 1.5;
}

.l-unity-top__container__points__point {
  margin-top: 3.3em;
}

@media screen and (min-width: 1025px) {
  .l-unity-top__container__points__point {
    margin-top: 7em;
  }
}

@media screen and (min-width: 1025px) {
  .l-unity-top__container__points__point::after {
    content: "";
    display: block;
    clear: both;
  }
}

@media screen and (min-width: 1025px) {
  .l-unity-top__container__points__point:nth-of-type(2n+1) .l-unity-top__container__points__point__heading,
  .l-unity-top__container__points__point:nth-of-type(2n+1) .l-unity-top__container__points__point__title,
  .l-unity-top__container__points__point:nth-of-type(2n+1) .l-unity-top__container__points__point__text {
    float: left;
    width: 46%;
    margin-right: 60px;
  }

  .l-unity-top__container__points__point:nth-of-type(2n+1) .l-unity-top__container__points__point__box {
    float: right;
  }

  .l-unity-top__container__points__point:nth-of-type(2n) .l-unity-top__container__points__point__heading,
  .l-unity-top__container__points__point:nth-of-type(2n) .l-unity-top__container__points__point__title,
  .l-unity-top__container__points__point:nth-of-type(2n) .l-unity-top__container__points__point__text {
    float: right;
    width: 46%;
    margin-left: 60px;
  }

  .l-unity-top__container__points__point:nth-of-type(2n) .l-unity-top__container__points__point__box {
    float: left;
  }
}

.l-unity-top__container__points__point__heading {
  font-size: 2.6rem;
  color: #002835;
  font-weight: 700;
}

@media screen and (min-width: 481px) {
  .l-unity-top__container__points__point__heading {
    text-align: center;
  }
}

.l-unity-top__container__points__point__title {
  font-size: 1.8rem;
  margin-bottom: 2em;
}

@media screen and (min-width: 481px) {
  .l-unity-top__container__points__point__title {
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  .l-unity-top__container__points__point__title {
    text-align: left;
  }
}

.l-unity-top__container__points__point__box {
  text-align: center;
  margin-top: 1.5em;
}

@media screen and (min-width: 1025px) {
  .l-unity-top__container__points__point__box {
    width: 46%;
  }
}

.l-unity-top__container__points__point__box__img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1025px) {
  .l-unity-top__container__points__point__box__img {
    height: 275px;
  }
}

.l-unity-top__container__points__point__text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2;
}

.l-unity-top__container__points__point__text:before {
  content: "\F00C";
  padding: 0 0.4em 0 0;
  font-family: "Font Awesome 5 Free";
  color: #000000;
  font-weight: 900;
}

.l-unity-top__container__apps {
  margin-top: 6.5em;
  display: inline-block;
}

.l-unity-top__container__apps__title {
  font-size: 1.8rem;
  color: #002835;
}

.l-unity-top__container__apps__text {
  font-size: 1.4rem;
  margin-top: 0.3em;
  font-weight: 300;
}

.l-unity-top__container__apps__text--inline {
  font-size: 1.4rem;
  margin-top: 0.3em;
  font-weight: 300;
  display: inline-block;
}

@media screen and (min-width: 481px) {
  .l-unity-top__container__apps__text--inline {
    display: block;
  }
}

.l-unity-top__container__apps__items {
  margin: 2.6em 0 2.9em;
}

@media screen and (min-width: 1025px) {
  .l-unity-top__container__apps__items {
    margin: 6em 0 7em;
  }
}

.l-unity-top__container__apps__items__itemBox {
  margin-bottom: 2em;
  text-align: center;
  display: block;
}

@media screen and (min-width: 481px) {
  .l-unity-top__container__apps__items__itemBox {
    text-align: center;
    width: 49.5%;
    display: inline-block;
  }
}

@media screen and (min-width: 1025px) {
  .l-unity-top__container__apps__items__itemBox {
    width: 33%;
  }
}

.l-unity-top__container__apps__items__itemBox__item {
  width: 280px;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 481px) {
  .l-unity-top__container__apps__items__itemBox__item {
    width: 90%;
    height: auto;
  }
}

@media screen and (min-width: 1025px) {
  .l-unity-top__container__apps__items__itemBox__item__book {
    width: 25%;
  }
}

.l-unity-top__container__apps__items__bookBox {
  float: left;
}

.l-unity-top__container__apps__youtube {
  margin: 3.3em auto 2.9em;
  display: block;
}

@media screen and (min-width: 1025px) {
  .l-unity-top__container__apps__youtube {
    margin: 6em auto 6em;
  }
}

@media screen and (min-width: 1025px) {
  .l-unity-top__container__apps__youtube {
    width: 500px;
    height: 280px;
  }
}

.l-skype-header {
  background-color: #FAFAFA;
  padding: 1.7em 0 1.2em 1.4em;
  border-left: 8px solid #38df19;
  line-height: 1;
}

@media screen and (min-width: 1025px) {
  .l-skype-header {
    padding: 2.7em 0 2em;
    border-left-width: 80px;
  }
}

.l-skype-header__container {
  max-width: 111em;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.l-skype-header__title {
  font-size: 3rem;
}

@media screen and (min-width: 1025px) {
  .l-skype-header__title {
    font-size: 4rem;
  }
}

.l-skype-header__sub-title {
  font-size: 1.4rem;
  color: #38df19;
  font-weight: 300;
  margin-top: 0.3em;
}

.l-skype-header__description {
  font-size: 1.4rem;
  font-weight: 300;
  background-color: #38df19;
  display: inline-block;
  color: #ffffff;
  padding: 0.3em 0.5em;
  margin-top: 0.7em;
}

.l-skype-top__container {
  margin-top: 1.7em;
  padding: 0 2em;
}

@media screen and (min-width: 481px) {
  .l-skype-top__container {
    padding: 0 10em;
  }
}

@media screen and (min-width: 1025px) {
  .l-skype-top__container {
    width: 1010px;
    margin: 8.1em auto 0;
    padding: 0;
    position: relative;
  }
}

.l-skype-top__container__title {
  color: #38df19;
  font-size: 2rem;
}

@media screen and (min-width: 481px) {
  .l-skype-top__container__title {
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  .l-skype-top__container__title {
    text-align: left;
    position: absolute;
    left: calc(50% + 40px);
    top: 1.7em;
  }
}

.l-skype-top__container__heading {
  color: #38df19;
  font-size: 1.8rem;
  margin-top: 2.9em;
}

@media screen and (min-width: 481px) {
  .l-skype-top__container__heading {
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  .l-skype-top__container__heading {
    text-align: left;
  }
}

.l-skype-top__container__text {
  font-size: 1.4rem;
  margin-top: 0.5em;
  font-weight: 300;
}

@media screen and (min-width: 1025px) {
  .l-skype-top__container__text:nth-of-type(5) {
    width: 46%;
    display: inline-block;
    margin-right: 80px;
    vertical-align: top;
  }
}

.l-skype-top__container__box {
  margin-top: 2.5em;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .l-skype-top__container__box {
    width: 43%;
    display: inline-block;
  }
}

.l-skype-top__container__box__img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-skype-top__container__area {
  padding: 0 2.75em 5em;
  margin-top: 1.6em;
  border-bottom: 4px solid #FAFAFA;
}

@media screen and (min-width: 1025px) {
  .l-skype-top__container__area {
    padding: 0 0 5em;
  }
}

.l-skype-top__container__area__img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 1025px) {
  .l-skype-top__container__area__img {
    width: 46%;
    height: 500px;
  }
}

.l-skype-top__container__area__text {
  margin: 5.2em 0 2.4em;
  font-weight: 300;
  font-size: 1.4rem;
}

@media screen and (min-width: 1025px) {
  .l-skype-top__container__area__text {
    position: absolute;
    left: calc(50% + 40px);
    top: 0;
    overflow: scroll;
  }
}

.l-skype-top__container__points {
  line-height: 1.5;
}

.l-skype-top__container__points__point {
  margin-top: 3.3em;
}

@media screen and (min-width: 1025px) {
  .l-skype-top__container__points__point {
    margin-top: 7em;
  }
}

@media screen and (min-width: 1025px) {
  .l-skype-top__container__points__point::after {
    content: "";
    display: block;
    clear: both;
  }
}

@media screen and (min-width: 1025px) {
  .l-skype-top__container__points__point:nth-of-type(2n+1) .l-skype-top__container__points__point__heading,
  .l-skype-top__container__points__point:nth-of-type(2n+1) .l-skype-top__container__points__point__title,
  .l-skype-top__container__points__point:nth-of-type(2n+1) .l-skype-top__container__points__point__text {
    float: left;
    width: 46%;
    margin-right: 60px;
  }

  .l-skype-top__container__points__point:nth-of-type(2n+1) .l-skype-top__container__points__point__box {
    float: right;
  }

  .l-skype-top__container__points__point:nth-of-type(2n) .l-skype-top__container__points__point__heading,
  .l-skype-top__container__points__point:nth-of-type(2n) .l-skype-top__container__points__point__title,
  .l-skype-top__container__points__point:nth-of-type(2n) .l-skype-top__container__points__point__text {
    float: right;
    width: 46%;
    margin-left: 60px;
  }

  .l-skype-top__container__points__point:nth-of-type(2n) .l-skype-top__container__points__point__box {
    float: left;
  }
}

.l-skype-top__container__points__point__heading {
  font-size: 2.6rem;
  color: #38df19;
  font-weight: 700;
}

@media screen and (min-width: 481px) {
  .l-skype-top__container__points__point__heading {
    text-align: center;
  }
}

.l-skype-top__container__points__point__title {
  font-size: 1.8rem;
}

@media screen and (min-width: 481px) {
  .l-skype-top__container__points__point__title {
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  .l-skype-top__container__points__point__title {
    margin-bottom: 2em;
  }
}

.l-skype-top__container__points__point__box {
  text-align: center;
  margin-top: 1.5em;
}

@media screen and (min-width: 1025px) {
  .l-skype-top__container__points__point__box {
    width: 46%;
  }
}

.l-skype-top__container__points__point__box__img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1025px) {
  .l-skype-top__container__points__point__box__img {
    height: 275px;
  }
}

.l-skype-top__container__points__point__text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2;
}

.l-skype-top__container__points__point__text:before {
  content: "\F00C";
  padding: 0 0.4em 0 0;
  font-family: "Font Awesome 5 Free";
  color: #38df19;
  font-weight: 900;
}

.l-sitemap__item--sns,
.l-sitemap__item--feed,
.l-sitemap__item--full,
.l-sitemap__item {
  margin-top: 15px;
  margin-left: 20px;
  text-align: left;
}

.l-sitemap__item:before,
.l-sitemap__item--sns:before,
.l-sitemap__item--feed:before,
.l-sitemap__item--full:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #38df19;
  border-right: 5px solid transparent;
}

.l-sitemap__container {
  padding: 0 2em 7.5em;
}

@media screen and (min-width: 1025px) {
  .l-sitemap__container {
    padding: 6em 0 11.5em;
    width: 760px;
    margin: 0 auto;
  }
}

.l-sitemap__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 5em;
}

.l-sitemap__item {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .l-sitemap__item {
    width: 30%;
  }
}

.l-sitemap__item--full {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .l-sitemap__item--full {
    width: 100%;
  }
}

.l-sitemap__item--feed {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .l-sitemap__item--feed {
    width: 40%;
  }
}

.l-sitemap__item--sns {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .l-sitemap__item--sns {
    width: 15%;
  }
}

.l-sitemap__item-link {
  display: contents;
  text-decoration: underline;
  color: #38df19;
  font-size: 1.4rem;
}

.l-sitemap__list-heading {
  font-size: 2.4rem;
  border-bottom: 1px solid #e0e0e0;
}

.l-errors {
  text-align: center;
}

.l-errors__title {
  padding-top: 1.8em;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5em;
}

.l-errors__text {
  padding-top: 1.9em;
  line-height: 2em;
  font-size: 1.8rem;
}

.l-errors__text--second {
  padding-top: 0;
  line-height: 2em;
  font-size: 1.8rem;
  display: block;
}

@media screen and (min-width: 481px) {
  .l-errors__text--second {
    padding-top: 1.9em;
    display: contents;
  }
}

.l-errors__button-area {
  display: block;
}

.l-errors__button {
  line-height: 1em;
  font-size: 2rem;
  color: #ffffff;
  background-color: #f2a72e;
  width: 16.5em;
  margin: 2.3em auto 2.3em;
  text-align: center;
  padding: 0.87em 0;
  border-radius: 0.3em;
  border: thin solid #ffffff;
  -webkit-filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
}

/*====================================================================
    Object
  ==================================================================== */

/* Component */

.c-alert__container {
  text-align: center;
}

.c-alert__message {
  color: #ff0d5b;
  font-size: 1.6rem;
}

.c-alert__message-area {
  max-width: 1010px;
  margin: 0 auto;
  padding: 2em;
}

.c-alert__message-area--course-up {
  max-width: 1010px;
  margin: -2em auto 3em;
  padding: 2em;
}

/* Project */

@media screen and (min-width: 1025px) {
  .p-news {
    overflow: hidden;
  }
}

.p-news__container {
  padding-bottom: 7.5em;
}

@media screen and (min-width: 1025px) {
  .p-media {
    overflow: hidden;
  }
}

.p-media__container {
  padding-bottom: 7.5em;
}

.p-reasons__container {
  padding: 3.5em 0 7.5em;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 1010px;
  margin: -215em auto 0;
  z-index: 1;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .p-reasons__container {
    margin: -195em auto 0;
    padding: 3.5em 0 0;
  }

  .p-reasons__container .reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
}

.p-reasons__item {
  margin: 0 auto 1em;
  width: 80%;
}

@media screen and (min-width: 1025px) {
  .p-reasons__item {
    width: 100%;
    display: -webkit-box;
    display: flex;
    margin-bottom: 11em;
  }

  .p-reasons__item .normal {
    width: calc(52.6% - 5.5em);
    margin-left: 5.5em;
  }
}

.p-reasons__img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .p-reasons__img {
  }
}

@media screen and (min-width: 1025px) {
  .p-reasons__desc {
    width: 52.6%;
  }

  .p-reasons__desc .right {
    width: 100%;
  }
}

.p-reasons__label {
  font-size: 2rem;
  margin: 1.1em 0 0.5em 0;
  color: #ffffff;
  background-color: #ff6263;
  width: 9.56em;
  text-align: center;
  padding: 0.39em 0;
  line-height: 1em;
}

@media screen and (min-width: 1025px) {
  .p-reasons__label {
    
    font-size: 2rem;
    margin: 0 0 1.2em 0;
    padding: 0.45em 0;
  }
}

.p-reasons__text {
  line-height: 1.9em;
  font-size: 1.4rem;
  font-weight: 300;
}

@media screen and (min-width: 1025px) {
  .p-reasons__text {
    width: 90.11%;
    font-size: 1.8rem;
    line-height: 2em;
  }
}

.p-reasons__text--emphasis {
  color: #f29600;
}

.p-reasons canvas {
  width: 100%;
  height: 215em;
  z-index: 0;
}

@media screen and (min-width: 1025px) {
  .p-reasons canvas {
    height: 195em;
  }
}

.p-course__item.is-unity,
.p-course__item.is-skype,
.p-course__item.is-iot,
.p-course__item.is-robot,
.p-course__item.is-scratch,
.p-course__item.is-kippuro,
.p-course__item.is-roblox,
.p-course__item.is-minecraft {
  background-color: #fff;
  margin: 0 auto 3em;
  width: 30em;
  height: 39.9em;
  box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2);
  position: relative;
  border: 0.2em solid transparent;
}

@media screen and (min-width: 1025px) {
  .p-course__item.is-unity,
  .p-course__item.is-skype,
  .p-course__item.is-iot,
  .p-course__item.is-robot,
  .p-course__item.is-scratch,
  .p-course__item.is-kippuro,
  .p-course__item.is-roblox,
  .p-course__item.is-minecraft {
    margin: 0 1em 5em;
  }
}

.p-course__circle.is-unity,
.p-course__circle.is-skype,
.p-course__circle.is-iot,
.p-course__circle.is-robot,
.p-course__circle.is-scratch,
.p-course__circle.is-kippuro,
.p-course__circle.is-roblox,
.p-course__circle.is-minecraft {
  width: 8.1em;
  height: 8.1em;
  display: inline-block;
  border-radius: 50%;
  top: 17.1em;
  left: 1.8em;
  z-index: 0;
  position: absolute;
  background-color: transparent;
}

.p-course__line.is-unity,
.p-course__line.is-skype,
.p-course__line.is-iot,
.p-course__line.is-robot,
.p-course__line.is-scratch,
.p-course__line.is-kippuro,
.p-course__line.is-roblox,
.p-course__line.is-minecraft {
  width: 100%;
  height: 5.1em;
  color: #fff;
  display: inline-flex;
  z-index: 1;
  background-color: transparent;
}

.p-course__detail.is-unity,
.p-course__detail.is-skype,
.p-course__detail.is-iot,
.p-course__detail.is-robot,
.p-course__detail.is-scratch,
.p-course__detail.is-kippuro,
.p-course__detail.is-roblox,
.p-course__detail.is-minecraft {
  font-size: 1.5rem;
  color: #fff;
  width: 10.67em;
  margin: 0.4em auto 0;
  text-align: center;
  border-radius: 6px;
  filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
  line-height: 1em;
  padding: 0.5em 0 0.5em;
  background-color: transparent;
}

.p-course__description--title.is-unity,
.p-course__description--title.is-skype,
.p-course__description--title.is-iot,
.p-course__description--title.is-robot,
.p-course__description--title.is-scratch,
.p-course__description--title.is-kippuro,
.p-course__description--title.is-roblox,
.p-course__description--title.is-minecraft {
  font-size: 1.6rem;
  color: inherit;
}

@media screen and (min-width: 1025px) {
  .p-course {
    background-image: url("/img/square_bg.png");
    background-size: 100% auto;
    padding-top: 4em;
  }
}

.p-course__container {
  padding: 3.5em 0 7.5em;
  width: 100%;
  background-image: url("/img/square_bg.png");
  text-align: center;
}

@media screen and (min-width: 481px) {
  .p-course__container {
    width: 83%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
            justify-content: space-evenly;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1025px) {
  .p-course__container {
    padding: 8em 0 7.5em;
    background-image: none;
    width: 80.64%;
    max-width: 1295px;
  }
}

.p-course__item.is-kippuro {
  border: 0.2em solid #42c8f6;
}

.p-course__item.is-scratch {
  border: 0.2em solid #f9b349;
}

.p-course__item.is-robot {
  border: 0.2em solid #ff414d;
}

.p-course__item.is-iot {
  border: 0.2em solid #262787;
}

.p-course__item.is-skype {
  border: 0.2em solid #28b3f0;
}

.p-course__item.is-unity {
  border: 0.2em solid #000000;
}

.p-course__img-area {
  height: 18.6em;
  width: 100%;
  display: -webkit-box;
  display: flex;
  /* 縦方向中央揃え（Safari用） */
  -webkit-box-align: center;
          align-items: center;
  /* 縦方向中央揃え */
  /* 横方向中央揃え（Safari用） */
  -webkit-box-pack: center;
          justify-content: center;
  /* 横方向中央揃え */
}

.p-course__img {
  max-height: 12.3em;
  max-width: 90%;
  width: auto;
}

.p-course__img--is-skp-or-unt {
  max-width: 18em;
  height: auto;
}

.p-course__circle.is-kippuro {
  background-color: #42c8f6;
}

.p-course__circle.is-scratch {
  background-color: #f9b349;
}

.p-course__circle.is-robot {
  background-color: #ff414d;
}

.p-course__circle.is-iot {
  background-color: #262787;
}

.p-course__circle.is-skype {
  background-color: #28b3f0;
}

.p-course__circle.is-unity {
  background-color: #000000;
}

.p-course__line.is-kippuro {
  background-color: #42c8f6;
}

.p-course__line.is-scratch {
  background-color: #f9b349;
}

.p-course__line.is-robot {
  background-color: #ff414d;
}

.p-course__line.is-iot {
  background-color: #262787;
}

.p-course__line.is-skype {
  background-color: #28b3f0;
}

.p-course__line.is-unity {
  background-color: #000000;
}

.p-course__line--for-age {
  font-size: 1.5rem;
  text-align: center;
  width: 31%;
  z-index: 1;
  line-height: 1.8em;
  padding-left: 0.8em;
}

.p-course__line--one-line {
  font-weight: bold;
  font-size: 1.7rem;
  z-index: 1;
  width: 65%;
  display: -webkit-box;
  display: flex;
  /* 縦方向中央揃え（Safari用） */
  -webkit-box-align: center;
          align-items: center;
  /* 縦方向中央揃え */
  /* 横方向中央揃え（Safari用） */
  -webkit-box-pack: center;
          justify-content: center;
  /* 横方向中央揃え */
}

.p-course__line--two-line {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  width: 65%;
  line-height: 1.3em;
  z-index: 1;
}

.p-course__description {
  width: 25.1em;
  margin: 2.7em auto 0;
  line-height: 2.5em;
  text-align: left;
}

.p-course__description--title.is-kippuro {
  color: #42c8f6;
}

.p-course__description--title.is-scratch {
  color: #f9b349;
}

.p-course__description--title.is-robot {
  color: #ff414d;
}

.p-course__description--title.is-iot {
  color: #262787;
}

.p-course__description--title.is-skype {
  color: #28b3f0;
}

.p-course__description--title.is-unity {
  color: #333333;
}

.p-course__description--title.is-roblox {
  color: #333333;
}

.p-course__description--title.is-minecraft {
  color: #333333;
}
.p-course__description--text {
  font-size: 1.2rem;
}

.p-course__btn {
  display: block;
}

.p-course__detail.is-kippuro {
  background-color: #42c8f6;
}

.p-course__detail.is-scratch {
  background-color: #f9b349;
}

.p-course__detail.is-robot {
  background-color: #ff414d;
}

.p-course__detail.is-iot {
  background-color: #262787;
}

.p-course__detail.is-skype {
  background-color: #28b3f0;
}

.p-course__detail.is-unity {
  background-color: #000000;
}

.p-course__online-lesson-link {
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 3px 3px 6px #00000029;
}

.p-course__online-lesson-link-text {
  line-height: 1;
  font-size: 1.8rem;
  background-color: #FF6262;
  padding: 0.33em 0.5em;
  color: white;
}

.p-course__header-area {
  display: none;
}

@media screen and (min-width: 1025px) {
  .p-course__header-area {
    display: contents;
  }
}

.p-visit {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .p-visit {
    width: 50%;
    background-image: url("/img/square_bg.png");
    padding-top: 7.3em;
  }
}

.p-visit__container {
  padding: 3.5em 0 7em;
  width: 100%;
  background-image: url("/img/square_bg.png");
}

@media screen and (min-width: 1025px) {
  .p-visit__container {
    padding: 5em 0 7em;
    background-image: none;
  }
}

.p-visit__item {
  margin: 0 auto 1em;
  width: 80%;
}

@media screen and (min-width: 1025px) {
  .p-visit__item {
    margin-left: 4em;
    width: 46em;
  }
}

.p-visit__img {
  height: 18.9em;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-bottom: 3em;
}

@media screen and (min-width: 481px) {
  .p-visit__img {
    height: 38em;
  }
}

@media screen and (min-width: 1025px) {
  .p-visit__img {
    height: 29em;
    margin-bottom: 4.54em;
  }
}

.p-visit__text {
  line-height: 2em;
  font-size: 1.4rem;
  font-weight: 300;
}

@media screen and (min-width: 1025px) {
  .p-visit__text {
    font-size: 1.8rem;
  }
}

.p-visit__text-link {
  color: #4BADFF;
  text-decoration: underline;
}

.p-visit__school {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

@media screen and (min-width: 1025px) {
  .p-visit__school {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
}

.p-school {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .p-school {
    width: 50%;
    background-image: url("/img/so-white.png");
    padding-top: 7.3em;
  }
}

.p-school__container {
  padding: 3.5em 0 7.5em;
  width: 100%;
  background-image: url("/img/so-white.png");
}

@media screen and (min-width: 1025px) {
  .p-school__container {
    padding: 5em 0 7em;
    background-image: none;
  }
}

.p-school__item {
  margin: 0 auto;
  width: 80%;
}

@media screen and (min-width: 1025px) {
  .p-school__item {
    margin-right: 4em;
    width: 46em;
  }
}

.p-school__name {
  font-size: 3.3rem;
  font-weight: 300;
  margin-left: -1.8rem;
  margin-bottom: 0.2em;
}

@media screen and (min-width: 1025px) {
  .p-school__name {
    font-size: 3rem;
    padding-left: 0.6em;
  }
}

.p-school__introduction {
  line-height: 2em;
  font-size: 1.6rem;
  margin-bottom: 0.375em;
  font-weight: 300;
}

@media screen and (min-width: 1025px) {
  .p-school__introduction {
    font-size: 1.8rem;
  }
}

.p-school__introduction-link {
  color: #4badff;
  text-decoration: underline;
}

.p-school__img {
  height: 18.9em;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-bottom: 4.34em;
}

@media screen and (min-width: 481px) {
  .p-school__img {
    height: 38em;
  }
}

@media screen and (min-width: 1025px) {
  .p-school__img {
    height: 29em;
    margin-bottom: 4.54em;
  }
}

.p-school__btn {
  display: block;
  text-align: center;
}

.p-school__detail {
  line-height: 1em;
  font-size: 2rem;
  color: #ffffff;
  background-color: #4aacff;
  width: 13.9em;
  margin: 0 auto;
  text-align: center;
  padding: 0.87em 0;
  border-radius: 0.3em;
  border: thin solid #ffffff;
  -webkit-filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
}

@media screen and (min-width: 1025px) {
  .p-school__detail {
    width: 15em;
    padding: 0.75em 0;
  }
}

@media screen and (min-width: 1025px) {
  .p-voice {
    padding-top: 4em;
  }
}

.p-voice__container {
  padding: 3.5em 0 7.5em;
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .p-voice__container {
    padding: 2.5em 0 11.5em;
    max-width: 1010px;
    margin: 0 auto;
  }
}

.p-voice__course-container {
  margin: 1.7em 0 7.5em;
  padding: 0 2em;
}

@media screen and (min-width: 481px) {
  .p-voice__course-container {
    padding: 0 10%;
  }
}

@media screen and (min-width: 1025px) {
  .p-voice__course-container {
    width: 1010px;
    margin: 8.1em auto 7.5em;
    padding: 0;
    position: relative;
  }
}

.p-voice__item {
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 1025px) {
  .p-voice__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .p-voice__item--reverse {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 1025px) {
  .p-voice__item__video-item {
    height: 283px;
  }
}

.p-voice__line {
  margin: 2em auto 3.8em;
  border-bottom: 0.2em solid #c7c7c7;
}

@media screen and (min-width: 1025px) {
  .p-voice__line {
    margin: 6em auto;
  }
}

.p-voice__line--video {
  margin: 2em auto 3.8em;
  border-bottom: 0.2em solid #c7c7c7;
}

@media screen and (min-width: 1025px) {
  .p-voice__line--video {
    margin-top: 11.5em;
    margin-bottom: 6em;
  }
}

.p-voice__video-area {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .p-voice__video-area {
    width: 50%;
  }
}

.youtube_pn {
  width: 100%;
}

.youtube_pn img {
  width: 100%;
}

.p-voice__icon {
  font-size: 15rem;
}

@media screen and (min-width: 1025px) {
  .p-voice__icon {
    font-size: 18rem;
  }
}

.p-voice__video {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .p-voice__video {
    height: 27.6em;
  }
}

.p-voice__image {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .p-voice__image {
    height: 27.6em;
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .p-voice__text-area {
    width: 47%;
  }
}

.p-voice__question {
  color: #f6aca0;
  font-size: 1.6rem;
  line-height: 1.5em;
}

@media screen and (min-width: 1025px) {
  .p-voice__question {
    font-size: 2.4rem;
    margin-bottom: 1em;
  }
}

.p-voice__answer {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5em;
}

.p-voice__detailBox {
  display: block;
}

.p-voice__detail {
  display: block;
  font-size: 2rem;
  color: #ffffff;
  background-color: #F6ACA0;
  width: 13.9em;
  margin: 3.8em auto 0;
  text-align: center;
  padding: 0.87em 0;
  border-radius: 0.3em;
  border: thin solid #ffffff;
  -webkit-filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
  line-height: 1em;
}

@media screen and (min-width: 1025px) {
  .p-voice__detail {
    width: 15em;
    padding: 0.75em 0;
  }
}

.p-voice-header {
  background-color: #FAFAFA;
  padding: 1.7em 0 1.2em 1.6em;
  border-left: 8px solid #F6ACA0;
  line-height: 1;
}

@media screen and (min-width: 1025px) {
  .p-voice-header {
    padding: 2.7em 0 2em;
    border-left-width: 80px;
  }
}

.p-voice-header__container {
  width: 100%;
  max-width: 111em;
  margin: 0 auto;
  text-align: left;
}

.p-voice-header__title {
  font-size: 3rem;
}

.p-voice-header__sub-title {
  font-size: 1.4rem;
  color: #F6ACA0;
  font-weight: 300;
  margin-top: 0.3em;
}

@media screen and (min-width: 1025px) {
  .p-column {
    overflow: hidden;
  }
}

.p-column__container {
  padding: 3.5em 0 7.5em;
  background-color: #f4f2f0;
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .p-column__container {
    width: 78.13%;
    margin: 7.7em auto 11.5em;
    height: 38.5em;
    background: -webkit-gradient(linear, left bottom, left top, from(#f4f2f0), color-stop(70%, #f4f2f0), color-stop(30%, #ffffff), to(#ffffff));
    background: linear-gradient(0deg, #f4f2f0 0%, #f4f2f0 70%, #ffffff 30%, #ffffff 100%);
    overflow: visible;
    padding: 3.5em 0 6.5em;
  }
}

.p-column__item-area {
  margin: -53em auto 0;
  width: 75%;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 481px) {
  .p-column__item-area {
    margin: -40em auto 0;
  }
}

@media screen and (min-width: 1025px) {
  .p-column__item-area {
    display: -webkit-box;
    display: flex;
    width: 93em;
    margin: -50em auto 0;
    padding-bottom: 5em;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.p-column__item {
  margin: 0 auto 5em;
  cursor: pointer;
  background-color: white;
}

@media screen and (min-width: 1025px) {
  .p-column__item {
    display: inline-block;
    width: 28em;
    margin: 0;
  }
}

.p-column__imgBox {
  display: block;
}

.p-column__imgBox__img {
  height: 20em;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media screen and (min-width: 481px) {
  .p-column__imgBox__img {
    height: 30em;
  }
}

@media screen and (min-width: 1025px) {
  .p-column__imgBox__img {
    height: 20em;
  }
}

.p-column__description {
  padding: 1.2em 2.4em 1.8em;
  background-color: #ffffff;
  min-height: 7.2em;
}

.p-column__date {
  color: #f29072;
  width: 4em;
  font-size: 1.6rem;
  font-weight: bold;
}

.p-column__title {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 2rem;
}

.p-column__small-circle {
  background-color: #ffd777;
  width: 10.8em;
  height: 10.8em;
  display: inline-block;
  border-radius: 50%;
  margin-left: -7em;
}

@media screen and (min-width: 1025px) {
  .p-column__small-circle {
    width: 31em;
    height: 31em;
    margin-right: 15em;
    margin-left: -15em;
  }
}

.p-column__big-circle {
  background-color: #ccecff;
  width: 29.6em;
  height: 29.6em;
  display: inline-block;
  border-radius: 50%;
  margin-left: 25em;
  z-index: 0;
  position: relative;
  margin-top: 12em;
}

@media screen and (min-width: 1025px) {
  .p-column__big-circle {
    width: 50em;
    height: 50em;
    margin-left: 80em;
    margin-top: -32em;
  }
}

.p-column__detailBox {
  display: block;
}

.p-column__detail {
  display: block;
  font-size: 2rem;
  color: #ffffff;
  background-color: #4aacff;
  width: 13.9em;
  margin: 3.8em auto 0;
  text-align: center;
  padding: 0.87em 0;
  border-radius: 0.3em;
  border: thin solid #ffffff;
  -webkit-filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
  line-height: 1em;
}

@media screen and (min-width: 1025px) {
  .p-column__detail {
    margin: 0 auto;
    width: 15em;
    padding: 0.75em;
  }
}

.p-lessons {
  margin-top: 7.5em;
}

@media screen and (min-width: 1025px) {
  .p-lessons {
    margin-top: 11.5em;
  }
}

.p-lessons-header {
  background-color: #FAFAFA;
  padding: 1.7em 0 1.2em 1.6em;
  border-left: 8px solid #f29600;
  line-height: 1;
}

@media screen and (min-width: 1025px) {
  .p-lessons-header {
    padding: 2.7em 0 2em;
    border-left-width: 80px;
  }
}

.p-lessons-header__container {
  width: 100%;
  max-width: 111em;
  margin: 0 auto;
  text-align: left;
}

.p-lessons-header__title {
  font-size: 3rem;
}

.p-lessons-header__sub-title {
  font-size: 1.4rem;
  color: #f29600;
  font-weight: 300;
  margin-top: 0.3em;
}

.p-lessons-container {
  padding: 2.9em 4.75em 0;
}

@media screen and (min-width: 481px) {
  .p-lessons-container {
    padding: 5em 10em 0;
    max-width: 300px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1025px) {
  .p-lessons-container {
    padding-top: 7em;
  }
}

.p-lessons-container__box {
  border: 1px solid #e0e0e0;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .p-lessons-container__box {
    width: 280px;
  }

  .p-lessons-container__box:nth-of-type(4n+3) {
    margin-left: calc(50% + 55px);
  }

  .p-lessons-container__box:nth-of-type(4n+1) {
    margin-left: calc(50% - 335px);
  }

  .p-lessons-container__box:nth-of-type(2n+3) {
    margin-top: -15em;
  }
}

.p-lessons-container__box__img {
  width: 100%;
  height: 162px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-lessons-container__box__circle,
.p-lessons-container__box__circle--skype {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  left: -30px;
  top: 130px;
  color: #ffffff;
  background-color: #f29600;
  text-align: center;
}

.p-lessons-container__box__circle--skype {
  background-color: #28b3f0;
}

.p-lessons-container__box__circle__lesson {
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 0.7em;
}

.p-lessons-container__box__circle__lesson span {
  font-size: 2.8rem;
  position: relative;
  top: -20px;
}

.p-lessons-container__box__title,
.p-lessons-container__box__title--skype {
  margin-top: 1em;
  text-align: center;
  font-size: 1.6rem;
  color: #f29600;
}

.p-lessons-container__box__title--skype {
  color: #28b3f0;
}

.p-lessons-container__box__text {
  padding: 0.6em 2em 1.2em;
  font-size: 1.2rem;
  font-weight: 300;
}

.p-lessons-container__vertical-line,
.p-lessons-container__vertical-line--skype {
  width: 3px;
  height: 25px;
  margin: 0 auto;
  background-color: #f29600;
}

.p-lessons-container__vertical-line--skype {
  background-color: #28b3f0;
}

@media screen and (min-width: 1025px) {
  .p-lessons-container__vertical-line,
  .p-lessons-container__vertical-line--skype {
    height: 130px;
    margin-top: -10em;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }

  .p-lessons-container__vertical-line:nth-of-type(4),
  .p-lessons-container__vertical-line--skype:nth-of-type(4) {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }

  .p-lessons-container__vertical-line:nth-of-type(8),
  .p-lessons-container__vertical-line--skype:nth-of-type(8) {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
}

.p-lessons-container__heading {
  font-size: 1.8rem;
  color: #ff3181;
}

.p-lessons-container__text {
  font-size: 1.3rem;
}

.p-online-course {
  margin-top: 7.5em;
}

@media screen and (min-width: 1025px) {
  .p-online-course {
    margin-top: 11.5em;
  }
}

.p-online-course-header {
  background-color: #FAFAFA;
  padding: 1.7em 0 1.2em 1.6em;
  border-left: 8px solid #2d99f2;
  line-height: 1;
}

@media screen and (min-width: 1025px) {
  .p-online-course-header {
    padding: 2.7em 0 2em;
    border-left-width: 80px;
  }
}

.p-online-course-header__container {
  width: 100%;
  max-width: 111em;
  margin: 0 auto;
  text-align: left;
}

.p-online-course-header__title {
  font-size: 3rem;
}

.p-online-course-header__sub-title {
  font-size: 1.4rem;
  color: #2d99f2;
  font-weight: 300;
  margin-top: 0.3em;
}

.p-online-course__container {
  background-image: none;
  padding: 3em 0 0;
}

@media screen and (min-width: 1025px) {
  .p-online-course__container {
    text-align: center;
    width: 78.125%;
    padding: 0;
    margin: 7em auto 0;
  }
}

@media screen and (min-width: 481px) {
  .p-online-course__container__item {
    display: inline-block;
  }

  .p-online-course__container__item.is-scratch {
    width: 30em;
  }

  .p-online-course__container__item.is-robot {
    width: 30em;
  }

  .p-online-course__container__item__description--text {
    text-align: left;
  }
}

.p-online-course__container__item.is-robot {
  margin-bottom: 0;
}

.p-online-course__container__description {
  text-align: center;
  font-size: 1.4em;
  margin-top: 2.9em;
}

@media screen and (min-width: 1025px) {
  .p-online-lesson__link {
    text-align: left;
    position: absolute;
    left: calc(50% + 40px);
    top: 0;
  }
}

.p-online-lesson__link-text {
  line-height: 1;
  font-size: 1.8rem;
  background-color: #FF6262;
  padding: 0.33em 0.5em;
  color: white;
}

.p-photo-gallery {
  margin-top: 7.5em;
}

@media screen and (min-width: 1025px) {
  .p-photo-gallery {
    margin-top: 11.5em;
  }
}

.p-photo-gallery-header {
  background-color: #FAFAFA;
  padding: 1.7em 0 1.2em 1.6em;
  border-left: 8px solid #fecf2e;
  line-height: 1;
}

@media screen and (min-width: 1025px) {
  .p-photo-gallery-header {
    padding: 2.7em 0 2em;
    border-left-width: 80px;
  }
}

.p-photo-gallery-header__container {
  width: 100%;
  max-width: 111em;
  margin: 0 auto;
  text-align: left;
}

.p-photo-gallery-header__title {
  font-size: 3rem;
}

.p-photo-gallery-header__sub-title {
  font-size: 1.4rem;
  color: #fecf2e;
  font-weight: 300;
  margin-top: 0.3em;
}

.p-photo-gallery-container {
  padding: 3em 2em 0;
}

@media screen and (min-width: 1025px) {
  .p-photo-gallery-container {
    width: 1010px;
    padding: 0;
    margin: 7em auto 0;
  }
}

.p-photo-gallery-container__box {
  border: 0.5em solid #ffffff;
  box-shadow: 0px 0px 10px #00000029;
  margin: 0 auto 3em;
}

@media screen and (min-width: 481px) {
  .p-photo-gallery-container__box {
    width: 52.5em;
  }
}

@media screen and (min-width: 1025px) {
  .p-photo-gallery-container__box {
    display: inline-block;
  }
}

.p-photo-gallery-container__box__img {
  width: 100%;
  height: 237px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1025px) {
  .p-photo-gallery-container__box__img {
    height: 358px;
  }
}

.p-photo-gallery-container__thumbnails {
  margin-top: 3em;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .p-photo-gallery-container__thumbnails {
    width: 44%;
    display: inline-block;
    margin-top: 0;
    text-align: center;
  }
}

.p-photo-gallery-container__thumbnails__box {
  display: inline-block;
  max-width: 400px;
  margin: 0 auto;
}

.p-photo-gallery-container__thumbnails__box:nth-of-type(odd) {
  margin-right: 1em;
}

.p-photo-gallery-container__thumbnails__box:nth-of-type(n+3) {
  margin-top: 1em;
}

.p-photo-gallery-container__thumbnails__box__thumbnail {
  width: 161px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 481px) {
  .p-photo-gallery-container__thumbnails__box {
    margin-right: 1.5em !important;
    margin-left: 1.5em !important;
  }
}

@media screen and (min-width: 1025px) {
  .p-photo-gallery-container__thumbnails__box {
    margin-right: 0.5em !important;
    margin-left: 0.5em !important;
  }
}

.p-photo-gallery-container__heading {
  font-size: 2rem;
  color: #FECF2E;
  margin-top: 4em;
}

@media screen and (min-width: 481px) {
  .p-photo-gallery-container__heading {
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  .p-photo-gallery-container__heading {
    font-size: 2.4rem;
  }
}

.p-photo-gallery-container__heading--kippuro {
  font-size: 2rem;
  color: #42C8F6;
  margin-top: 4em;
}

@media screen and (min-width: 481px) {
  .p-photo-gallery-container__heading--kippuro {
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  .p-photo-gallery-container__heading--kippuro {
    font-size: 2.4rem;
  }
}


.p-photo-gallery-container__heading--roblox {
  font-size: 2rem;
  color: #071083;
  margin-top: 4em;
}

@media screen and (min-width: 481px) {
  .p-photo-gallery-container__heading--roblox {
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  .p-photo-gallery-container__heading--roblox {
    font-size: 2.4rem;
  }
}

.p-photo-gallery-container__steps {
  margin-top: 4em;
  border: 5px solid #FFE48B;
}

@media screen and (min-width: 481px) {
  .p-photo-gallery-container__steps {
    margin: 2em auto 0;
    max-width: 400px;
  }
}

@media screen and (min-width: 1025px) {
  .p-photo-gallery-container__steps {
    max-width: 760px;
    margin: 7em auto 0;
  }
}

.p-photo-gallery-container__steps--kippuro {
  margin-top: 4em;
  border: 5px solid #BAEDFF;
}

@media screen and (min-width: 481px) {
  .p-photo-gallery-container__steps--kippuro {
    margin: 2em auto 0;
    max-width: 400px;
  }
}

@media screen and (min-width: 1025px) {
  .p-photo-gallery-container__steps--kippuro {
    max-width: 760px;
    margin: 7em auto 0;
  }
}

.p-photo-gallery-container__steps--roblox {
  margin-top: 4em;
  border: 5px solid #071083;
}

@media screen and (min-width: 481px) {
  .p-photo-gallery-container__steps--roblox {
    margin: 2em auto 0;
    max-width: 400px;
  }
}

@media screen and (min-width: 1025px) {
  .p-photo-gallery-container__steps--roblox {
    max-width: 760px;
    margin: 7em auto 0;
  }
}

@media screen and (min-width: 1025px) {
  .p-photo-gallery-container__steps__step {
    width: 32.9%;
    display: inline-block;
    vertical-align: top;
    min-height: 32.4em;
  }
}

.p-photo-gallery-container__steps__step:nth-of-type(1) {
  border-bottom: 1px dashed #BAEDFF;
}

@media screen and (min-width: 1025px) {
  .p-photo-gallery-container__steps__step:nth-of-type(1) {
    border-bottom: none;
  }
}

.p-photo-gallery-container__steps__step:nth-of-type(2) {
  background-color: #FFF9E6;
  border-bottom: 1px dashed #BAEDFF;
}

@media screen and (min-width: 1025px) {
  .p-photo-gallery-container__steps__step:nth-of-type(2) {
    border-bottom: none;
    border-right: 2px dashed #FFE48B;
    border-left: 2px dashed #FFE48B;
  }
}

.p-photo-gallery-container__steps__step:nth-of-type(3) {
  background-color: #FFF9E6;
}

@media screen and (min-width: 1025px) {
  .p-photo-gallery-container__steps__step--kippuro {
    width: 32.9%;
    display: inline-block;
    vertical-align: top;
    min-height: 32.4em;
  }
}

.p-photo-gallery-container__steps__step--kippuro:nth-of-type(2) {
  background-color: #D3F4FF;
  border-bottom: 1px dashed #D3F4FF;
}

@media screen and (min-width: 1025px) {
  .p-photo-gallery-container__steps__step--kippuro:nth-of-type(2) {
    border-bottom: none;
    border-right: 2px dashed #D3F4FF;
    border-left: 2px dashed #D3F4FF;
  }
}

.p-photo-gallery-container__steps__step--kippuro:nth-of-type(3) {
  background-color: #D3F4FF;
}


@media screen and (min-width: 1025px) {
  .p-photo-gallery-container__steps__step--roblox {
    width: 32.9%;
    display: inline-block;
    vertical-align: top;
    min-height: 32.4em;
  }
}

.p-photo-gallery-container__steps__step--roblox:nth-of-type(2) {
  background-color: #E3E6FF;
  border-bottom: 1px dashed #E3E6FF;
}

@media screen and (min-width: 1025px) {
  .p-photo-gallery-container__steps__step--roblox:nth-of-type(2) {
    border-bottom: none;
    border-right: 2px dashed #E3E6FF;
    border-left: 2px dashed #E3E6FF;
  }
}

.p-photo-gallery-container__steps__step--roblox:nth-of-type(3) {
  background-color: #E3E6FF;
}

.p-photo-gallery-container__steps__step__tag {
  color: #ffffff;
  background-color: #FFE48B;
  display: inline-block;
  padding: 0 0.5em;
  font-weight: 300;
  font-size: 1.9rem;
}

.p-photo-gallery-container__steps__step__tag--kippuro {
  color: #ffffff;
  display: inline-block;
  padding: 0 0.5em;
  font-weight: 300;
  font-size: 1.9rem;
  background-color: #42C8F6;
}

.p-photo-gallery-container__steps__step__tag--unity {
  background-color: #FFE48B;
}

.p-photo-gallery-container__steps__step__tag--roblox {
  color: #ffffff;
  display: inline-block;
  padding: 0 0.5em;
  font-weight: 300;
  font-size: 1.9rem;
  background-color: #5152CC;
}

.p-photo-gallery-container__steps__step__inner {
  text-align: center;
  padding: 0;
  height: 12.6em;
}

.p-photo-gallery-container__steps__step__inner--circle {
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 93%;
  height: 11.6em;
  display: -webkit-box;
  display: flex;
  margin: 1em auto 0;
}

.p-photo-gallery-container__steps__step__inner__img {
  width: 126px;
  height: 126px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.p-photo-gallery-container__steps__step__inner__img--circle {
  background-color: white;
  width: 110px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-top: 0.8em;
}

.p-photo-gallery-container__steps__step__inner__img--robot {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-photo-gallery-container__steps__step__heading {
  font-size: 1.4rem;
  color: #333333;
  text-align: center;
  padding-top: 0.5em;
  background-color: #FFE48B;
  font-weight: 700;
  line-height: 1.5;
}

.p-photo-gallery-container__steps__step__heading--kippuro {
  font-size: 1.4rem;
  color: white;
  text-align: center;
  padding-top: 0.5em;
  font-weight: 700;
  line-height: 1.5;
  background-color: #BAEDFF;
}

.p-photo-gallery-container__steps__step__heading--unity {
  background-color: #FFD44E;
}

.p-photo-gallery-container__steps__step__heading--roblox {
  font-size: 1.4rem;
  color: #333333;
  text-align: center;
  padding-top: 0.5em;
  background-color: #8B9CFF;
  font-weight: 700;
  line-height: 1.5;
}

.p-photo-gallery-container__steps__step__heading--roblox--unity {
  font-size: 1.4rem;
  color: #333333;
  text-align: center;
  padding-top: 0.5em;  
  background-color: #5152CC;
  font-weight: 700;
  line-height: 1.5;
}

.p-photo-gallery-container__steps__step__triangle {
  border-left: 162.5px solid white;
  border-right: 162.5px solid white;
  border-top: 20px solid #FFE48B;
}

@media screen and (min-width: 1025px) {
  .p-photo-gallery-container__steps__step__triangle {
    border-left: 125px solid white;
    border-right: 125px solid white;
  }
}

.p-photo-gallery-container__steps__step__triangle--scratch {
  border-top: 25px solid #FFE48B;
  border-left: 162.5px solid transparent;
  border-right: 162.5px solid transparent;
}

@media screen and (min-width: 1025px) {
  .p-photo-gallery-container__steps__step__triangle--scratch {
    border-left: 125px solid transparent;
    border-right: 125px solid transparent;
  }
}

.p-photo-gallery-container__steps__step__triangle--kippuro {
  border-top: 25px solid #BAEDFF;
  border-left: 162.5px solid transparent;
  border-right: 162.5px solid transparent;
}

@media screen and (min-width: 1025px) {
  .p-photo-gallery-container__steps__step__triangle--kippuro {
    border-left: 125px solid transparent;
    border-right: 125px solid transparent;
  }
}

.p-photo-gallery-container__steps__step__triangle--unity {
  border-top: 30px solid #FFD44E;
  border-left: 162.5px solid transparent;
  border-right: 162.5px solid transparent;
}

@media screen and (min-width: 1025px) {
  .p-photo-gallery-container__steps__step__triangle--unity {
    border-left: 125px solid transparent;
    border-right: 125px solid transparent;
  }
}

.p-photo-gallery-container__steps__step__triangle--roblox {
  border-top: 25px solid #8B9CFF;
  border-left: 162.5px solid transparent;
  border-right: 162.5px solid transparent;
}

@media screen and (min-width: 1025px) {
  .p-photo-gallery-container__steps__step__triangle--roblox {
    border-left: 125px solid transparent;
    border-right: 125px solid transparent;
  }
}

.p-photo-gallery-container__steps__step__triangle--roblox--unity {
  border-top: 30px solid #5152CC;
  border-left: 162.5px solid transparent;
  border-right: 162.5px solid transparent;
}

@media screen and (min-width: 1025px) {
  .p-photo-gallery-container__steps__step__triangle--roblox--unity {
    border-left: 125px solid transparent;
    border-right: 125px solid transparent;
  }
}

.p-photo-gallery-container__steps__step__description {
  font-size: 1.2rem;
  color: #777777;
  padding: 1em 0.8em;
}

@media screen and (min-width: 1025px) {
  .p-photo-gallery-container__steps__step__description {
    padding: 0 0 0 0.5em;
  }
}

.p-photo-gallery-container__steps__step__description--kippuro {
  font-size: 1.2rem;
  color: #777777;
  padding: 1em 0.8em;
}

@media screen and (min-width: 1025px) {
  .p-photo-gallery-container__steps__step__description--kippuro {
    margin-top: 2.5em;
    padding: 0 0 0 0.5em;
  }
}

.p-photo-gallery-container__steps__step__description--scratch {
  font-size: 1.2rem;
  color: #777777;
  padding: 1em 0.8em;
}

@media screen and (min-width: 1025px) {
  .p-photo-gallery-container__steps__step__description--scratch {
    margin-top: 0.3em;
    padding: 0 0 0 0.5em;
  }
}

.p-photo-gallery__img-circle {
  background-color: white;
  width: 110px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
  /* border-radius: 50%; */
  margin-top: 0.8em;
}

.p-price {
  padding-bottom: 7.5em;
}

.p-price-header {
  background-color: #fafafa;
  padding: 1.7em 0 1.2em 1.6em;
  border-left: 8px solid #28b3f0;
  line-height: 1;
}

@media screen and (min-width: 1025px) {
  .p-price-header {
    padding: 2.7em 0 2em;
    border-left-width: 80px;
  }
}

.p-price-header__container {
  width: 100%;
  max-width: 111em;
  margin: 0 auto;
  text-align: left;
}

.p-price-header__title {
  font-size: 3rem;
}

.p-price-header__sub-title {
  font-size: 1.4rem;
  color: #28b3f0;
  font-weight: 300;
  margin-top: 0.3em;
}

.p-price-container {
  text-align: center;
  max-width: 1010px;
  margin: 7em auto 0;
}

.p-price-container__list {
  width: 335px;
  margin: 2.7em auto 0;
  box-sizing: border-box;
  font-size: 1.2rem;
  border: 1px solid #e0e0e0;
}

@media screen and (min-width: 1025px) {
  .p-price-container__list {
    width: 460px;
    margin: 0;
    font-size: 1.6rem;
  }
}

.p-price-container__list__heading {
  line-height: 1;
  width: 20%;
  text-align: center;
  padding: 1em 0;
  background-color: #d4effc;
  border: 1px solid #e0e0e0;
}

.p-price-container__list__text {
  text-align: left;
  line-height: 1;
  width: 80%;
  padding: 1.12em 0 1.12em 1em;
  border: 1px solid #e0e0e0;
}

.p-price-container__btn {
  font-size: 2rem;
  margin-top: 2.6em;
  padding: 0.87em 0;
  color: #ffffff;
  background-color: #4aacff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  border: 1px solid #ffffff;
  border-radius: 0.3em;
  display: inline-block;
  font-weight: 700;
  width: 13.93em;
  line-height: 1;
}

@media screen and (min-width: 1025px) {
  .p-price-container__btn {
    width: 300px;
    margin-top: 7em;
    padding: 0.75em 0;
  }
}

.p-price__table-area {
  display: contents;
}

@media screen and (min-width: 1025px) {
  .p-price__table-area {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.p-price__table-heading {
  line-height: 1;
  background-color: #28b3f0;
  color: white;
  font-size: 1.2rem;
  height: 1.2rem;
  padding: 1.12em 0;
}

@media screen and (min-width: 1025px) {
  .p-price__table-heading {
    font-size: 1.6rem;
    height: 1.6rem;
  }
}

.p-price__table-link {
  color: #1957ff;
}

.p-price__table-notes {
  font-size: 1.2rem;
  display: block;
}

.p-price__table-notes__last {
  margin-bottom: 1em;
}

.p-price__table-notes-red {
  color: #e12238;
  display: block;
  font-size: 1.2rem;
}

.p-price__table-new-line {
  display: block;
  padding: 10px 0;
}

.p-price__table-new-line--red {
  color: #e12238;
}

.p-price__table-new-line__most-popular {
  position: relative;
}

.p-price__table-new-line__most-popular::after {
  content: url(https://tetraup.com/img/most_popular.png);
  vertical-align: middle;
  padding-left: 5px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  position: absolute;
  top: -30px;
  right: 24px;
}

@media screen and (min-width: 1025px) {
  .p-price__table-new-line__most-popular::after {
    right: 74px;
  }
}

.p-price__table-red {
  color: #e12238;
}

.p-tools {
  margin-top: 7.5em;
}

@media screen and (min-width: 1025px) {
  .p-tools {
    margin-top: 11.5em;
  }
}

.p-tools-header {
  background-color: #FAFAFA;
  padding: 1.7em 0 1.2em 1.6em;
  border-left: 8px solid #fd7132;
  line-height: 1;
}

@media screen and (min-width: 1025px) {
  .p-tools-header {
    padding: 2.7em 0 2em;
    border-left-width: 80px;
  }
}

.p-tools-header__container {
  width: 100%;
  max-width: 111em;
  margin: 0 auto;
  text-align: left;
}

.p-tools-header__title {
  font-size: 3rem;
}

.p-tools-header__sub-title {
  font-size: 1.4rem;
  color: #fd7132;
  font-weight: 300;
  margin-top: 0.3em;
}

.p-tools-container {
  padding: 0 2em;
}

@media screen and (min-width: 481px) {
  .p-tools-container {
    padding: 0 10em;
  }
}

@media screen and (min-width: 1025px) {
  .p-tools-container {
    width: 760px;
    padding: 0;
    margin: 0 auto;
  }
}

.p-tools-container--one-line {
  padding: 0 2em;
}

@media screen and (min-width: 481px) {
  .p-tools-container--one-line {
    padding: 5em 10em 0;
  }
}

@media screen and (min-width: 1025px) {
  .p-tools-container--one-line {
    max-width: 1010px;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 0;
    margin: 10em auto 0;
  }
}

.p-tools-container__box {
  margin-top: 3em;
  border-bottom: 1px dashed;
}

@media screen and (min-width: 1025px) {
  .p-tools-container__box {
    margin-top: 7em;
    width: 335px;
    display: inline-block;
    vertical-align: top;
    min-height: 450px;
  }

  .p-tools-container__box:nth-of-type(odd) {
    margin-right: 80px;
  }
}

.p-tools-container__box--one-line {
  border-bottom: 1px dashed;
}

@media screen and (min-width: 1025px) {
  .p-tools-container__box--one-line {
    border-bottom: 0;
    width: 30%;
  }
}

.p-tools-container__box__img {
  width: 100%;
  height: 247px;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-tools-container__box__title {
  font-size: 2.4rem;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .p-tools-container__box__title {
    font-size: 1.8rem;
  }
}

.p-tools-container__box__title::before {
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #32c6fd;
  display: inline-block;
  margin: 0 0.5em 0.15em 0;
}

.p-tools-container__box__title::after {
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #32c6fd;
  display: inline-block;
  margin: 0 0em 0.15em 0.5em;
}

.p-tools-container__box__title--red::before {
  background-color: #eb4851;
}

.p-tools-container__box__title--red::after {
  background-color: #eb4851;
}

.p-tools-container__box__title--yellow::before {
  background-color: #e9d456;
}

.p-tools-container__box__title--yellow::after {
  background-color: #e9d456;
}

.p-tools-container__box__title--green::before {
  background-color: #75e200;
}

.p-tools-container__box__title--green::after {
  background-color: #75e200;
}

.p-tools-container__box__title--gray::before {
  background-color: #D2D3D5;
}

.p-tools-container__box__title--gray::after {
  background-color: #D2D3D5;
}

.p-tools-container__box__title--net::before {
  background-color: #7FAEF3;
}

.p-tools-container__box__title--net::after {
  background-color: #7FAEF3;
}

.p-tools-container__box__title--black::before {
  background-color: #151515;
}

.p-tools-container__box__title--black::after {
  background-color: #151515;
}

.p-tools-container__box__title--tool::before {
  background-color: #0D8EE9;
}

.p-tools-container__box__title--tool::after {
  background-color: #0D8EE9;
}

.p-tools-container__box__title--skype::before {
  background-color: #9AE0F9;
}

.p-tools-container__box__title--skype::after {
  background-color: #9AE0F9;
}

.p-tools-container__box__text {
  font-size: 1.4rem;
  margin: 0.4em 0 1.3em;
  font-weight: 300;
}

.p-tools-container__box__text__link {
  text-align: center;
  color: #28b3f0;
}

.p-tools__skype-title {
  font-size: 1.8rem;
  margin-top: 1.8em;
  color: #ff3181;
}

@media screen and (min-width: 481px) {
  .p-tools__skype-title {
    text-align: center;
  }
}

.p-tools__skype-description {
  font-size: 1.3rem;
  margin-top: 0.3em;
}

@media screen and (min-width: 481px) {
  .p-tools__skype-description {
    text-align: center;
  }
}

.p-trial {
  margin-top: 7.5em;
}

@media screen and (min-width: 1025px) {
  .p-trial {
    margin-top: 11.5em;
  }
}

.p-trial::after {
  content: "";
  display: block;
  clear: both;
}

.p-trial-header {
  background-color: #FAFAFA;
  padding: 1.7em 0 1.2em 1.6em;
  border-left: 8px solid #96c93a;
  line-height: 1;
}

@media screen and (min-width: 1025px) {
  .p-trial-header {
    padding: 2.7em 0 2em;
    border-left-width: 80px;
  }
}

.p-trial-header__container {
  width: 100%;
  max-width: 111em;
  margin: 0 auto;
  text-align: left;
}

.p-trial-header__title {
  font-size: 3rem;
}

.p-trial-header__sub-title {
  font-size: 1.4rem;
  color: #96c93a;
  font-weight: 300;
  margin-top: 0.3em;
}

.p-trial-container {
  padding: 1.8em 2em 0;
}

@media screen and (min-width: 481px) {
  .p-trial-container {
    padding: 3em 5em 0;
  }
}

@media screen and (min-width: 1025px) {
  .p-trial-container {
    width: 1010px;
    padding: 0;
    margin: 7em auto 0;
  }
}

.p-trial-container__heading {
  font-size: 1.8rem;
  color: #96c93a;
}

@media screen and (min-width: 1025px) {
  .p-trial-container__heading {
    font-size: 2.4rem;
    margin-bottom: 1em;
  }
}

.p-trial-container__heading:nth-of-type(2) {
  margin-top: 2.8em;
}

@media screen and (min-width: 1025px) {
  .p-trial-container__heading:nth-of-type(2) {
    margin-top: 7em;
  }
}

.p-trial-container__heading:nth-of-type(3) {
  margin-top: 2.8em;
}

@media screen and (min-width: 1025px) {
  .p-trial-container__heading:nth-of-type(3) {
    margin-top: 7em;
  }
}

.p-trial-container__description {
  font-size: 1.4rem;
  font-weight: 300;
}

@media screen and (min-width: 1025px) {
  .p-trial-container__description {
    font-size: 1.6rem;
  }
}

.p-trial-container__description:nth-of-type(2) {
  margin-bottom: 1.7em;
}

@media screen and (min-width: 1025px) {
  .p-trial-container__description:nth-of-type(2) {
    width: 46%;
    display: inline-block;
    vertical-align: top;
  }
}

.p-trial-container__description:nth-of-type(3) {
  margin-top: 1.7em;
}

@media screen and (min-width: 1025px) {
  .p-trial-container__description:nth-of-type(3) {
    width: 46%;
    display: inline-block;
  }
}

.p-trial-container__description:nth-of-type(4) {
  margin-top: 1.7em;
}

@media screen and (min-width: 1025px) {
  .p-trial-container__description:nth-of-type(4) {
    width: 46%;
    display: inline-block;
  }
}

@media screen and (min-width: 1025px) {
  .p-trial-container figure,
  .p-trial-container iframe {
    display: inline-block;
    width: 46%;
    float: right;
  }
}

.p-trial-container iframe {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .p-trial-container iframe {
    height: 280px;
  }
}

.p-trial-container__img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1025px) {
  .p-trial-container__img {
    max-height: 224px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-trial-container__img-bottom {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1025px) {
  .p-trial-container__img-bottom {
    max-height: 224px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 3.4em;
  }
}

.p-trial-container__photos {
  margin-top: 1em;
  text-align: center;
}

@media screen and (min-width: 481px) {
  .p-trial-container__photos {
    max-width: 522px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1025px) {
  .p-trial-container__photos {
    max-width: none;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.p-trial-container__photos__box {
  display: inline-block;
}

.p-trial-container__photos__box:nth-of-type(odd) {
  margin-right: 1em;
}

@media screen and (min-width: 481px) {
  .p-trial-container__photos__box:nth-of-type(odd) {
    margin: 0 0.5em;
  }
}

@media screen and (min-width: 481px) {
  .p-trial-container__photos__box {
    margin: 0 0.5em;
  }
}

.p-trial-container__photos__box:nth-of-type(n+3) {
  margin-top: 1em;
}

.p-trial-container__photos__box__photo {
  width: 161px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1025px) {
  .p-trial-container__photos__box__photo {
    width: 100%;
    height: 200px;
  }
}

@media screen and (min-width: 1025px) {
  .p-trial-container__photos__box {
    width: 30%;
    margin: 2.5em 0 !important;
  }
}

.p-trial-container__flows {
  margin-top: 2em;
}

.p-trial-container__flows__flow {
  padding: 2em 0 2em;
  border-top: 1px dashed;
  position: relative;
}

.p-trial-container__flows__flow:nth-of-type(3) {
  border-bottom: 1px dashed;
  margin-bottom: 6em;
}

@media screen and (min-width: 1025px) {
  .p-trial-container__flows__flow:nth-of-type(3) {
    margin-bottom: 11.5em;
  }
}

.p-trial-container__flows__flow__number {
  width: 46px;
  height: 46px;
  color: #ffffff;
  background-color: #96c93a;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: calc(50% - 23px);
  font-size: 2.3rem;
}

.p-trial-container__flows__flow__right {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 1.3em 0 5.4em;
}

.p-trial-container__flows__flow__right__heading {
  color: #96c93a;
  font-size: 1.4rem;
}

@media screen and (min-width: 1025px) {
  .p-trial-container__flows__flow__right__heading {
    font-size: 1.6em;
  }
}

.p-trial-container__flows__flow__right__text {
  font-size: 1.2rem;
  font-weight: 300;
}

@media screen and (min-width: 1025px) {
  .p-trial-container__flows__flow__right__text {
    font-size: 1.4em;
  }
}

.p-n-m__container {
  background: -webkit-gradient(linear, left bottom, left top, from(#f4f2f0), color-stop(84%, #f4f2f0), color-stop(16%, #ffffff), to(#ffffff));
  background: linear-gradient(0deg, #f4f2f0 0%, #f4f2f0 84%, #ffffff 16%, #ffffff 100%);
}

@media screen and (min-width: 1025px) {
  .p-n-m__container {
    width: 78.13%;
    margin: 0 auto 11.5em;
    background: -webkit-gradient(linear, left bottom, left top, from(#f4f2f0), color-stop(72%, #f4f2f0), color-stop(28%, #ffffff), to(#ffffff));
    background: linear-gradient(0deg, #f4f2f0 0%, #f4f2f0 72%, #ffffff 28%, #ffffff 100%);
  }
}

.p-n-m__semicircle {
  background-color: #ccecff;
  width: 31.7em;
  height: 31.7em;
  display: block;
  border-radius: 50%;
  margin-left: -20em;
  margin-top: -31em;
  z-index: 75;
}

@media screen and (min-width: 1025px) {
  .p-n-m__semicircle {
    margin-left: -31em;
    margin-top: -38em;
    width: 46.9em;
    height: 46.9em;
    margin-bottom: -8em;
    display: block;
  }
}

.p-n-m__square {
  display: none;
}

@media screen and (min-width: 1025px) {
  .p-n-m__square {
    display: block;
    width: 44.4em;
    height: 44.4em;
    background-color: #C2F4DE;
    margin-top: -36em;
    margin-bottom: -8em;
    margin-left: 84em;
  }
}

.p-n-m__item-container {
  padding: 5em 0 7.5em;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .p-n-m__item-container {
    padding: 8.1em 0 11.6em;
  }
}

.p-n-m__grid {
  display: block;
}

@media screen and (min-width: 481px) {
  .p-n-m__grid {
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1025px) {
  .p-n-m__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 99.4em;
  }
}

.p-n-m__item {
  width: 28em;
  margin: 0 auto 6em;
  text-align: left;
}

@media screen and (min-width: 481px) {
  .p-n-m__item {
    margin: 0 2em 6em;
    display: inline-block;
  }
}

@media screen and (min-width: 1025px) {
  .p-n-m__item {
    margin: 0 auto 6em;
  }
}

.p-n-m__detail-container {
  width: 28em;
  margin: 2em auto 0;
}

@media screen and (min-width: 481px) {
  .p-n-m__detail-container {
    width: 46em;
    margin: 5em auto 0;
  }
}

@media screen and (min-width: 1025px) {
  .p-n-m__detail-container {
    margin: 9em auto 0;
    width: 76em;
  }
}

.p-n-m__detail-desc--upper {
  width: 100%;
  display: -webkit-inline-box;
  display: inline-flex;
}

.p-n-m__detail-desc--date {
  color: #f29072;
  width: 4em;
  font-size: 1.6rem;
  font-weight: bold;
}

.p-n-m__detail-desc--category {
  text-align: center;
  color: #ffffff;
  margin-left: 11.5em;
  width: 6.5em;
  background-color: #f29072;
  font-size: 1.2rem;
  height: 1.5em;
  line-height: 1.4em;
  margin-top: 0.25em;
}

@media screen and (min-width: 481px) {
  .p-n-m__detail-desc--category {
    margin-left: 3em;
    margin-top: 0.6em;
  }
}

.p-n-m__detail-desc--title {
  font-weight: bold;
  padding-top: 0.6em;
  font-size: 1.4rem;
  line-height: 2.8rem;
  height: 4.07em;
}

@media screen and (min-width: 1025px) {
  .p-n-m__detail-desc--title {
    font-size: 1.8rem;
  }
}

.p-n-m__detail-img {
  height: 20em;
  width: 28em;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
  margin-bottom: 3.5em;
}

@media screen and (min-width: 481px) {
  .p-n-m__detail-img {
    width: 100%;
    height: 30em;
  }
}

@media screen and (min-width: 1025px) {
  .p-n-m__detail-img {
    height: 54.3em;
    margin-bottom: 7em;
  }
}

.p-n-m__detail-text {
  font-size: 1.4rem;
  padding-bottom: 3.57em;
}

.p-n-m__detail-line {
  margin: 5em auto 7em;
  width: 100%;
  border-bottom: 0.1em solid #c7c7c7;
}

@media screen and (min-width: 1025px) {
  .p-n-m__detail-line {
    width: 76em;
  }
}

.p-n-m__back-index {
  line-height: 1em;
  font-size: 1.5rem;
  color: #ffffff;
  background-color: #4aacff;
  width: 13.93em;
  margin: 0 auto 5em;
  text-align: center;
  padding: 0.87em 0;
  border-radius: 6px;
  border: thin solid #ffffff;
  -webkit-filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
}

@media screen and (min-width: 1025px) {
  .p-n-m__back-index {
    font-size: 2rem;
    width: 15em;
    padding: 0.75em 0;
  }
}

.p-n-m__header {
  color: #ffffff;
  height: 8.5em;
}

@media screen and (min-width: 1025px) {
  .p-n-m__header {
    height: 12em;
  }
}

.p-n-m__header.is-news {
  background-color: #fecf2e;
}

.p-n-m__header.is-media {
  background-color: #96c93a;
}

.p-n-m__header--title {
  font-size: 3rem;
  line-height: 1em;
  padding: 0.6em 0 0 0.66em;
}

@media screen and (min-width: 1025px) {
  .p-n-m__header--title {
    font-size: 4rem;
    padding: 0.6em 0 0 0;
  }

  .p-n-m__header--title i {
    display: none;
  }
}

.p-n-m__header--sub-title {
  font-size: 1.4rem;
  margin-left: 1.4em;
  font-weight: 300;
}

@media screen and (min-width: 1025px) {
  .p-n-m__header--sub-title {
    font-size: 1.8rem;
  }
}

.u-ai-fs {
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.u-ai-fe {
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.u-ai-c {
  -webkit-box-align: center !important;
          align-items: center !important;
}

.u-ai-b {
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.u-ai-s {
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.paginationWrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 38px;
  margin-bottom: 40px;
}

.paginationWrap ul.pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.paginationWrap ul.pagination li {
  display: inline;
  margin-right: 4px;
  font-size: 2rem;
  text-align: center;
  padding: 0 0.8em;
}

.paginationWrap ul.pagination li a {
  color: #2f3859;
  text-decoration: none;
}

.paginationWrap ul.pagination li a.active {
  background-color: #4b90f6;
  color: white;
  border-radius: 50%;
  width: 2em;
  height: 2em;
}

.paginationWrap ul.pagination li a:hover:not(.active) {
  background-color: #e1e7f0;
  border-radius: 40px;
}

