@charset "UTF-8";
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
BASE
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a {
  text-decoration: none;
}

@media (min-width: 751px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .pcOnly {
    display: block;
  }
  .notPc {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .pcOnly {
    display: none !important;
  }
  .notPc {
    display: block;
  }
}

@media (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}

body {
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: auto;
  font-size: 14px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #333;
  font-weight: 400;
  background-color: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
MODULE
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
LAYOUT
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  ヘッダースタイル


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .header {
    width: 88.5%;
    margin: auto;
    max-width: 1200px;
  }
}

@media (min-width: 751px) {
  .header {
    padding: 26px 0 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
  }
}

@media (max-width: 750px) {
  .header {
    padding: 10px 16px 9px;
  }
}

@media (min-width: 751px) {
  .header__logo {
    width: 106px;
  }
}

@media (max-width: 750px) {
  .header__logo {
    position: relative;
    z-index: 101;
    width: 90px;
  }
}

@media (min-width: 751px) {
  .headerNavWrap {
    width: calc(100% - 200px);
    max-width: 480px;
    margin-bottom: 16px;
  }
}

@media (max-width: 750px) {
  .headerNavWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background: rgba(255, 255, 255, 0.96);
    opacity: 0;
    z-index: 100;
    pointer-events: none;
    overflow-y: scroll;
  }
}

.headerNav {
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 751px) {
  .headerNav {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media (max-width: 750px) {
  .headerNav {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    min-height: 100%;
    padding: 160px 0;
  }
}

@media (max-width: 750px) {
  body.is-fixed {
    position: fixed;
  }
}

@media (max-width: 750px) {
  .header.is-open .headerNavWrap {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s;
  }
}

@media (max-width: 750px) {
  .header.is-close .headerNavWrap {
    opacity: 0;
    transition: opacity 0.3s;
  }
}

@media (max-width: 750px) {
  .headerNav__item:not(:last-child) {
    margin-bottom: 18vw;
  }
}

.headerNav a {
  display: block;
  color: #000;
  font-weight: 500;
  background: url("../images/icon_outerlink.png") no-repeat right center/contain;
  padding-right: 22px;
  transition: opacity 0.2s;
  white-space: nowrap;
  font-size: 15px;
}

@media (max-width: 750px) {
  .headerNav a {
    font-size: 16px;
  }
}

.headerNav a:hover {
  opacity: 0.6;
}

/*
  ハンバーガーボタン
ーーーーーーーーーーーーーーーーーー*/
.menu-trigger {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  font-family: inherit;
  position: fixed;
  top: 24px;
  right: 26px;
  z-index: 101;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  width: 34px;
  height: 17px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #888;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: calc(50% - 1px);
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.is-show span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}

.menu-trigger.is-show span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.is-show span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  フッタースタイル


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .footer {
    padding: 44px 0 40px;
    border-top: 1px solid #cccccc;
  }
}

@media (max-width: 750px) {
  .footer {
    padding: 36px 0 42px;
    border-top: 1px solid #cccccc;
  }
}

.footer__inner {
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 751px) {
  .footer__inner {
    -ms-flex-pack: justify;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 696px;
    margin: auto;
  }
}

@media (max-width: 750px) {
  .footer__inner {
    width: 84%;
    margin: auto;
  }
}

@media (max-width: 750px) {
  .footer__inner {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (min-width: 751px) {
  .footer__text {
    width: 370px;
    margin-right: 30px;
  }
}

@media (max-width: 750px) {
  .footer__text {
    width: 90%;
    margin-bottom: 15px;
    text-align: center;
  }
}

@media (min-width: 751px) {
  .footer__logo {
    width: 276px;
  }
}

@media (max-width: 750px) {
  .footer__logo {
    width: 58%;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  共通スタイル


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.c-el-ttl {
  color: #3cb371;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  text-align: center;
  font-weight: 600;
}

@media (min-width: 751px) {
  .c-el-ttl {
    position: relative;
    z-index: 2;
    margin-bottom: 58px;
    font-size: 32px;
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

@media (max-width: 750px) {
  .c-el-ttl {
    font-size: 20px;
    margin-bottom: 39px;
    line-height: 1.4;
  }
}

.c-ec-subTtl {
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

@media (min-width: 751px) {
  .c-ec-subTtl {
    margin-bottom: 34px;
    font-size: 24px;
  }
}

@media (max-width: 750px) {
  .c-ec-subTtl {
    margin-bottom: 14px;
    font-size: 18px;
  }
}

.c-ec-subTtl__num {
  position: relative;
  margin-right: 34px;
}

.c-ec-subTtl__num::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 22px;
  background: #3cb371;
  position: absolute;
  top: 1px;
  left: 27px;
}

@media (max-width: 750px) {
  .c-ec-subTtl__num::after {
    top: -1px;
  }
}

.c-ec-subTtl__text {
  letter-spacing: 0.01em;
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
}

.c-ec-subTtl__text::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 28px;
  background: #3cb371;
  position: absolute;
  top: 1px;
  left: 0;
}

@media (max-width: 750px) {
  .c-ec-subTtl__text::before {
    top: -1px;
    height: 100%;
  }
}

.hover-arrow::after,
.hover-arrowBack::before {
  transition: 0.3s ease;
}

@media (min-width: 751px) {
  .hover-arrow:hover::after {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
}

@media (min-width: 751px) {
  .hover-arrowBack:hover::before {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
}

.main {
  position: relative;
  display: block;
}

.pagetop_wrap {
  right: 3%;
  display: none;
}

.pagetop img {
  width: 60px;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
PAGE
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  トップページ


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*
  ファーストビュー
ーーーーーーーーーーーーーーーーーー*/
.el-fv {
  position: relative;
  overflow: hidden;
}

.el-fv__inner {
  position: relative;
}

.el-fv__body {
  position: absolute;
  top: 45%;
  -webkit-transform: translate3d(0, -22%, 0);
          transform: translate3d(0, -22%, 0);
  width: 100%;
  z-index: 2;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 750px) {
  .el-fv__body {
    -webkit-transform: translate3d(0, -35%, 0);
            transform: translate3d(0, -35%, 0);
  }
}

.el-fv__ttl {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

@media (min-width: 751px) {
  .el-fv__ttl {
    font-size: 60px;
    letter-spacing: 0.03em;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .el-fv__ttl {
    font-size: 6vw;
  }
}

@media (max-width: 750px) {
  .el-fv__ttl {
    font-size: 11vw;
    line-height: 1.2;
  }
}

@media (max-width: 750px) {
  .el-fv__ttl-s {
    display: block;
    font-size: 8vw;
  }
}

@media (min-width: 751px) {
  .el-fv__image img {
    max-height: 800px;
    height: calc(100vh - 87px - 50px);
    /*画面高さ - ヘッダー高さ - 緑面 */
    min-height: 500px;
    width: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

.el-fv__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}

.el-fv__subtitle {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 25px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #333;
}

@media (min-width: 751px) {
  .el-fv__subtitle {
    margin: 30px 0 0;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .el-fv__subtitle {
    font-size: 2.4vw;
  }
}

@media (max-width: 750px) {
  .el-fv__subtitle {
    font-size: 22px;
    line-height: 1.4;
    margin-top: 20px;
    letter-spacing: 0.03em;
  }
}

.el-fv__text {
  font-weight: 500;
  text-shadow: 1px 1px 2px #333;
}

@media (min-width: 751px) {
  .el-fv__text {
    font-size: 16px;
    margin: 20px 0 0;
    line-height: 2.1;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .el-fv__text {
    font-size: 1.6vw;
  }
}

@media (max-width: 750px) {
  .el-fv__text {
    font-size: 14px;
    letter-spacing: 0.03em;
    font-weight: 600;
    line-height: 2;
    margin: 10px 0 0;
  }
}

@media (max-width: 374px) {
  .el-fv__text {
    font-size: 13px;
    letter-spacing: 0.01em;
  }
}

.gradation-wrap {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.gradation {
  display: block;
  background: linear-gradient(to right, #3cb371 0%, #65cdaa 100%);
  height: 50px;
  z-index: -1;
  bottom: -50px;
  left: 0;
}

@media (min-width: 751px) {
  .gradation {
    width: 80%;
    opacity: 0.95;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .gradation {
    width: 75%;
    opacity: 0.9;
  }
}

@media (max-width: 750px) {
  .gradation {
    width: 65%;
    opacity: 0.9;
  }
}

.logo-windows {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffffff;
  height: 50px;
  text-align: center;
}

@media (min-width: 751px) {
  .logo-windows {
    width: 20%;
    padding: 15px 3.5%;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .logo-windows {
    width: 25%;
    padding: 15px 3.5%;
  }
}

@media (max-width: 750px) {
  .logo-windows {
    width: 35%;
    padding: 15px 4.5%;
  }
}

@media (min-width: 1280px) {
  .logo-windows img {
    max-width: 180px;
  }
}
/*
  追加バナー分
ーーーーーーーーーーーーーーーーーー*/
.el-add-banner a{
  transition: 0.3s ease;  
}
.el-add-banner a:hover{
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  opacity: 0.7;
}
@media (min-width: 751px) {
  .el-add-banner{
    margin-top: 70px;
    display: flex;
    justify-content: center;

  }
  .el-add-banner.mb{
    margin-bottom: 90px;
  }
  .el-add-banner a{
    max-width: 800px;
    width: 88.5%;
    display: block;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.16);
  }
  .el-add-banner .sp{
    display: none;
  }
}
@media (max-width: 750px) {
  .el-add-banner{
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }
  .el-add-banner.mb{
    margin-bottom: 40px;
  }
  .el-add-banner a{
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.16);
    width: 84%;

  }
  .el-add-banner .pc{
    display: none;
  }
}


/*
  子どもを想う、PC選びのポイント
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .el-point {
    padding: 150px 0 200px;
  }
}

@media (max-width: 750px) {
  .el-point {
    padding: 66px 0 74px;
  }
}

.el-point__inner {
  position: relative;
}

@media (max-width: 750px) {
  .el-point__inner {
    width: 84%;
    margin: auto;
  }
}

@media (min-width: 751px) {
  .el-point__inner {
    max-width: 1060px;
    margin: 0 auto;
  }
}

@media (max-width: 750px) {
  .el-point__inner {
    width: 90%;
  }
}

@media (min-width: 751px) {
  .el-point__ttl {
    margin-bottom: 70px;
    font-size: 33px;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 750px) {
  .el-point__ttl {
    font-size: 22px;
    line-height: 1.7;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
}

.point-info {
  font-size: 18px;
  line-height: 2.2;
  text-align: center;
  width: 85%;
  margin: 0 auto 120px;
}

@media (max-width: 750px) {
  .point-info {
    font-size: 15px;
    line-height: 2;
    margin: 0 auto 80px;
    text-align: justify;
  }
}

.el-point__item:not(:last-child) {
  margin-bottom: 100px;
}

.el-point__subTitle {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  text-align: center;
  font-size: 24px;
  margin: 20px auto 50px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media (max-width: 750px) {
  .el-point__subTitle {
    font-size: 17px;
    margin: 15px auto 30px;
  }
}

@media (min-width: 751px) {
  .el-feature {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 auto;
  }
}

@media (max-width: 750px) {
  .el-feature {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 auto;
  }
}

@media (min-width: 751px) {
  .el-feature__item {
    max-width: 300px;
    width: 31%;
    margin: 0 15px 40px;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .el-feature__item {
    width: 28%;
    margin: 0 15px 50px;
  }
}

@media (max-width: 750px) {
  .el-feature__item {
    width: 46%;
    margin: 0 5px 20px;
  }
}

.el-feature__title {
  color: #3cb371;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  margin: 20px 0 0;
}

@media (max-width: 750px) {
  .el-feature__title {
    font-size: 15px;
    margin-top: 15px;
  }
}

.el-feature__image img {
  width: 100%;
  height: auto;
}

.el-programing__link {
  position: relative;
  max-width: 600px;
  text-align: center;
}

@media (min-width: 751px) {
  .el-programing__link {
    width: 56%;
    height: 84px;
    margin: 60px auto 20px;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .el-programing__link {
    width: 70%;
    margin: 70px auto 60px;
  }
}

@media (max-width: 750px) {
  .el-programing__link {
    width: 85%;
    height: 66px;
    margin: 50px auto 24px;
    padding: 12px 0 10px;
  }
}

.el-programing__link-text {
  display: block;
  color: #3cb371;
  font-weight: 500;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border: 1px solid #5dc89f;
  border-radius: 42px;
  padding: 14px 0 15px;
  transition: 0.3s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (min-width: 751px) {
  .el-programing__link-text {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}

@media (max-width: 750px) {
  .el-programing__link-text {
    font-size: 13px;
  }
}

@media (max-width: 374px) {
  .el-programing__link-text {
    font-size: 12px;
  }
}

@media all and (-ms-high-contrast: none) {
  .el-programing__link-text {
    padding: 17px 0 14px;
  }
}

.el-programing__link-text:hover {
  background: #5dc89f;
  color: #ffffff;
}

.el-programing__link-text::after {
  position: absolute;
  right: 20px;
  content: "";
  display: inline-block;
  width: 60px;
  height: 11px;
  margin-left: 15px;
}

@media (min-width: 751px) {
  .el-programing__link-text::after {
    background: url("../images/howto-arrow.png") no-repeat right center/100% auto;
    top: 34px;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .el-programing__link-text::after {
    top: 34px;
  }
}

@media (max-width: 750px) {
  .el-programing__link-text::after {
    background: url("../images/howto-arrow-sp.png") no-repeat right center/100% auto;
    width: 18px;
    top: 40px;
    right: 10px;
  }
}

.el-programing__link-text:hover::after {
  background: url("../images/howto-arrow-w.png") no-repeat right center/100% auto;
  top: 34px;
}

@media (max-width: 750px) {
  .el-programing__link-text:hover::after {
    background: url("../images/howto-arrow-sp-w.png") no-repeat right center/100% auto;
    top: 40px;
  }
}

.el-point__lead {
  text-align: center;
  line-height: 2.2;
  font-size: 18px;
}

@media (min-width: 751px) {
  .el-point__lead {
    padding-bottom: 170px;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .el-point__lead {
    padding-bottom: 0;
  }
}

@media (max-width: 750px) {
  .el-point__lead {
    font-size: 15px;
    line-height: 2;
  }
}

.el-point__lead .-sup {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  margin-top: 4px;
}

@media (max-width: 750px) {
  .el-point__lead .-sup {
    font-size: 10px;
  }
}

.el-point__lead .-large {
  color: #3cb371;
  font-weight: 500;
  font-size: 24px;
}

@media (max-width: 750px) {
  .el-point__lead .-large {
    font-size: 17px;
  }
}

.el-point__graph {
  max-width: 208px;
}

@media (min-width: 751px) {
  .el-point__graph {
    position: absolute;
    right: 0;
    bottom: 80px;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .el-point__graph {
    position: relative;
    bottom: 0;
    left: 0;
    margin: 30px auto 60px;
  }
}

@media (max-width: 750px) {
  .el-point__graph {
    margin: 30px auto 0;
  }
}

@media (max-width: 750px) {
  .el-point-detail {
    padding-top: 60px;
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  .el-point-detail {
    width: 84%;
    margin: auto;
  }
}

@media (min-width: 751px) {
  .el-point-detail__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (max-width: 750px) {
  .el-point-detail__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (min-width: 751px) {
  .el-point-detail__item:nth-child(odd) .el-point-detail__image {
    -ms-flex-order: 1;
        order: 1;
  }
}

@media (min-width: 751px) {
  .el-point-detail__item:nth-child(odd) .el-point-detail__block {
    -ms-flex-order: 2;
        order: 2;
    padding-left: 5.5%;
    padding-right: 6.5%;
  }
}

@media (min-width: 751px) {
  .el-point-detail__item:nth-child(even) .el-point-detail__block {
    padding-right: 5.5%;
    padding-left: 6.5%;
  }
}

@media (min-width: 751px) {
  .el-point-detail__block {
    width: 50%;
  }
}

.el-point-detail__title {
  color: #3cb371;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.02em;
}

@media (max-width: 750px) {
  .el-point-detail__title {
    -ms-flex-align: center;
        align-items: center;
  }
}

.el-point-detail__title .-en {
  font-weight: 500;
  margin-right: 6px;
  padding-bottom: 20px;
  font-size: 12px;
}

@media (max-width: 1023px) {
  .el-point-detail__title .-en {
    font-size: 1.2vw;
  }
}

@media (max-width: 750px) {
  .el-point-detail__title .-en {
    font-size: 10px;
  }
}

.el-point-detail__title .-number {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  position: relative;
  padding-right: 12px;
  margin-right: 20px;
  font-size: 42px;
}

@media (min-width: 751px) {
  .el-point-detail__title .-number {
    top: 5px;
  }
}

@media (max-width: 1023px) {
  .el-point-detail__title .-number {
    font-size: 4.2vw;
    top: 0;
  }
}

@media (max-width: 750px) {
  .el-point-detail__title .-number {
    font-size: 34px;
  }
}

.el-point-detail__title .-number::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 32px;
  background: #3cb371;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto 0;
}

@media (max-width: 750px) {
  .el-point-detail__title .-number::before {
    top: -1px;
  }
}

.el-point-detail__title .-text {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
}

@media (min-width: 751px) and (max-width: 1270px) {
  .el-point-detail__title .-text {
    font-size: 1.5vw;
  }
}

@media (max-width: 750px) {
  .el-point-detail__title .-text {
    font-size: 16px;
  }
}

.el-point-detail__text {
  text-align: justify;
  font-size: 15px;
  line-height: 2.2;
}

@media (min-width: 751px) {
  .el-point-detail__text {
    margin-top: 6.5%;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .el-point-detail__text {
    font-size: 1.3vw;
  }
}

@media (max-width: 750px) {
  .el-point-detail__text {
    font-size: 13px;
    margin-top: 10px;
    line-height: 2;
  }
}

@media (min-width: 751px) {
  .el-point-detail__image {
    width: 50%;
  }
}

@media (max-width: 750px) {
  .el-point-detail__image {
    margin-top: 15px;
  }
}

.el-point-detail__image img {
  width: 100%;
  height: auto;
}

/*
  導入
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .el-lead {
    padding: 132px 0 124px;
  }
}

@media (max-width: 750px) {
  .el-lead {
    padding: 86px 0 74px;
  }
}

@media (max-width: 750px) {
  .el-lead__ttl {
    margin-bottom: 24px;
  }
}

.el-lead__text {
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (min-width: 751px) {
  .el-lead__text {
    font-size: 18px;
    line-height: 2.3;
    letter-spacing: 0.07em;
  }
}

@media (max-width: 750px) {
  .el-lead__text {
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }
}

@media (max-width: 750px) {
  .el-lead__text {
    width: 84%;
    margin: auto;
  }
}

@media (min-width: 751px) {
  .el-lead__text + .el-lead__text {
    margin-top: 24px;
  }
}

@media (max-width: 750px) {
  .el-lead__text + .el-lead__text {
    margin-top: 16px;
    text-align: justify;
  }
}

/*
  HOWTO動画
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .el-howto {
    margin-bottom: 200px;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .el-howto {
    margin-bottom: 170px;
  }
}

@media (max-width: 750px) {
  .el-howto {
    margin-bottom: 102px;
  }
}

.el-howto__inner {
  position: relative;
  background: #f1f1f1;
}

@media (min-width: 751px) {
  .el-howto__inner {
    height: 580px;
    padding-top: 104px;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .el-howto__inner {
    height: 540px;
  }
}

@media (max-width: 750px) {
  .el-howto__inner {
    padding-top: 60px;
  }
}

.el-howto__inner::before {
  content: "";
  display: block;
  background: linear-gradient(to left, #3cb371 0%, #65cdaa 100%);
  position: absolute;
  width: 78%;
  z-index: -1;
  bottom: 0;
  right: 0;
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
}

@media (min-width: 751px) {
  .el-howto__inner::before {
    height: 100px;
  }
}

@media (max-width: 750px) {
  .el-howto__inner::before {
    height: 70px;
  }
}

@media (min-width: 751px) {
  .el-howto__contents {
    width: 88.5%;
    margin: auto;
    max-width: 1200px;
  }
}

@media (max-width: 750px) {
  .el-howto__contents {
    width: 84%;
    margin: auto;
  }
}

@media (min-width: 751px) {
  .el-howto__contents {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.el-howto__ttl {
  line-height: 1.7;
}

@media (min-width: 751px) {
  .el-howto__ttl {
    margin-bottom: 40px;
  }
}

.el-howto__ttl .-small {
  font-size: 22px;
}

@media (max-width: 750px) {
  .el-howto__ttl .-small {
    font-size: 16px;
  }
}

@media (min-width: 751px) {
  .el-howto__subTtl {
    max-width: 520px;
    margin-left: auto;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .el-howto__subTtl {
    max-width: 320px;
  }
}

.el-howto__text {
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (min-width: 751px) {
  .el-howto__text {
    font-size: 18px;
  }
}

@media (max-width: 750px) {
  .el-howto__text {
    margin-bottom: 20px;
    font-size: 15px;
  }
}

.el-howto__capture {
  max-width: 460px;
}

@media (min-width: 751px) {
  .el-howto__capture {
    -ms-flex-order: 1;
        order: 1;
    width: 39%;
    margin-right: 4%;
    margin-top: 3%;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .el-howto__capture {
    margin-top: 70px;
  }
}

@media (max-width: 750px) {
  .el-howto__capture {
    margin: 60px auto 0;
  }
}

@media (min-width: 751px) {
  .el-howto__block {
    -ms-flex-order: 2;
        order: 2;
    max-width: 600px;
    width: 50%;
  }
}

@media (min-width: 751px) {
  .el-howto__image {
    height: 100%;
    position: absolute;
    top: 0;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .el-howto__image {
    left: -20%;
  }
}

@media (min-width: 751px) {
  .el-howto__image img {
    height: 580px;
    opacity: 0.7;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .el-howto__image img {
    height: 540px;
    opacity: 0.5;
  }
}

@media (max-width: 750px) {
  .el-howto__image img {
    opacity: 0.9;
  }
}

.el-howto__link {
  text-align: right;
}

@media (min-width: 751px) {
  .el-howto__link {
    margin: 80px 0 0;
  }
}

@media (max-width: 750px) {
  .el-howto__link {
    margin: 50px 0 24px;
  }
}

.el-howto__link-text {
  color: #3cb371;
  font-weight: 500;
  font-size: 16px;
}

@media (max-width: 750px) {
  .el-howto__link-text {
    font-size: 14px;
  }
}

.el-howto__link-text::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../images/howto-arrow.png") no-repeat right center/100% auto;
  width: 60px;
  height: 11px;
  margin-left: 15px;
}




/* lifebook
ーーーーーーーーーーーーーーーーーー */
.el-lifebook__inner{
  position: relative;
  background-color: #f1f1f1;
}
.el-lifebook__ttl{
  line-height: 1.7;
  position: relative;
}
.el-lifebook__ttl span{
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",sans-serif;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}








@media (min-width: 1025px) {
  .-sp{
    display: none;
  }
  .-pc{
    display: block;
  }
  .el-lifebook .inline{
    display: inline-block;
  }

.-text.pc{
  width: 229px;
  height: 100px;
  background-color: #3cb372;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  line-height: 1.3;
  position: absolute;
  right: -2%;
  top: -20%;
}
.el-lifebook{
  margin-bottom: 200px;
}
.el-lifebook__inner{
  height: 1350px;
  padding-top: 110px;
  position: relative;
}
.el-lifebook__ttl{
  margin-bottom: 80px;
  position: relative;
}
.el-lifebook__ttl span::before,
.el-lifebook__ttl span::after{
  content: '';
  width: 63px;
  height: 1px;
  background-color: #3fb575;
  margin: 0 20px;
}
.el-lifebook__bg {
  height: 100%;
  position: absolute;
  top: 0;
}
.el-lifebook__contents{
  width: 92%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 2;
}
.el-lifebook__contents-wrap{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.el-lifebook__sp-image{
  width: 205px;
  position: absolute;
  right: 10%;
  top: -21%;
}

.el-lifebook__ttl .-text{
  width: 300px;
  height: 100px;
  background-color: #3cb372;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  line-height: 1.3;
  position: absolute;
  right: 1%;
  top: -40%;
}
.el-lifebook__box{
  z-index: 2;
  max-width: 740px;
  margin: 0 0 35px auto;
}
.el-lifebook__list{
  display: flex;
  margin: 0 0 0 auto;
  align-items: center;
}
.el-lifebook__point{
  border-radius: 120px;
  width: 170px;
  height: 170px;
  display: flex;
  flex-direction: column;
  text-align: center;
  border: 1px solid #3fb575;
  color: #3fb575;
  margin-right: 30px;
  background: #fff;
}
.lifebook__left-image{
  width: 170px;
  margin-right: 30px;
}
.el-lifebook__right-image{
  width: 166px;
}
.el-lifebook__point .-en{
  font-size: 12px;
  margin-top: 20px;
}
.el-lifebook__point .-number{
  font-size: 42px;
  line-height: 1;
}
.el-lifebook__point-text{
  font-size: 18px;
  line-height: 1.3;
  margin-top: 25px;
}
.el-lifebook__right-box .el-lifebook__box:nth-of-type(1) .el-lifebook__point-text{
  letter-spacing: -0.1em;
  margin-top: 5px;
}
.el-lifebook__right-box .el-lifebook__box:nth-of-type(2) .-text{
  width: 260px;
  display: flex;
    align-items: center;
}
.el-lifebook__right-box .el-lifebook__box:nth-of-type(3) .-text{
  width: 260px;
  display: flex;
    align-items: center;
}
.el-lifebook__right-box .el-lifebook__box:nth-of-type(3) .el-lifebook__point-text,
.el-lifebook__right-box .el-lifebook__box:nth-of-type(4) .el-lifebook__point-text{
  margin-top: 17px;
}

.el-lifebook__image{
  width: 540px;
  
}
.el-lifebook__image-box{
  display: flex;
  justify-content: space-between;
}
.el-lifebook__image .-image1{
  width: 260px;
}
.el-lifebook__image .-text{
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.4;
  text-align: left;
}
.el-lifebook__image.-df{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.el-lifebook__image .-image2{
  width: 260px;
}
.el-lifebook__left-image{
  margin-right: 10px;
}
.el-lifebook__left-image .-image3{
  width: 172px;
}
.el-lifebook__right-image .-image4{
  width: 166px;
}
.el-lifebook__image .-text.-tl{
  text-align: left;
  line-height: 1.7;
  margin: 0 15px 0 10px;
}
.el-lifebook__link {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: -125px;
}
.el-lifebook__link-image{
  width: 15px;
  margin-left: 8px;
}
.el-lifebook__link-text {
  color: #3cb371;
  font-weight: 500;
  font-size: 16px;
  display: block;
  display: inline-block;
}
.el-lifebook__link::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/howto-arrow.png) no-repeat right center/100% auto;
  width: 60px;
  height: 11px;
  margin-left: 15px;
}
.el-lifebook__office-logo{
  width: 130px;
  position: absolute;
  right: -3%;
  top: -15%;
}
.el-lifebook__easy-logo {
  width: 163px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.el-lifebook__inner::before {
  content: "";
  display: block;
  background: linear-gradient(to left ,#65cdaa 0%, #3cb371 100% );
  position: absolute;
  width: 78%;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  height: 100px;
}
.el-lifebook .sp{
  display: none;
  }
}

@media (max-width: 1024px) {
  .-sp{
    display: block;
  }
  .-pc{
    display: none;
  }
  .el-lifebook{
    margin-bottom: 100px;
  }
  .el-lifebook .sp{
  display: block;
  }
  .el-lifebook .pc{
    display: none;
    }
  .el-lifebook__ttl{
    line-height: 1.3;
    padding-top: 60px;
    width: 88%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .el-lifebook__ttl br{
    display: none;
  } 
  .el-lifebook__ttl span::before,
  .el-lifebook__ttl span::after{
  content: '';
  width: 30px;
  height: 1px;
  background-color: #3fb575;
  margin: 0 10px;
}
  .el-lifebook__contents{
    margin: 0 auto;
    position: relative;
    z-index: 2;
    width: 88%;
  }

  .el-lifebook__list.img-area{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: calc(400 * (100vw / 1125));
  }
  .el-lifebook__list.img-area .el-lifebook__left-image{
    width: 40%;
  }
  .el-lifebook__list.img-area .el-lifebook__right-image{
    width: 32.3%;
    margin-left: calc(55 * (100vw / 1125));
  }
  .el-lifebook__left-box .-text{
    width: 341px;
    height: 116px;
    background-color: #3cb372;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    padding: 35px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    line-height: 1.3;
    letter-spacing: 0.1em;
  }
  
  .el-lifebook__sp-image{
    width: 53.5%;
    margin: 0 10% 0 auto;
    margin-bottom: 40px;
  }
  .el-lifebook__point{
    
    text-align: center;
    color: #3fb575;
  }
  .el-lifebook__point .-en{
    font-size: 12px;
    display: inline-block;
  }
  .el-lifebook__point .-number{
    font-size: 46px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
  }
  .el-lifebook__point .-number::after{
    content: '';
    width: 60px;
    height: 2px;
    background-color: #3fb575;
    position: absolute;
    bottom: -9px;
    right: 0;
  }
  .el-lifebook__point-text{
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  .el-lifebook__image .-image1{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 30px;
  }
  .el-lifebook__image .-image2{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 15px;
  }
  .el-lifebook__image .-image3{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 30px;
  }
  .el-lifebook__image .-image4{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 30px;
  }
  .el-lifebook__image .-image5{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 10px;
  }
  .el-lifebook__image .-image6{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 10px;
  }
  .el-lifebook__image img{
    width: 100%;
  }
  .el-lifebook__image .-text{
    text-align: left;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .-text.sp-center{
    text-align: center;
  }
  .el-lifebook__image .-text.-tl br{
    display: none;
}
  .el-lifebook__ttl span{
    margin-bottom: 20px;
  }
  .el-lifebook__easy-logo {
    width: 63%;
    margin: 0 auto;
  }
  .el-lifebook__office-logo{
    position: absolute;
    top: 2%;
    width: 32.7%;
    left: 10%;
  }
  .el-lifebook__bg {
    position: relative;
    margin-top: -28%;
  }
  .el-lifebook__link-wrap {
    position: absolute;
    top: calc(-165 * (100vw / 1125));
    right: calc(82 * (100vw / 1125));
}
  .el-lifebook__link {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .el-lifebook__link-image{
    width: 15px;
    margin-left: 8px;
  }
  .el-lifebook__link-text {
    color: #3cb371;
    font-weight: 500;
    font-size: 16px;
    display: block;
    display: inline-block;
  }
  .el-lifebook__link::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../images/howto-arrow.png) no-repeat right center/100% auto;
    width: 60px;
    height: 11px;
    margin-left: 15px;
  }
  .el-lifebook__inner::before {
    content: "";
    display: block;
    background: linear-gradient(to left ,#65cdaa 0%, #3cb371 100% );
    position: absolute;
    width: 78%;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    height: 70px;
  }
} 









/* arrows
ーーーーーーーーーーーーーーーーーー */
.el-arrows__inner{
  position: relative;
  background-color: #f1f1f1;
}
.el-arrows__ttl{
  line-height: 1.7;
  position: relative;
}
.el-arrows__ttl span{
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",sans-serif;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}


@media (min-width: 1025px) {
  .-sp{
    display: none;
  }
  .-pc{
    display: block;
  }

.-text.pc{
  width: 301px;
    height: 111px;
    background-color: #3cb372;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 15px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    line-height: 1.5;
    position: absolute;
    right: 0;
    top: -13.5%;
    letter-spacing: 0.04em;
}
.el-arrows{
  margin-bottom: 200px;
}
.el-arrows__inner{
  height: 1441px;
  padding-top: 110px;
  position: relative;
}
.el-arrows__ttl{
  margin-bottom: 80px;
  position: relative;
}
.el-arrows__ttl span::before,
.el-arrows__ttl span::after{
  content: '';
  width: 63px;
  height: 1px;
  background-color: #3fb575;
  margin: 0 20px;
}
.el-arrows__bg {
  height: 100%;
  position: absolute;
  top: 0;
}
.el-arrows__contents{
  width: 92%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 2;
}
.el-arrows__contents-wrap{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.el-arrows__sp-image{
  width: 170px;
  position: absolute;
  right: 7%;
  top: -27%;
}

.el-arrows__ttl .-text{
  width: 300px;
  height: 100px;
  background-color: #3cb372;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  line-height: 1.3;
  position: absolute;
  right: 1%;
  top: -40%;
}
.el-arrows__box{
  z-index: 2;
  max-width: 740px;
  margin: 0 0 35px auto;
}
.el-arrows__box:last-of-type li:nth-of-type(1){

}
.el-arrows__box:last-of-type li:nth-of-type(2),
.el-arrows__box:last-of-type li:nth-of-type(1){
  margin-right: 45px;
}
.el-arrows__box:last-of-type li:nth-of-type(2){
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.el-arrows__box:last-of-type li:nth-of-type(3){
  
}
.el-arrows__box:nth-of-type(1) .-number{margin-bottom: 23px;
}
.el-arrows__box:nth-of-type(3) .-text{text-align: center;}
.el-arrows__box:last-of-type .-image6{
  width: 90px;
}
.el-arrows__box:last-of-type .-image9{
  width: 150px;
  margin-bottom: 43px;
}
.el-arrows__box:last-of-type .arrows__office-text{
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
}
.el-arrows__box:last-of-type
.el-arrows__box:last-of-type .-image7{
  width: 172px;
  margin-top: -17%; 
  margin-left: 10px;
}
.el-arrows__box:last-of-type .-image8{
  width: 166px;
  margin-left: 10px;
  margin-top: -17%; 

}
.el-arrows__list{
  display: flex;
  margin: 0 0 0 auto;
  align-items: center;
  justify-content: flex-end;
}
.el-arrows__point{
  border-radius: 120px;
  width: 170px;
  height: 170px;
  display: flex;
  flex-direction: column;
  text-align: center;
  border: 1px solid #3fb575;
  color: #3fb575;
  margin-right: 50px;
  background: #fff;
}
.el-arrows__point .-en{
  font-size: 12px;
  margin-top: 20px;
}
.el-arrows__point .-number{
  font-size: 42px;
  line-height: 1;
}
.el-arrows__point-text{
  font-size: 18px;
  line-height: 1.3;
}
.el-arrows .el-arrows__box:not(:first-of-type) .el-arrows__point-text{
  margin-top: 15px;
}
.el-arrows__image{
  width: 520px;
}
.el-arrows__image-box{
  display: flex;
  justify-content: space-between;
}
.el-arrows__image .-image1{
  width: 210px;
  display: inline-block;
}
.el-arrows__image .-image2{
  width: 210px;
}
.el-arrows__image .-text{
  text-align: left;
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.3;
}
.el-arrows__image-wrap .-text{
  font-weight: bold;
}
.el-arrows__image.-df{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.el-arrows__image .-image3{
  width: 210px;
}
.el-arrows__image .-image4{
  width: 210px;
  display: inline-block;
}
.el-arrows__image .-image5{
  width: 210px;
}
.el-arrows__image .-image6{
  width: 210px;
}
.el-arrows__image .-text.-tl{
  text-align: left;
  line-height: 1.7;
  margin: 0 15px 0 10px;
}
.el-arrows__link {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 20px;
  margin-right: -30px;
}
.el-arrows__link-image{
  width: 15px;
  margin-left: 8px;
}
.el-arrows__link-text {
  color: #3cb371;
  font-weight: 500;
  font-size: 16px;
  display: block;
  display: inline-block;
}
.el-arrows__link::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/howto-arrow.png) no-repeat right center/100% auto;
  width: 60px;
  height: 11px;
  margin-left: 15px;
}
.el-arrows__office-logo{
  width: 110px;
  position: absolute;
  left: auto;
  right: 2%;
  top: -19%;
  z-index: 5;
}
.el-arrows__easy-logo {
  width: 163px;
    position: absolute;
    left: -4%;
    z-index: 5;
    top: -40%;
}
.el-arrows__inner::before {
  content: "";
  display: block;
  background: linear-gradient(to left, #3cb371 0%, #65cdaa 100%);
  position: absolute;
  width: 78%;
  z-index: -1;
  bottom: 0;
  right: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  height: 100px;
}
.el-arrows .sp{
  display: none;
  }
}

@media (max-width: 1024px) {
  .-sp{
    display: block;
  }
  .-pc{
    display: none;
  }
  .el-arrows{
    margin-bottom: 100px;
  }
  .el-arrows .sp{
    display: block !important;
  }
  .el-arrows .pc{
    display: none;
    }
  .el-arrows__ttl{
    line-height: 1.3;
    padding-top: 60px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 30px;
  }
  .el-arrows__ttl br{
    display: none;
  } 
  .el-arrows__ttl span::before,
  .el-arrows__ttl span::after{
  content: '';
  width: 30px;
  height: 1px;
  background-color: #3fb575;
  margin: 0 10px;
}
  .el-arrows__contents{
    margin: 0 auto;
    position: relative;
    z-index: 2;
    width: 88%;
  }

  .el-arrows__left-box .-text{
    width: 341px;
    height: 116px;
    background-color: #3cb372;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    padding: 35px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    line-height: 1.3;
    letter-spacing: 0.1em;
  }
  
  .el-arrows__box:last-of-type .-image6{
    width: calc(249 * (100vw / 1125));
    margin-right: calc(35 * (100vw / 750));
  }
  .el-arrows__box:last-of-type .-image9{
    width: calc(400 * (100vw / 1125));
    margin-right: calc(140 * (100vw / 750));
    margin-bottom: calc(90 * (100vw / 750));
  }
  .el-arrows__box:last-of-type .arrows__office-text{
    font-size: calc(32 * (100vw / 750));
  }
  .el-arrows__box:last-of-type .-image7{
    width: calc(460 * (100vw / 1125));
    margin-bottom: calc(30 * (100vw / 750));
  }
  .el-arrows__box:last-of-type .-image8{
    width: calc(432 * (100vw / 1125));
  
  }
  .el-arrows__box:last-of-type .el-arrows__list{
    display: flex;
    justify-content: center;
    margin-top: calc(455 * (100vw / 1125));
    position: relative;
  }
  .el-arrows__list{
    margin: 0 0 0 auto;
    align-items: center;
  }
  .el-arrows__sp-image{
    width: 58.5%;
    margin: 0 auto 0 auto;
  }
  .el-arrows__point{
    
    text-align: center;
    color: #3fb575;
  }
  .el-arrows__point .-en{
    font-size: 12px;
    display: inline-block;
  }
  .el-arrows__point .-number{
    font-size: 46px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
  }
  .el-arrows__point .-number::after{
    content: '';
    width: 60px;
    height: 2px;
    background-color: #3fb575;
    position: absolute;
    bottom: -9px;
    right: 0;
  }
  .el-arrows__point-text{
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  .el-arrows__image .-image1{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 30px;
  }
  .el-arrows__image .-image2{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 15px;
  }
  .el-arrows__image .-image3{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 30px;
  }
  .el-arrows__image .-image4{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 30px;
  }
  .el-arrows__image .-image5{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 10px;
  }
  .el-arrows__image .-image6{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 10px;
  }
  .el-arrows__image img{
    width: 100%;
  }
  .el-arrows__image .-text{
    text-align: left;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .el-arrows__image-wrap .-text {
    font-weight: bold;
}
  .el-arrows__image .-text.-tl br{
    display: none;
}
  .el-arrows__ttl span{
    margin-bottom: 20px;
  }
  .el-arrows__easy-logo {
    width: 63%;
    margin: 0 auto;
  }
  .el-arrows__office-logo{
    position: absolute;
    top: 2%;
    width: 32.7%;
    left: 10%;
  }
  .el-arrows__bg {
    position: relative;
    margin-top: -36%;
  }
  .el-arrows__link-wrap {
    position: absolute;
    top: 22%;
    right: 5%;
}
  .el-arrows__link {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: -33%;
    right: 3%;
  }
  .el-arrows__link-image{
    width: 15px;
    margin-left: 8px;
  }
  .el-arrows__link-text {
    color: #3cb371;
    font-weight: 500;
    font-size: 16px;
    display: block;
    display: inline-block;
  }
  .el-arrows__link::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../images/howto-arrow.png) no-repeat right center/100% auto;
    width: 60px;
    height: 11px;
    margin-left: 15px;
  }
  .el-arrows__inner::before {
    content: "";
    display: block;
    background: linear-gradient(to left, #3cb371 0%, #65cdaa 100%);
    position: absolute;
    width: 78%;
    z-index: -1;
    bottom: 0;
    right: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    height: 70px;
  }
} 





/* office紹介 */

.el-office{
  background: #f1f1f1;
  position: relative;
  text-align: center;
}
.el-office__ttl{
  color: #3cb371;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.el-office .-sup{
  font-size: 16px;  
  display: inline-block;
  vertical-align: top;
}


@media (min-width: 751px) {
  .el-office{
    padding: 85px 0;
   
  }
  .el-office .-sup{
    font-size: 16px;  
    display: inline-block;
    vertical-align: top;
  }
  .el-office__text{
    background: url(../images/office-box_01.png) center center no-repeat;
    background-size: cover;
    width: 240px;
    height: 87px;
    position: absolute;
    font-size: 22px;
    letter-spacing: 0.04em;
    color: #3cb371;
    padding-top: 25px;
    box-sizing: border-box;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .el-office__ttl{
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .el-office__subTitle{
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #3cb371;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  .el-office__lead{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.3;
    margin-bottom: 70px;
  }
  .el-office-item{
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 33px;
  }
  .el-office-item li{
    width: calc((100% - 30px * 2) / 3);
    background: #fff;
    height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .el-office-item__img{
    width: 98px;
    margin: 0 auto 15px auto;
  }
  .el-office-item__product{
    font-size: 15px;
    letter-spacing: 0.04em;
    margin-bottom: 22px;
  }
  .el-office-item__subTitle{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .el-office-item__lead{
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1.3;
  }
  .el-office__source{
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.3;
  }
}

@media (max-width: 750px) {
  .el-office{
    padding: 60px calc(90 * (100vw / 1125));
  }
  .el-office .-sup{
    font-size: 10px;  
    display: inline-block;
    vertical-align: top;
  }
  .el-office__text{
    background: url(../images/office-box_02.png) center center no-repeat;
    background-size: cover;
    width: 170px;
    height: 58px;
    position: absolute;
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #3cb371;
    box-sizing: border-box;
    padding-top: 15px;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .el-office__ttl{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.468;
    margin-bottom: 15px;
  }
  .el-office__subTitle{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #3cb371;
    line-height: 1.2;
    margin-bottom: 35px;
  }
  .el-office__lead{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 70px;
    text-align: left;
    margin-bottom: 35px;
  }
  .el-office-item{
    width: 100%;
    margin: 0 auto;
  }
  .el-office-item li{
    width: 100%;
    margin-bottom: 16px;
    background: #fff;
    height: 115px;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    box-sizing: border-box;
  }
  .el-office-item li .container:first-child{
    width: 90px;
  }
  .el-office-item li .container:last-of-type{
    margin-left: calc(70 * (100vw / 1125));
  }
  .el-office-item__img{
    width: 60px;
    margin: 0 auto 10px auto;
  }
  .el-office-item__product{
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .el-office-item__subTitle{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .el-office-item__lead{
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .el-office__source{
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.3;
    text-align: left;
  }
}
@media (max-width: 500px){
  .el-office-item__img{
    width: calc(180 * (100vw / 1125));
    margin: 0 auto 10px auto;
  }
  .el-office-item li{
    justify-content: unset;
    padding-left: calc(40 * (100vw / 1125));
  }
  .el-office-item li .container:last-of-type {
    margin-left: calc(20 * (100vw / 1125));
}
}










/*
  製品ラインナップ
ーーーーーーーーーーーーーーーーーー*/
.el-products img.small{
  width: 77%;
  margin-top: 10px;
}
@media (max-width: 750px) {
  .el-products img.small{
    width: 77%;
    margin: 10px auto 0;
  }
}
.el-products img.uh-95{
  width: 80%;
  margin-top: 20px;
}
@media all and (-ms-high-contrast: none) {
  .el-products img.small{
    width: 70%;
  }
  .el-products img.uh-95{
    width: 73%;
  }
}
.el-products img.big{
  max-width: unset;
  width: 110%;
}

@media (min-width: 751px) {
  .el-products {
    padding-bottom: 180px;
  }
}

@media (max-width: 750px) {
  .el-products {
    padding-bottom: 80px;
  }
}

@media (min-width: 751px) {
  .el-products__ttl {
    font-size: 33px;
  }
}

@media (max-width: 750px) {
  .el-products__ttl {
    font-size: 22px;
    line-height: 1.7;
  }
}

@media (min-width: 751px) {
  .el-products__subTtl {
    margin-bottom: 60px;
  }
}

@media (max-width: 750px) {
  .el-products__subTtl {
    margin-bottom: 32px;
  }
}

@media (min-width: 751px) {
  .el-products__inner {
    width: 88.5%;
    margin: auto;
    max-width: 1200px;
  }
}

@media (max-width: 750px) {
  .el-products__inner {
    width: 84%;
    margin: auto;
  }
}

.el-products__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 750px) {
  .el-products__list{
    margin-bottom: 40px;
  }
}

@media (min-width: 751px) {
  .el-products__list {
    max-width: 1060px;
    margin: 0 auto;
  }
}

.el-products__item {
  -ms-flex: none;
      flex: none;
  position: relative;
  padding-bottom: 56px;
}

@media (min-width: 751px) {
  .el-products__item {
    width: 29.2%;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .el-products__item {
    width: 29%;
  }
}

@media (max-width: 750px) {
  .el-products__item {
    width: 100%;
  }
}

@media (min-width: 751px) {
  .el-products__item{
    margin-bottom: 6%;
  }
}

@media (min-width: 751px) {
  .el-products__item:not(:nth-child(3n)) {
    margin-right: 6%;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .el-products__item:not(:nth-child(3n)) {
    margin-right: 6.5%;
  }
}


@media (max-width: 750px) {
  .el-products__item:not(:last-of-type){
    margin-bottom: 64px;
  }
}

@media (min-width: 751px) {
  .el-products__item:last-child {
    margin-right: 0;
  }
}

.el-products__name {
  color: #3cb371;
  font-weight: 500;
}

@media (min-width: 751px) {
  .el-products__name {
    margin-bottom: 12px;
    font-size: 15px;
  }
}

@media (max-width: 750px) {
  .el-products__name {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.3;
  }
}

.el-products__dscr {
  font-weight: 500;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (min-width: 751px) {
  .el-products__dscr {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
}

@media (min-width: 751px) and (max-width: 1200px) {
  .el-products__dscr {
    font-size: 1.3vw;
  }
}

@media (max-width: 1023px) {
  .el-products__dscr {
    letter-spacing: 0.02em;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .el-products__dscr {
    font-size: 1.5vw;
  }
}

@media (max-width: 750px) {
  .el-products__dscr {
    text-align: justify;
    margin-bottom: 18px;
  }
}

.el-products__text {
  font-size: 13px;
  line-height: 1.6;
  text-align: justify;
}

.el-products__text .-sup {
  font-size: 10px;
  display: inline-block;
  vertical-align: top;
}

.el-products__note {
  font-size: 11px;
  line-height: 1.6;
  margin-top: 10px;
}

.el-products__image {
  margin-bottom: 10px;
  /* min-height: 14vw; */
}

@media (min-width: 751px) {
  .el-products__image:nth-child(-n + 3) {
    margin-bottom: 0;
  }
  .el-products__image{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (max-width: 750px) {
  .el-products__image img {
    display: block;
    /* margin-left: -7%; */
  }
}

.el-products__image .-fh_x {
  display: block;
  margin: 0 auto;
  width: 90%;
}

.el-products__image .-fh_70 {
  display: block;
  margin: 0 auto;
  width: 99%;
}
.el-products_upgrade_badge{
  margin-top: 5px;
  padding-bottom: 15px;
  min-height: 0%;
}
.el-products_upgrade_badge-note{
  font-size: 12px;
  margin-top: 5px;
  display: block;
}
@media (max-width: 750px){
  .el-products_upgrade_badge{
    margin-top: 5px;
    padding-bottom: 0;
  }
  .el-products_upgrade_badge img{
    margin: 0;
  }
}
.el-products__link {
  display: block;
  color: #333;
}

.el-products__arrow {
  max-width: 62px;
  margin: 10px 0 0 auto;
  transition: 0.3s ease;
}

@media (min-width: 751px) {
  .el-products__link:hover .el-products__arrow {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
}

.el-products__image .el-products__link {
  transition: 0.3s ease;
  min-height: 0%;
}

@media (min-width: 751px) {
  .el-products__image .el-products__link:hover {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
}

.el-products__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -85px;
}

@media (max-width: 750px) {
  .el-products__btn {
    font-size: 12px;
    margin-left: -70px;
  }
}

.el-products__btn .el-products__link {
  width: 170px;
  height: 36px;
  background: #66cdaa;
  border-radius: 18px;
  text-align: center;
  letter-spacing: -0.1em;
  color: #ffffff;
  font-weight: 500;
  display: inline-block;
  padding-top: 10px;
  transition: 0.3s ease;
}

@media (max-width: 750px) {
  .el-products__btn .el-products__link {
    padding-top: 12px;
    width: 140px;
  }
}

@media all and (-ms-high-contrast: none) {
  .el-products__btn .el-products__link {
    padding-top: 13px;
  }
}

.el-products__btn .el-products__link:hover {
  background: #ffffff;
  border: 1px solid #3cb371;
  border-radius: 18px;
  color: #3cb371;
}

.el-products__btn .el-products__link::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -3px;
}

@media (max-width: 750px) {
  .el-products__btn .el-products__link::after {
    right: 12px;
  }
}

.el-products__btn .el-products__link:hover::after {
  border-top: 1px solid #3cb371;
  border-right: 1px solid #3cb371;
}

.el-products__bottom__note{
  font-size: 12px;
  line-height: 1.6;
  width: 66%;
  max-width: 740px;
  margin: 0 auto 60px;
}
@media (max-width: 751px){
  .el-products__bottom__note{
    font-size: 12px;
    width: 100%;
    margin: 0 auto 40px;
  }
}
.el-products__bottom__note a{
  color: #66cdaa;
}
@media (min-width: 751px) {
  .Purchase_area{
    width: 740px;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .Purchase_area{
    width: 84vw;
    margin: 0 auto;
  }
}
.Purchase_area-btn{
  padding: 20px 0;
  border: 1px solid #3cb371;
  display: block;
  /* border-radius: 4px; */
  position: relative;
  text-align: center;
  color: #3cb371;
  font-size: 20px;
  letter-spacing: 0.1em;
  transition: 0.3s ease;

}
.Purchase_area-btn:hover{
  color: #fff;
  background: #66cdaa;
  border: 1px solid #fff;
}
.Purchase_area-btn:hover p{
  color: #fff;

}
.Purchase_area-btn:hover::after{
    content: "";
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;

}
.Purchase_area-btn p{
  color: #3cb371;
  font-size: 13px;
  margin-top: 15px;
  letter-spacing: 0.04em;
  transition: 0.3s ease;

}
@media (max-width: 750px) {
  .Purchase_area-btn p{
    line-height: 1.4;
  }
}
.Purchase_area-btn::after{
  content: "";
    border-top: solid 2px #66cdaa;
    border-right: solid 2px #66cdaa;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    position: absolute;
    top: 43%;
    right: 5%;
    transition: 0.3s ease;

}





/*
  ニュース
ーーーーーーーーーーーーーーーーーー*/
.el-newsArea {
  margin-bottom: 150px;
}

.el-newsArea__inner {
  position: relative;
}

@media (min-width: 751px) {
  .el-newsArea__inner {
    width: 88.5%;
    margin: auto;
    max-width: 1200px;
  }
}

@media (max-width: 750px) {
  .el-newsArea__inner {
    width: 84%;
    margin: auto;
  }
}

@media (min-width: 751px) {
  .el-newsArea__inner {
    max-width: 1060px;
  }
}

.news-info {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  width: 75%;
  margin: 0 auto 50px;
}

@media (max-width: 750px) {
  .news-info {
    width: 100%;
    margin: 0 auto 40px;
  }
}

.newsList-item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.1em;
  transition: 0.3s ease;
  position: relative;
}

@media (min-width: 751px) {
  .newsList-item a {
    padding: 24px 40px;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .newsList-item a {
    padding: 20px 0;
  }
}

@media (max-width: 750px) {
  .newsList-item a {
    padding: 20px 0;
    display: block;
  }
}

.newsList-item a:hover {
  background: #e6f2ea;
}

.newsList-item {
  border-bottom: 1px solid #3cb371;
}

.newsList-item:first-child {
  border-top: 1px solid #3cb371;
}

.news-date {
  margin-right: 50px;
  font-weight: bold;
}

@media (min-width: 750px) and (max-width: 1024px) {
  .news-date {
    margin-right: 30px;
  }
}

@media (max-width: 750px) {
  .news-date {
    margin-bottom: 10px;
  }
}

.news-text {
  line-height: 1.8;
  font-size: 14px;
}

@media (min-width: 750px) and (max-width: 1024px) {
  .news-text {
    width: 70%;
  }
}

.newsList-item a::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url("../images/howto-arrow.png") no-repeat right center/100% auto;
  width: 60px;
  height: 10px;
}

@media (min-width: 751px) {
  .newsList-item a::after {
    right: 40px;
    bottom: 45%;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .newsList-item a::after {
    right: 20px;
  }
}

@media (max-width: 750px) {
  .newsList-item a::after {
    right: 0;
    bottom: 15px;
  }
}

/*
  バナー
ーーーーーーーーーーーーーーーーーー*/

@media (min-width: 751px) {
  .el-bnrs {
    width: 88.5%;
    margin: auto;
    max-width: 1200px;
    padding-top: 200px;
  }
}

@media (max-width: 750px) {
  .el-bnrs {
    width: 84%;
    margin: auto;
    padding-top: 60px;

  }
}

@media (min-width: 751px) {
  .el-bnrs {
    padding-bottom: 120px;
    max-width: 800px;
  }
}

@media (max-width: 750px) {
  .el-bnrs {
    padding-bottom: 44px;
  }
}

@media (min-width: 751px) {
  .el-bnr__list {
    display: -ms-flexbox;
    display: flex;
  }
  .el-bnr__list:nth-of-type(1) {display: block;}
 
}
  .el-bnr__list .-onLink {
    width: 200px;
  }

@media (min-width: 751px) {
  .el-bnr__list:not(:last-of-type) {
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 45px;
  }
}

@media (min-width: 751px) {
  .el-bnr__list:last-child {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media (min-width: 751px) {
  .el-bnr__list .el-bnr__item .-text{
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
  }
}
@media (max-width: 750px) {
  .el-bnr__list .el-bnr__item .-text{
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
  }
}
@media (max-width: 750px) {
  .el-bnr__item {
    margin-bottom: 20px;
  }
}

.el-bnr__item a {
  display: block;
}

.el-bnr__item img {
  width: 100%;
  height: auto;
}

/*
  その他のラインナップ
ーーーーーーーーーーーーーーーーーー*/
.el-others {
  position: relative;
}

.el-others__ttl {
  text-align: center;
}

@media (min-width: 751px) {
  .el-others__ttl {
    position: absolute;
    top: 50.6%;
    width: 100%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    font-weight: 500;
    letter-spacing: 0.04em;
    text-shadow: 0 0 10px #fff;
    font-size: 18px;
    z-index: 2;
  }
}

@media (max-width: 750px) {
  .el-others__ttl {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-bottom: 28px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}

.el-others__image {
  background: #f1f1f1;
}

.el-others__image img {
  display: block;
  max-height: 300px;
}

@media (min-width: 751px) {
  .el-others__image img {
    opacity: 0.5;
  }
}

@media (max-width: 750px) {
  .el-others__image img {
    opacity: 0.7;
  }
}

.el-others__image img.-r {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 750px) {
  .el-others__image img.-r {
    display: none;
  }
}

.el-others__image img.-l {
  position: relative;
  z-index: 1;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  HOW TO MOVIEページ


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*
  導入
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .movie-intro {
    margin-bottom: 140px;
  }
}

@media (max-width: 750px) {
  .movie-intro {
    margin-bottom: 102px;
  }
}

@media (min-width: 751px) {
  .movie-intro__body {
    max-width: 530px;
    margin-left: auto;
  }
}

.movie-intro__inner {
  position: relative;
  background: #f1f1f1;
}

@media (min-width: 751px) {
  .movie-intro__inner {
    height: 400px;
    padding-top: 84px;
  }
}

@media (max-width: 750px) {
  .movie-intro__inner {
    padding-top: 20px;
  }
}

.movie-intro__inner::before {
  content: "";
  display: block;
  background: linear-gradient(to left, #3cb371 0%, #65cdaa 100%);
  position: absolute;
  width: 78%;
  z-index: -1;
  bottom: 0;
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
  right: 0;
}

@media (min-width: 751px) {
  .movie-intro__inner::before {
    height: 100px;
  }
}

@media (max-width: 750px) {
  .movie-intro__inner::before {
    height: 70px;
  }
}

@media (min-width: 751px) {
  .movie-intro__contents {
    width: 88.5%;
    margin: auto;
    max-width: 1200px;
  }
}

@media (max-width: 750px) {
  .movie-intro__contents {
    width: 84%;
    margin: auto;
  }
}

@media (min-width: 751px) {
  .movie-intro__contents {
    position: relative;
    z-index: 2;
    max-width: 1066px;
  }
}

@media (max-width: 750px) {
  .movie-intro__contents {
    margin: 30px auto;
  }
}

.movie-intro__ttl {
  line-height: 1.5;
  text-align: left;
  font-size: 32px;
  margin-bottom: 15px;
}

@media (max-width: 750px) {
  .movie-intro__ttl {
    font-size: 24px;
  }
}

.movie-intro__ttl .-small {
  font-size: 24px;
}

@media (max-width: 750px) {
  .movie-intro__ttl .-small {
    font-size: 17px;
  }
}

@media (min-width: 751px) {
  .movie-intro__subTtl {
    max-width: 520px;
    margin-left: auto;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .movie-intro__subTtl {
    max-width: 320px;
  }
}

.movie-intro__text {
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (min-width: 751px) {
  .movie-intro__text {
    font-size: 15px;
    max-width: 490px;
  }
}

@media (max-width: 750px) {
  .movie-intro__text {
    margin-bottom: 20px;
    font-size: 13px;
  }
}

@media (min-width: 751px) {
  .movie-intro__image {
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.9;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .movie-intro__image {
    opacity: 0.5;
    left: -30%;
  }
}

@media (max-width: 750px) {
  .movie-intro__image {
    opacity: 0.9;
  }
}

@media (min-width: 751px) {
  .movie-intro__image img {
    height: 400px;
  }
}

.movie-intro__link {
  text-align: right;
}

@media (min-width: 751px) {
  .movie-intro__link {
    margin: 60px 0 0;
  }
}

@media (max-width: 750px) {
  .movie-intro__link {
    margin-bottom: 24px;
  }
}

.movie-intro__link-text {
  color: #3cb371;
  font-weight: 500;
  font-size: 16px;
}

@media (max-width: 750px) {
  .movie-intro__link-text {
    font-size: 14px;
  }
}

.movie-intro__link-text::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../images/howto-arrow.png") no-repeat right center/100% auto;
  width: 60px;
  height: 11px;
  margin-left: 35px;
}

/*
  一覧
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .movie-archive__inner {
    width: 88.5%;
    margin: auto;
    max-width: 1200px;
  }
}

@media (max-width: 750px) {
  .movie-archive__inner {
    width: 84%;
    margin: auto;
  }
}

@media (min-width: 751px) {
  .movie-archive__inner {
    max-width: 1060px;
  }
}

@media (max-width: 750px) {
  .movie-archive__inner {
    padding-bottom: 0;
  }
}

.movie-archive__subTtl {
  margin-bottom: 30px;
}

.movie-archive__lead {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media (max-width: 750px) {
  .movie-archive__lead {
    font-size: 14px;
  }
}

.movie-archive__list {
  margin-top: 10px;
}

@media (min-width: 751px) {
  .movie-archive__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 750px) {
  .movie-archive__list {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}

.movie-archive__item {
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: 4.8%;
}

@media (min-width: 751px) {
  .movie-archive__item {
    max-width: 320px;
    width: 30.1%;
    margin-right: 4.8%;
  }
}

@media (max-width: 750px) {
  .movie-archive__item {
    margin-top: 40px;
  }
}

.movie-archive__item:nth-child(3n) {
  margin-right: 0;
}

.movie-archive__link {
  color: #333;
  display: block;
}

.movie-archive__ttl {
  font-weight: 500;
  font-size: 16px;
  margin-top: 20px;
}

@media (max-width: 750px) {
  .movie-archive__ttl {
    font-size: 14px;
  }
}

.movie-archive__text {
  font-size: 14px;
  margin-top: 5px;
  text-align: justify;
}

@media (max-width: 750px) {
  .movie-archive__text {
    font-size: 13px;
  }
}

.movie-archive__annotation {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 8px;
  display: block;
}

a.movie-annotation__link {
  color: #5dc89f;
  text-decoration: underline;
  font-weight: bold;
  display: inline-block;
  background: url("../images/icon_outerlink.png") no-repeat right center;
  background-size: 12px;
  padding-right: 14px;
  white-space: nowrap;
  font-size: 13px;
  margin-left: 4px;
  margin-right: 4px;
}

.movie-archive__image {
  position: relative;
  overflow: hidden;
}

.movie-archive__image img {
  display: block;
  transition: 0.5s;
}

.movie-archive__image img:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.movie-archive__image::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/movie/playbtn.png") no-repeat center center/cover;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}

.movie-btn__area {
  width: 100%;
  padding-bottom: 80px;
  margin-top: 100px;
}

@media (max-width: 750px) {
  .movie-btn__area {
    margin-top: 50px;
  }
}

.movie-archive__back {
  margin-top: 80px;
  text-align: center;
}

@media (max-width: 750px) {
  .movie-archive__back {
    margin-top: 60px;
  }
}

.movie-archive__back-link {
  color: #3cb371;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 750px) {
  .movie-archive__back-link {
    font-size: 14px;
  }
}

.movie-archive__back-link::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../images/movie/arrow-back.png") no-repeat left center/100% auto;
  width: 60px;
  height: 11px;
  margin-right: 20px;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  programingページ


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*
  導入
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .program-intro {
    margin-bottom: 180px;
  }
}

@media (max-width: 750px) {
  .program-intro {
    margin-bottom: 102px;
  }
}

@media (min-width: 751px) {
  .program-intro__body {
    max-width: 530px;
  }
}

.program-intro__inner {
  background: #f1f1f1;
  position: relative;
}

@media (min-width: 751px) {
  .program-intro__inner {
    height: 400px;
    padding-top: 120px;
  }
}

@media (max-width: 750px) {
  .program-intro__inner {
    padding-top: 20px;
  }
}

.program-intro__inner::before {
  content: "";
  display: block;
  background: linear-gradient(to left, #3cb371 0%, #65cdaa 100%);
  position: absolute;
  width: 78%;
  z-index: -1;
  bottom: 0;
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
  right: 0;
}

@media (min-width: 751px) {
  .program-intro__inner::before {
    height: 100px;
  }
}

@media (max-width: 750px) {
  .program-intro__inner::before {
    height: 70px;
  }
}

@media (min-width: 751px) {
  .program-intro__contents {
    width: 88.5%;
    margin: auto;
    max-width: 1200px;
  }
}

@media (max-width: 750px) {
  .program-intro__contents {
    width: 84%;
    margin: auto;
  }
}

@media (min-width: 751px) {
  .program-intro__contents {
    position: relative;
    z-index: 2;
    max-width: 1066px;
  }
}

@media (max-width: 750px) {
  .program-intro__contents {
    margin: 30px auto;
  }
}

.program-intro__ttl {
  line-height: 1.5;
  text-align: left;
  font-size: 32px;
  margin-bottom: 15px;
}

@media (max-width: 750px) {
  .program-intro__ttl {
    font-size: 24px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

@media (max-width: 374px) {
  .program-intro__ttl {
    font-size: 20px;
  }
}

.program-intro__ttl .-small {
  font-size: 24px;
  display: block;
  letter-spacing: 0.1em;
}

@media (min-width: 751px) {
  .program-intro__ttl .-small {
    margin-bottom: 12px;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .program-intro__ttl .-small {
    margin-bottom: 12px;
  }
}

@media (max-width: 750px) {
  .program-intro__ttl .-small {
    letter-spacing: 0.05em;
    font-size: 17px;
    margin-bottom: 7px;
  }
}

@media (min-width: 751px) {
  .programintro__subTtl {
    max-width: 520px;
    margin-left: auto;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .programintro__subTtl {
    max-width: 320px;
  }
}

@media (min-width: 751px) {
  .program-intro__image {
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.9;
    right: 0;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .program-intro__image {
    opacity: 0.9;
    right: -25%;
  }
}

@media (max-width: 750px) {
  .program-intro__image {
    opacity: 0.9;
  }
}

@media (min-width: 751px) {
  .program-intro__image img {
    height: 400px;
  }
}

.program-intro__link {
  text-align: right;
}

@media (min-width: 751px) {
  .program-intro__link {
    margin: 60px 0 0;
  }
}

@media (max-width: 750px) {
  .program-intro__link {
    margin-bottom: 24px;
  }
}

.program-intro__link-text {
  color: #3cb371;
  font-weight: 500;
  font-size: 16px;
}

@media (max-width: 750px) {
  .program-intro__link-text {
    font-size: 14px;
  }
}

.program-intro__link-text::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../images/howto-arrow.png") no-repeat right center/100% auto;
  width: 60px;
  height: 11px;
  margin-left: 35px;
}

/*
 自ら課題を見つけ、行動する人材育成へ
ーーーーーーーーーーーーーーーーーー*/
.program-archive {
  position: relative;
}

.program-archive__inner {
  z-index: 2;
  position: relative;
  padding-bottom: 60px;
}

@media (min-width: 751px) {
  .program-archive__inner {
    width: 88.5%;
    margin: auto;
    max-width: 1200px;
  }
}

@media (max-width: 750px) {
  .program-archive__inner {
    width: 84%;
    margin: auto;
  }
}

@media (min-width: 751px) {
  .program-archive__inner {
    max-width: 1060px;
  }
}

@media (max-width: 750px) {
  .program-archive__inner {
    padding-bottom: 0;
    width: 85%;
  }
}

.program-archive__subTtl {
  margin-bottom: 30px;
}

@media (min-width: 751px) {
  .-pro {
    margin-bottom: 80px;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .-pro {
    width: 83%;
  }
}

@media (max-width: 750px) {
  .-pro {
    margin-bottom: 30px;
    width: 100%;
  }
}

@media (min-width: 751px) {
  .program-archive__image {
    position: absolute;
    bottom: 0;
    opacity: 0.8;
    left: 0;
    z-index: 1;
    width: 38%;
    max-width: 580px;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .program-archive__image {
    opacity: 0.5;
  }
}

@media (max-width: 750px) {
  .program-archive__image {
    opacity: 0.9;
    width: 70%;
  }
}

/*
 コラム
ーーーーーーーーーーーーーーーーーー*/
.program-column {
  width: 100vw;
  background: #e9f7f1;
  padding: 56px 0 46px;
  margin-bottom: 140px;
}

@media (max-width: 750px) {
  .program-column {
    margin-bottom: 80px;
  }
}

.program-column__inner {
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 751px) {
  .program-column__inner {
    width: 88.5%;
    margin: auto;
    max-width: 1200px;
  }
}

@media (max-width: 750px) {
  .program-column__inner {
    width: 84%;
    margin: auto;
  }
}

.program-column__ttl {
  font-size: 18px;
  font-weight: 500;
  color: #3cb371;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 26px;
}

.program-column__text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.03em;
  max-width: 580px;
  margin: 0 auto;
  text-align: left;
}

@media (max-width: 750px) {
  .program-column__text {
    font-size: 14px;
    text-align: justify;
  }
}

/*
 今後の教育改革の流れ
ーーーーーーーーーーーーーーーーーー*/
.program-flow__inner {
  max-width: 1060px;
  margin: 0 auto;
  padding-bottom: 100px;
}

@media (min-width: 751px) {
  .program-flow__inner {
    width: 88.5%;
    margin: auto;
    max-width: 1200px;
  }
}

@media (max-width: 750px) {
  .program-flow__inner {
    width: 84%;
    margin: auto;
  }
}

.program-flow__list {
  margin: 0 auto 140px;
  max-width: 820px;
}

@media (max-width: 750px) {
  .program-flow__list {
    margin-bottom: 80px;
  }
}

.flow-list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.flow-stage {
  position: relative;
}

@media (min-width: 751px) {
  .flow-stage {
    width: 22%;
  }
}

@media (max-width: 750px) {
  .flow-stage {
    width: 24%;
  }
}

.flow-school {
  border: 1px solid #3cb371;
  border-radius: 50%;
  color: #3cb371;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding-left: 6px;
}

@media (min-width: 751px) {
  .flow-school {
    width: 108px;
    height: 108px;
    font-size: 36px;
    line-height: 94px;
  }
}

@media (max-width: 750px) {
  .flow-school {
    width: 16vw;
    height: 16vw;
    font-size: 6vw;
    line-height: 14vw;
  }
}

@media (max-width: 374px) {
  .flow-school {
    width: 54px;
    height: 54px;
  }
}

@media all and (-ms-high-contrast: none) {
  .flow-school {
    line-height: 104px;
    font-weight: bold;
  }
}

.flow-school::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #3cb371;
}

@media (min-width: 751px) {
  .flow-school::after {
    width: 50%;
    right: -50%;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .flow-school::after {
    width: 40%;
    right: -40%;
  }
}

@media (max-width: 750px) {
  .flow-school::after {
    width: 30%;
    right: -30%;
  }
}

.flow-stage::after {
  content: "";
  position: absolute;
  right: 0;
  width: 8px;
  height: 8px;
  background-color: #3cb371;
  border-radius: 50%;
  margin-top: -4px;
  margin-right: -5px;
}

@media (min-width: 751px) {
  .flow-stage::after {
    top: 54px;
  }
}

@media (max-width: 750px) {
  .flow-stage::after {
    top: 8vw;
  }
}

@media (max-width: 374px) {
  .flow-stage::after {
    top: 8vw;
  }
}

@media (min-width: 751px) {
  .flow-school .student {
    font-size: 12px;
  }
}

@media (max-width: 750px) {
  .flow-school .student {
    font-size: 10px;
  }
}

.program-flow__contents::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #3cb371;
}

@media (min-width: 751px) {
  .program-flow__contents::after {
    top: 50px;
  }
}

@media (max-width: 750px) {
  .program-flow__contents::after {
    top: 8vw;
  }
}

.program-flow__contents.flow-bottom::after {
  top: 0;
}

.program-flow__contents {
  position: relative;
}

@media (min-width: 751px) {
  .program-flow__contents {
    width: 78%;
  }
}

@media (max-width: 750px) {
  .program-flow__contents {
    width: 76%;
  }
}

@media (min-width: 751px) {
  .flow-contents__inner {
    margin: 38px 0 0 50px;
  }
}

@media (max-width: 750px) {
  .flow-contents__inner {
    margin: 20px 0 0 22px;
  }
}

.flow-ttl {
  font-size: 20px;
  font-weight: 500;
  color: #3cb371;
  letter-spacing: 0.05em;
}

@media (min-width: 751px) {
  .flow-ttl {
    line-height: 2;
    margin-bottom: 24px;
  }
}

@media (max-width: 750px) {
  .flow-ttl {
    line-height: 1.6;
    margin-bottom: 10px;
  }
}

@media (max-width: 374px) {
  .flow-ttl {
    font-size: 18px;
  }
}

.flow-text {
  background: #f1f1f1;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.03em;
}

@media (min-width: 751px) {
  .flow-text {
    padding: 30px 40px;
    margin: 0 auto;
  }
}

@media (max-width: 750px) {
  .flow-text {
    padding: 20px 15px;
    font-size: 14px;
    text-align: justify;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: -0.01em;
  }
}

.program-archive__lead {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 2.1;
  letter-spacing: 0.05em;
}

@media (max-width: 750px) {
  .program-archive__lead {
    font-size: 14px;
    text-align: justify;
  }
}

.-pro-reason {
  margin-bottom: 20px;
}

.program-flow__lead {
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px;
  line-height: 2.1;
  letter-spacing: 0.05em;
}

@media (min-width: 750px) and (max-width: 1024px) {
  .program-flow__lead {
    width: 80%;
    margin: 0 auto 30px;
  }
}

@media (max-width: 750px) {
  .program-flow__lead {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 20px;
  }
}

/*
 トップに戻る
ーーーーーーーーーーーーーーーーーー*/
.program-archive__back {
  margin-top: 80px;
  text-align: center;
}

@media (max-width: 750px) {
  .program-archive__back {
    margin-top: 60px;
  }
}

.program-archive__back-link {
  color: #3cb371;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 750px) {
  .program-archive__back-link {
    font-size: 14px;
  }
}

.program-archive__back-link::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../images/movie/arrow-back.png") no-repeat left center/100% auto;
  width: 60px;
  height: 11px;
  margin-right: 20px;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
ANIMATION
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/*# sourceMappingURL=maps/style.css.map */



