
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300i,500");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");

@charset "UTF-8";
/* ===========================
  Foundation
=========================== */
/* Mixin
----------------------------------------------------------------- */
/**
* 絶対位置で配置する
*/
/**
* clearfix
*/
/** Ubuntu **/
/** NotoSansJp **/
/**
* remに対応していないブラウザ用
*/
/* Variable 
----------------------------------------------------------------- */
/* Reset
----------------------------------------------------------------- */
/* 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; }

/** 追加 **/
*, :after, :before {
  box-sizing: border-box; }

/* Base
----------------------------------------------------------------- */
html {
  font-size: 62.5%; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt" 1;
     -moz-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to left, #ad62fa 4%, #00a2ff 96%); }

a {
  text-decoration: underline; }

/* ===========================
  Layout
=========================== */
/* ===========================
  Object
======================== */
/* Component 再利用できる小さな単位のモジュール
   ----------------------------------------------------------------- */
.btnRect {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  transition: background linear .2s; }
  @media screen and (min-width: 768px) {
    .btnRect {
      width: 300px;
      height: 74px; } }
  .btnRect > a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
    transition: color linear .2s; }
    @media screen and (min-width: 768px) {
      .btnRect > a {
        font-size: 20px;
        font-size: 2rem; } }

.btnRect--purple {
  background: #000;
  color: #56a3fd;
  border: solid 1px #867ffb; }
  .btnRect--purple > a {
    color: #56a3fd; }
  @media screen and (min-width: 768px) {
    .btnRect--purple:hover {
      background-color: #867ffb; }
      .btnRect--purple:hover a {
        color: #fff; } }

.btnRound {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  transition: -webkit-filter linear .2s;
  transition: filter linear .2s;
  transition: filter linear .2s, -webkit-filter linear .2s; }
  .btnRound > a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    width: 100%;
    height: 100%; }

@media screen and (max-width: 767px) {
  .btnRound--medium {
    height: 60px;
    border-radius: 2px;
    font-size: 14px;
    font-size: 1.4rem; } }

@media screen and (min-width: 768px) {
  .btnRound--medium {
    width: 380px;
    height: 94px;
    border-radius: 47px;
    font-size: 20px;
    font-size: 2rem; } }

.btnRound--colorGrad {
  background-image: linear-gradient(to left, #8662fa, #00a2ff 96%); }
  .btnRound--colorGrad > a {
    color: #fff; }
  @media screen and (min-width: 768px) {
    .btnRound--colorGrad:hover {
      filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.85" /><feFuncG type="linear" slope="0.85" /><feFuncB type="linear" slope="0.85" /></feComponentTransfer></filter></svg>#filter');
      -webkit-filter: brightness(0.85);
              filter: brightness(0.85); } }

.btnSns {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  transition: background-color linear .2s; }
  @media screen and (max-width: 767px) {
    .btnSns {
      width: 60px;
      height: 60px;
      border-radius: 30px; } }
  @media screen and (min-width: 768px) {
    .btnSns {
      width: 50px;
      height: 50px;
      border-radius: 25px; } }
  .btnSns:hover {
    background: #e5e5e5; }
  @media screen and (max-width: 767px) {
    .btnSns--white {
      border: solid 1px #e5e5e5; } }
  @media screen and (min-width: 768px) {
    .btnSns--white {
      border: solid 2px #e5e5e5; } }
  @media screen and (max-width: 767px) {
    .btnSns--black {
      border: solid 1px #000; } }
  @media screen and (min-width: 768px) {
    .btnSns--black {
      border: solid 2px #000; } }
  .btnSns--black:hover {
    background: #000; }
  @media screen and (min-width: 768px) {
    .btnSns--sizeSmall {
      width: 38px;
      height: 38px;
      border-radius: 19px; } }
  .btnSns:before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center; }
  .btnSns > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.btnSns--twitter:before {
  width: 18px;
  height: 15px;
  background-size: 18px 15px;
  background-image: url("../img/icon_twitter_white.svg"); }

.btnSns--twitter:hover:before {
  background-image: url("../img/icon_twitter_color.svg"); }

.btnSns--twitter.btnSns--sizeSmall:before {
  width: 14px;
  height: 11px;
  background-size: 14px 11px; }

.btnSns--twitter.btnSns--black:before {
  background-image: url("../img/icon_twitter_black.svg"); }

.btnSns--twitter.btnSns--black:hover:before {
  background-image: url("../img/icon_twitter_white.svg"); }

.btnSns--facebook:before {
  width: 11px;
  height: 20px;
  background-size: 11px 20px;
  background-image: url("../img/icon_facebook_white.svg"); }

.btnSns--facebook:hover:before {
  background-image: url("../img/icon_facebook_color.svg"); }

.btnSns--facebook.btnSns--sizeSmall:before {
  width: 8px;
  height: 15px;
  background-size: 8px 15px; }

.btnSns--facebook.btnSns--black:before {
  background-image: url("../img/icon_facebook_black.svg"); }

.btnSns--facebook.btnSns--black:hover:before {
  background-image: url("../img/icon_facebook_white.svg"); }

.btnSns--hatena:before {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-image: url("../img/icon_hatena_white.svg"); }

.btnSns--hatena:hover:before {
  background-image: url("../img/icon_hatena_color.svg"); }

.btnSns--hatena.btnSns--sizeSmall:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px; }

.btnSns--hatena.btnSns--black:before {
  background-image: url("../img/icon_hatena_black.svg"); }

.btnSns--hatena.btnSns--black:hover:before {
  background-image: url("../img/icon_hatena_white.svg"); }

.fixedBtn {
  position: fixed;
  background: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
  overflow: hidden;
  transition: background linear .2s, -webkit-transform ease-out .2s;
  transition: background linear .2s, transform ease-out .2s;
  transition: background linear .2s, transform ease-out .2s, -webkit-transform ease-out .2s; }
  @media screen and (max-width: 767px) {
    .fixedBtn {
      width: 110px;
      height: 50px;
      border-radius: 25px;
      border: 1px solid #867ffb;
      bottom: 10px;
      right: 10px; } }
  @media screen and (min-width: 768px) {
    .fixedBtn {
      width: 160px;
      height: 74px;
      border-radius: 37px;
      border: 2px solid #867ffb;
      right: 20px;
      bottom: 20px; } }
  .fixedBtn.js-hidden {
    -webkit-transform: translate(calc(100% + 20px), 0);
            transform: translate(calc(100% + 20px), 0); }
  .fixedBtn:hover {
    background: #867ffb; }
    .fixedBtn:hover a {
      color: #fff; }
  .fixedBtn > a {
    text-decoration: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    color: #56a3fd;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .fixedBtn > a {
        font-size: 13px;
        font-size: 1.3rem; } }
    @media screen and (min-width: 768px) {
      .fixedBtn > a {
        font-size: 20px;
        font-size: 2rem; } }

.footerBlack {
  padding: 32px 0 16px;
  background-color: #000; }
  .footerBlack .listSnsWhite {
    margin: 0 0 24px; }
  .footerBlack_copyright {
    color: #fff;
    text-align: center;
    font-size: 9px;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 2; }
    .footerBlack_copyright > a {
      color: #fff; }

.listBtnSns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .listBtnSns li {
    margin: 0 20px 0 0; }
    .listBtnSns li:last-child {
      margin: 0; }

.listSns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .listSns .listSnsItem {
    width: calc(25% - 8px);
    margin: 0 4px;
    height: 60px; }

.listSnsItem {
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center; }
  .listSnsItem-facebook {
    background-image: url("../img/icon_facebook.svg");
    background-size: 17px 30px;
    background-color: #4c72bb; }
    @media screen and (max-width: 767px) {
      .listSnsItem-facebook {
        background-size: 10px 17px; } }
  .listSnsItem-twitter {
    background-image: url("../img/icon_twitter.svg");
    background-size: 32px 26px;
    background-color: #1fa0e4; }
    @media screen and (max-width: 767px) {
      .listSnsItem-twitter {
        background-size: 19px 15px; } }
  .listSnsItem-hatena {
    background-image: url("../img/icon_hatena.svg");
    background-size: 40px 32px;
    background-color: #017fde; }
    @media screen and (max-width: 767px) {
      .listSnsItem-hatena {
        background-size: 19px 18px; } }
  .listSnsItem-line {
    background-image: url("../img/icon_line.svg");
    background-size: 54px 21px;
    background-color: #00c300; }
    @media screen and (max-width: 767px) {
      .listSnsItem-line {
        background-size: 31px 12px; } }
  .listSnsItem > a {
    display: block;
    width: 100%;
    height: 100%; }

.playerBand {
  position: absolute;
  width: 100%;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .playerBand {
      padding-top: 9.4%; } }
  @media screen and (min-width: 768px) {
    .playerBand {
      height: 76px; } }
  .playerBand.js-hidden {
    display: none; }

.playerBand--grad {
  background-image: linear-gradient(to left, #ad62fa 4%, #00a2ff 96%); }

.playerBand--blue {
  background-color: #01507f; }

.player {
  position: relative; }
  @media screen and (max-width: 767px) {
    .player__stop {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0); } }
  .player__stop.js-disable {
    pointer-events: none; }
  @media screen and (min-width: 768px) {
    .player__stop {
      display: none; } }

.sectionSlash:before, .sectionSlash:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  z-index: 1; }

.sectionSlash--beforeSlash:before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }
  @media screen and (max-width: 767px) {
    .sectionSlash--beforeSlash:before {
      height: 32px; } }
  @media screen and (min-width: 768px) {
    .sectionSlash--beforeSlash:before {
      height: 100px; } }

.sectionSlash--beforeSlash--darkBlue {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff; }
  .sectionSlash--beforeSlash--darkBlue:before {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.5) 50.1%) no-repeat top left/100% 100%; }

.sectionSlash--beforeSlash--gray {
  background-color: #e5e5e5; }
  .sectionSlash--beforeSlash--gray:before {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #e5e5e5 50.1%) no-repeat top left/100% 100%; }

.sectionSlash--beforeSlash--lightgray {
  background-color: #f2f2f2; }
  .sectionSlash--beforeSlash--lightgray:before {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #f2f2f2 50.1%) no-repeat top left/100% 100%; }

.sectionSlash--beforeSlash--black {
  background-color: #000; }
  .sectionSlash--beforeSlash--black:before {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #000 50.1%) no-repeat top left/100% 100%; }

.sectionSlash--beforeSlash--white {
  background-color: #fff; }
  .sectionSlash--beforeSlash--white:before {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #fff 50.1%) no-repeat top left/100% 100%; }

.sectionSlash--afterSlash--darkBlue {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff; }
  .sectionSlash--afterSlash--darkBlue:after {
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.5) 50.1%) no-repeat top left/100% 100%; }

.sectionSlash--afterSlash--gray {
  background-color: #e5e5e5; }
  .sectionSlash--afterSlash--gray:after {
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #e5e5e5 50.1%) no-repeat top left/100% 100%; }

.sectionSlash--afterSlash--lightgray {
  background-color: #f2f2f2; }
  .sectionSlash--afterSlash--lightgray:after {
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #f2f2f2 50.1%) no-repeat top left/100% 100%; }

.sectionSlash--afterSlash--black:after {
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #000 50.1%) no-repeat top left/100% 100%; }

.sectionSlash--afterSlash--white:after {
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #fff 50.1%) no-repeat top left/100% 100%; }

.styleText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400; }
  .styleText > h2, .styleText > h3, .styleText > h4 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900; }
    @media screen and (max-width: 767px) {
      .styleText > h2, .styleText > h3, .styleText > h4 {
        text-align: center;
        line-height: 1.47;
        font-size: 30px;
        font-size: 3rem;
        margin-bottom: .6em; } }
    @media screen and (min-width: 768px) {
      .styleText > h2, .styleText > h3, .styleText > h4 {
        margin-bottom: 1em;
        line-height: 1.333;
        font-size: 40px;
        font-size: 4rem; } }
  .styleText > p {
    line-height: 2.2;
    margin-bottom: 1em;
    text-align: justify; }
    @media screen and (max-width: 767px) {
      .styleText > p {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (min-width: 768px) {
      .styleText > p {
        font-size: 22px;
        font-size: 2.2rem; } }
  .styleText > small {
    line-height: 2.2; }
    @media screen and (max-width: 767px) {
      .styleText > small {
        font-size: 11px;
        font-size: 1.1rem; } }
    @media screen and (min-width: 768px) {
      .styleText > small {
        font-size: 16px;
        font-size: 1.6rem; } }
  .styleText > figure {
    display: block; }
    @media screen and (max-width: 767px) {
      .styleText > figure {
        margin-bottom: 36px; } }
    @media screen and (min-width: 768px) {
      .styleText > figure {
        margin-bottom: 72px; } }
    .styleText > figure > img, .styleText > figure .youtube {
      width: 100%;
      height: auto; }
    .styleText > figure > figcaption {
      line-height: 2; }
      @media screen and (max-width: 767px) {
        .styleText > figure > figcaption {
          margin-top: 23px;
          font-size: 11px;
          font-size: 1.1rem; } }
      @media screen and (min-width: 768px) {
        .styleText > figure > figcaption {
          margin-top: 27px;
          font-size: 16px;
          font-size: 1.6rem; } }
  .styleText > img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 1em; }
  @media screen and (max-width: 767px) {
    .styleText img {
      border-radius: 9px; } }
  @media screen and (min-width: 768px) {
    .styleText img {
      border-radius: 9px; } }
  .styleText span.strong {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #ff80bf; }
  @media screen and (max-width: 767px) {
    .styleText p + figure, .styleText p + img {
      margin-top: 24px; } }
  @media screen and (min-width: 768px) {
    .styleText p + figure, .styleText p + img {
      margin-top: 64px; } }
  @media screen and (max-width: 767px) {
    .styleText img + figure {
      margin-top: 24px; } }
  @media screen and (min-width: 768px) {
    .styleText img + figure {
      margin-top: 64px; } }
  @media screen and (max-width: 767px) {
    .styleText figure + figure {
      margin-top: -16px; } }
  @media screen and (min-width: 768px) {
    .styleText figure + figure {
      margin-top: -32px; } }
  .styleText > p:last-child, .styleText > img:last-child, .styleText > figure:last-child {
    margin-bottom: 0; }

.tableInfo dl {
  line-height: 2; }
  @media screen and (max-width: 767px) {
    .tableInfo dl {
      margin-bottom: 16px; } }
  @media screen and (min-width: 768px) {
    .tableInfo dl {
      margin-bottom: 20px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.tableInfo dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    .tableInfo dt {
      width: 24%;
      padding: 0 20px 0 0; } }

.tableInfo dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400; }
  @media screen and (min-width: 768px) {
    .tableInfo dd {
      width: 76%; } }

.titleFunction--white .titleFunction__en {
  color: #fff;
  background: none;
  background-clip: unset; }

.titleFunction--white .titleFunction__jp {
  color: #fff; }

.titleFunction__en {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: italic;
  margin: 0 0 7px; }
  @media screen and (max-width: 767px) {
    .titleFunction__en {
      font-size: 20px;
      font-size: 2rem; } }
  @media screen and (min-width: 768px) {
    .titleFunction__en {
      font-size: 32px;
      font-size: 3.2rem; } }
  .titleFunction__en--grad {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to left, #ad62fa 4%, #00a2ff 96%), linear-gradient(#ffffff, #ffffff);
    display: inline-block; }
  .titleFunction__en--iconBrain {
    background-image: url("../img/icon_brain.svg"); }
    @media screen and (max-width: 767px) {
      .titleFunction__en--iconBrain {
        margin: 0 auto 18px;
        width: 50px;
        height: 48px;
        background-size: 50px 48px; } }
    @media screen and (min-width: 768px) {
      .titleFunction__en--iconBrain {
        margin: 0 auto 15px;
        width: 72px;
        height: 69px;
        background-size: 72px 69px; } }
  .titleFunction__en--iconSchool {
    background-image: url("../img/icon_school.svg"); }
    @media screen and (max-width: 767px) {
      .titleFunction__en--iconSchool {
        margin: 0 auto 18px;
        width: 48px;
        height: 42px;
        background-size: 48px 42px; } }
    @media screen and (min-width: 768px) {
      .titleFunction__en--iconSchool {
        margin: 0 auto 15px;
        width: 69px;
        height: 60px;
        background-size: 69px 60px; } }
  .titleFunction__en--iconDocument {
    background-image: url("../img/icon_document.svg"); }
    @media screen and (max-width: 767px) {
      .titleFunction__en--iconDocument {
        margin: 0 auto 18px;
        width: 35px;
        height: 40px;
        background-size: 35px 40px; } }
    @media screen and (min-width: 768px) {
      .titleFunction__en--iconDocument {
        margin: 0 auto 15px;
        width: 49px;
        height: 57px;
        background-size: 49px 57px; } }

@media screen and (max-width: 767px) {
  .titleFunction__jp {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 350;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.79; } }

@media screen and (min-width: 768px) {
  .titleFunction__jp {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.6; } }

@media screen and (min-width: 768px) {
  .titleFunction__jp--other {
    font-size: 40px;
    font-size: 4rem; } }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }

/* Project プロジェクト固有のパターンであり、いくつかのComponentと、それに該当しない要素によって構成されるものを定義
   ----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .containerOtherSection .sectionFunction:first-child {
    padding-top: 80px; } }

.globalFooter {
  position: relative; }
  @media screen and (max-width: 767px) {
    .globalFooter {
      background: #000; } }
  @media screen and (min-width: 768px) {
    .globalFooter {
      background: #fff;
      padding: 76px 30px 28px; } }
  .globalFooter__mobileCopyright {
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-size: 10px;
    font-size: 10px;
    font-size: 1rem;
    height: 52px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .globalFooter__mobileLinks {
    border-bottom: solid 1px #333; }
    @media screen and (max-width: 767px) {
      .globalFooter__mobileLinks {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    .globalFooter__mobileLinks li {
      width: 50%;
      height: 78px;
      border-top: solid 1px #333; }
      .globalFooter__mobileLinks li.full {
        width: 100%; }
      .globalFooter__mobileLinks li a {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        color: #fff;
        text-decoration: none;
        font-size: 13px;
        font-size: 13px;
        font-size: 1.3rem;
        width: 100%;
        height: 100%; }
      .globalFooter__mobileLinks li:nth-child(even) {
        border-left: solid 1px #333; }
  @media screen and (min-width: 768px) {
    .globalFooter__sns {
      display: none; } }
  @media screen and (max-width: 767px) {
    .globalFooter__sns {
      width: 100%;
      height: 85px;
      background: #fff;
      overflow: hidden; } }
  .globalFooter__sns ul {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .globalFooter__sns ul li {
      width: 44px;
      height: 44px;
      margin: 0 60px 0 0; }
      .globalFooter__sns ul li > a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        height: 100%; }
      .globalFooter__sns ul li:last-child {
        margin: 0; }
  @media screen and (max-width: 767px) {
    .globalFooter__logo {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 auto 100px; } }
  @media screen and (min-width: 768px) {
    .globalFooter__logo {
      margin: 0 0 49px; } }
  .globalFooter__logo img {
    width: 150px;
    height: auto; }
  @media screen and (max-width: 414px) {
    .globalFooter__logo img {
      width: 200px;
      height: auto; }
  }
  @media screen and (max-width: 767px) {
    .globalFooter__left {
      background-image: url("../img/ptr_footer.png");
      padding: 100px 0px 0; } }
  .globalFooter__info {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .globalFooter__info {
        color: #fff;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 2.71; } }
    @media screen and (min-width: 768px) {
      .globalFooter__info {
        line-height: 1.75;
        font-size: 16px;
        font-size: 1.6rem;
        margin: 0 0 28px; } }
    .globalFooter__info a {
      text-decoration: none; }
      @media screen and (max-width: 767px) {
        .globalFooter__info a {
          color: #fff; } }
      @media screen and (min-width: 768px) {
        .globalFooter__info a {
          color: #000; } }
    .globalFooter__info > span {
      font-family: "Ubuntu", sans-serif;
      font-weight: 300;
      font-size: 11px;
      font-size: 11px;
      font-size: 1.1rem; }
  .globalFooter__bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  @media screen and (min-width: 768px) {
    .globalFooter__copyright {
      font-family: "Ubuntu", sans-serif;
      font-weight: 300;
      font-size: 12px;
      font-size: 1.2rem; } }
  .globalFooter__links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 768px) {
      .globalFooter__links {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (min-width: 768px) {
      .globalFooter__links li {
        margin-right: 38px; } }
    .globalFooter__links a {
      text-decoration: none;
      color: #000;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400; }
      .globalFooter__links a:hover {
        text-decoration: underline; }
  .globalFooter__right {
    position: absolute;
    bottom: 30px;
    right: 30px; }
    @media screen and (max-width: 767px) {
      .globalFooter__right {
        display: none; } }

.sectionDescription {
  position: relative;
  color: #fff; }
  .sectionDescription__inner {
    position: relative; }
    @media screen and (max-width: 767px) {
      .sectionDescription__inner {
        padding: 112px 0 90px;
        width: 100%; } }
    @media screen and (min-width: 768px) {
      .sectionDescription__inner {
        padding: 251px 0 166px;
        width: 800px;
        margin: 0 auto; } }
  .sectionDescription__playerTop, .sectionDescription__playerBottom {
    top: 0;
    left: 0; }
  .sectionDescription__content {
    position: relative;
    z-index: 5; }
    @media screen and (max-width: 767px) {
      .sectionDescription__content h3, .sectionDescription__content p {
        padding: 0 20px; } }
  .sectionDescription__title {
    text-align: center;
    line-height: 1.6;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .sectionDescription__title {
        font-size: 32px;
        font-size: 3.2rem;
        text-align: justify;
        margin: 0 0 32px; } }
    @media screen and (min-width: 768px) {
      .sectionDescription__title {
        font-size: 40px;
        font-size: 4rem;
        margin: 0 0 57px; } }
  @media screen and (max-width: 767px) {
    .sectionDescription__boxText {
      margin: 0 0 4px; } }
  @media screen and (min-width: 768px) {
    .sectionDescription__boxText {
      margin: 0 0 10px; } }
  @media screen and (max-width: 767px) {
    .sectionDescription__video {
      margin-bottom: -32px; } }
  @media screen and (min-width: 768px) {
    .sectionDescription__video {
      margin-bottom: -64px; } }
  .sectionDescription__circle0 {
    position: absolute;
    z-index: 0;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20); }
    @media screen and (max-width: 767px) {
      .sectionDescription__circle0 {
        left: calc(50% - 32px + 23px);
        width: 64px;
        height: 114px;
        top: calc(-36px + 70px); } }
    @media screen and (min-width: 768px) {
      .sectionDescription__circle0 {
        top: 77px;
        left: calc(50% - 7px);
        width: 64px;
        height: 114px; } }
  .sectionDescription__circle1 {
    position: absolute;
    z-index: 2;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20); }
    @media screen and (max-width: 767px) {
      .sectionDescription__circle1 {
        left: calc((50% - 45px) + 58px);
        width: 91px;
        height: 230px;
        top: calc(98px + 90px); } }
    @media screen and (min-width: 768px) {
      .sectionDescription__circle1 {
        top: 231px;
        left: calc((50% - 45px) + 83px);
        width: 91px;
        height: 230px; } }
  .sectionDescription__circle2 {
    position: absolute;
    z-index: 1;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20); }
    @media screen and (max-width: 767px) {
      .sectionDescription__circle2 {
        left: calc((50% - 58px) - 89px);
        width: 116px;
        height: 200px;
        top: calc(240px + 120px); } }
    @media screen and (min-width: 768px) {
      .sectionDescription__circle2 {
        top: 385px;
        left: calc((50% - 58px) - 56px);
        width: 116px;
        height: 200px; } }
  .sectionDescription__btn {
    position: absolute;
    background: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 2;
    overflow: hidden;
    transition: background linear .2s; }
    @media screen and (max-width: 767px) {
      .sectionDescription__btn {
        width: 110px;
        height: 50px;
        border-radius: 25px;
        border: 1px solid #867ffb;
        bottom: 4px;
        right: 12px; } }
    @media screen and (min-width: 768px) {
      .sectionDescription__btn {
        width: 160px;
        height: 74px;
        border-radius: 37px;
        border: 2px solid #867ffb;
        bottom: 55px;
        right: 20px; } }
    .sectionDescription__btn:hover {
      background: #867ffb; }
      .sectionDescription__btn:hover a {
        color: #fff; }
    .sectionDescription__btn > a {
      text-decoration: none;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 100%;
      color: #56a3fd;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .sectionDescription__btn > a {
          font-size: 13px;
          font-size: 1.3rem; } }
      @media screen and (min-width: 768px) {
        .sectionDescription__btn > a {
          font-size: 20px;
          font-size: 2rem; } }

.sectionFunction {
  position: relative;
  /**
    * element
    */ }
  @media screen and (max-width: 767px) {
    .sectionFunction {
      padding-top: 41px;
      padding-bottom: 78px; } }
  @media screen and (min-width: 768px) {
    .sectionFunction {
      padding-top: 41px;
      padding-bottom: 160px; } }
  @media screen and (max-width: 767px) {
    .sectionFunction--environment {
      padding-bottom: 56px; } }
  @media screen and (min-width: 768px) {
    .sectionFunction--environment {
      padding-bottom: 104px; } }
  @media screen and (max-width: 767px) {
    .sectionFunction--environment .titleFunction__jp {
      font-size: 20px;
      font-size: 2rem; } }
  @media screen and (min-width: 768px) {
    .sectionFunction--environment .titleFunction__jp {
      font-size: 32px;
      font-size: 3.2rem; } }
  @media screen and (max-width: 767px) {
    .sectionFunction--environment .styleText p {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media screen and (min-width: 768px) {
    .sectionFunction--environment .styleText p {
      font-size: 16px;
      font-size: 1.6rem; } }
  .sectionFunction--gray {
    background-color: #e5e5e5; }
  @media screen and (max-width: 767px) {
    .sectionFunction--hasBtn {
      padding-bottom: 86px; } }
  @media screen and (min-width: 768px) {
    .sectionFunction--hasBtn {
      padding-bottom: 128px; } }
  .sectionFunction--idea4 {
    color: #fff; }
    @media screen and (max-width: 767px) {
      .sectionFunction--idea4 {
        padding-top: 74px;
        padding-bottom: 54px; } }
    @media screen and (min-width: 768px) {
      .sectionFunction--idea4 {
        padding-top: 160px;
        padding-bottom: 150px; } }
  @media screen and (min-width: 768px) {
    .sectionFunction--last {
      padding-bottom: 70px; } }
  .sectionFunction__inner {
    position: relative; }
    @media screen and (max-width: 767px) {
      .sectionFunction__inner {
        width: 100%;
        padding: 0 20px; } }
    @media screen and (min-width: 768px) {
      .sectionFunction__inner {
        width: 800px;
        margin: 0 auto; } }
  .sectionFunction__title {
    text-align: center;
    line-height: 1.6;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .sectionFunction__title {
        font-size: 28px;
        font-size: 2.8rem;
        margin: 0 0 16px; } }
    @media screen and (min-width: 768px) {
      .sectionFunction__title {
        font-size: 40px;
        font-size: 4rem;
        margin: 0 0 51px; } }
  .sectionFunction__video {
    position: relative; }
    @media screen and (min-width: 768px) {
      .sectionFunction__video {
        margin: 89px 0 0; } }
    @media screen and (min-width: 768px) {
      .sectionFunction__video--special {
        margin: 0 0 0; } }
  .sectionFunction__playerBandTop {
    position: absolute;
    top: -1px; }
  .sectionFunction__playerBandBottom {
    position: absolute;
    bottom: -1px; }
  @media screen and (max-width: 767px) {
    .sectionFunction__btn {
      width: 100%;
      height: 60px;
      margin: 32px auto 0; } }
  @media screen and (min-width: 768px) {
    .sectionFunction__btn {
      margin: 66px auto 0; } }
  @media screen and (max-width: 767px) {
    .sectionFunction__table {
      font-size: 12px;
      font-size: 1.2rem;
      margin: 24px 0 0; } }
  @media screen and (min-width: 768px) {
    .sectionFunction__table {
      font-size: 16px;
      font-size: 1.6rem;
      margin-top: 57px; } }
  @media screen and (max-width: 767px) {
    .sectionFunction__warning {
      font-size: 11px;
      font-size: 1.1rem;
      margin-top: 24px; } }
  @media screen and (min-width: 768px) {
    .sectionFunction__warning {
      font-size: 16px;
      font-size: 1.6rem;
      margin-top: 40px; } }

.sectionHead {
  position: relative;
  text-align: center;
  background-image: url("../img/ptr_head.png");
  background-color: #000;
  color: #fff;
  z-index: 10; }
  .sectionHead__inner {
    position: relative; }
    @media screen and (max-width: 767px) {
      .sectionHead__inner {
        padding: 36px 0 36px; } }
    @media screen and (min-width: 768px) {
      .sectionHead__inner {
        padding: 60px 0 60px;
        max-width: 588px;
        margin: 0 auto; } }
  .sectionHead__content {
    position: relative;
    z-index: 1; }
  .sectionHead__patent {
    display: block;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    box-sizing: content-box; }
    @media screen and (max-width: 767px) {
      .sectionHead__patent {
        border: 1px solid #fff;
        font-size: 10px;
        font-size: 1rem;
        margin: 0 auto 32px;
        width: 70px;
        height: 20px;
        line-height: 20px; } }
    @media screen and (min-width: 768px) {
      .sectionHead__patent {
        font-size: 16px;
        font-size: 1.6rem;
        border: 1px solid #fff;
        margin: 0 auto 60px;
        box-sizing: content-box;
        width: 110px;
        height: 30px;
        line-height: 30px; } }
  .sectionHead__black {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
    @media screen and (max-width: 767px) {
      .sectionHead__black {
        height: 120px; } }
    @media screen and (min-width: 768px) {
      .sectionHead__black {
        height: 100px; } }
  @media screen and (max-width: 767px) {
    .sectionHead__logo {
      width: 294px;
      height: 126px;
      margin: 0 auto 26px; } }
  @media screen and (min-width: 768px) {
    .sectionHead__logo {
      margin: 0 auto 56px; } }
  .sectionHead__role {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    color: #56a3fd; }
    @media screen and (max-width: 767px) {
      .sectionHead__role {
        font-size: 23px;
        font-size: 2.3rem;
        margin: 0 0 14px; } }
    @media screen and (min-width: 768px) {
      .sectionHead__role {
        font-size: 45px;
        font-size: 4.5rem;
        margin: 0 0 29px;
        letter-spacing: .11em; } }
  @media screen and (max-width: 767px) {
    .sectionHead__project {
      width: 254px;
      height: 95px;
      margin: 0 auto; } }
  @media screen and (min-width: 768px) {
    .sectionHead__project {
      margin: 0 auto 15px;
      width: 543px;
      height: 188px;
      position: relative;
      left: 16px; } }
  .sectionHead__project > img {
    width: 100%;
    height: auto; }
  .sectionHead__projectJp {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .sectionHead__projectJp {
        position: relative;
        left: 7px;
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 1em;
        margin: 0 0 17px; } }
    @media screen and (min-width: 768px) {
      .sectionHead__projectJp {
        position: relative;
        left: 17px;
        font-size: 28px;
        font-size: 2.8rem;
        letter-spacing: 1.2em;
        margin: 0 0 34px; } }
  .sectionHead__copy {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 100;
    font-weight: 100; }
    @media screen and (max-width: 767px) {
      .sectionHead__copy {
        font-size: 20px;
        font-size: 2.8rem;
        line-height: 1.79;
        margin: 0 0 28px; } }
    @media screen and (min-width: 768px) {
      .sectionHead__copy {

        font-size: 4.0rem;
        white-space: nowrap;
        line-height: 1.74;
        margin: 0 0 44px; } }
  @media screen and (max-width: 767px) {
    .sectionHead__btn {
      max-width: 333px;
      width: calc(100% - 40px);
      height: 70px;
      margin: 0 auto 40px; } }
  @media screen and (min-width: 768px) {
    .sectionHead__btn {
      width: 300px;
      height: 74px;
      margin: 0 auto 44px; } }
  .sectionHead__link {
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fff;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      .sectionHead__link {
        font-size: 13px;
        font-size: 1.3rem; } }
    @media screen and (min-width: 768px) {
      .sectionHead__link {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (min-width: 768px) {
      .sectionHead__link:hover {
        color: #aaa; } }
    .sectionHead__link:after {
      display: block;
      content: '';
      width: 100%;
      height: 1px;
      background-image: linear-gradient(to left, #ad62fa 4%, #00a2ff 96%); }
      @media screen and (max-width: 767px) {
        .sectionHead__link:after {
          margin-top: 2px; } }
      @media screen and (min-width: 768px) {
        .sectionHead__link:after {
          margin-top: 4px; } }
  .sectionHead .listBtnSns {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2; }
    @media screen and (max-width: 767px) {
      .sectionHead .listBtnSns {
        bottom: -88px; } }
    @media screen and (min-width: 768px) {
      .sectionHead .listBtnSns {
        bottom: -130px; } }
  .sectionHead__img {
    position: absolute;
    z-index: 0;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50); }
    @media screen and (max-width: 767px) {
      .sectionHead__img {
        top: 289px;
        left: calc(50% - 160px);
        width: 320px;
        height: 206px; } }
    @media screen and (min-width: 768px) {
      .sectionHead__img {
        top: 599px;
        left: calc(50% - 343px);
        width: 685px;
        height: 441px; } }

.sectionIdea2 {
  position: relative; }
  @media screen and (max-width: 767px) {
    .sectionIdea2 {
      padding-top: 74px;
      margin-bottom: 100px; } }
  @media screen and (min-width: 768px) {
    .sectionIdea2 {
      padding-top: 160px;
      padding-bottom: 130px; } }
  .sectionIdea2__inner {
    position: relative; }
    @media screen and (max-width: 767px) {
      .sectionIdea2__inner {
        padding: 0 20px; } }
    @media screen and (min-width: 768px) {
      .sectionIdea2__inner {
        width: 800px;
        margin: 0 auto; } }
  .sectionIdea2__title {
    text-align: center;
    line-height: 1.6;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .sectionIdea2__title {
        margin: 0 0 16px; } }
    @media screen and (min-width: 768px) {
      .sectionIdea2__title {
        font-size: 40px;
        font-size: 4rem;
        margin: 0 0 51px; } }
  .sectionIdea2__boxText {
    color: #fff; }
    @media screen and (max-width: 767px) {
      .sectionIdea2__boxText {
        margin: 0 0 32px; } }
  .sectionIdea2__img {
    display: block; }
    @media screen and (max-width: 767px) {
      .sectionIdea2__img {
        width: 220px;
        height: auto;
        margin: 0 auto; } }
    @media screen and (min-width: 768px) {
      .sectionIdea2__img {
        margin: 50px auto 0;
        width: 425px;
        height: auto; } }
  .sectionIdea2__warning {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      .sectionIdea2__warning {
        position: absolute;
        bottom: -20px;
        display: inline-block;
        font-size: 11px;
        font-size: 1.1rem; } }
    @media screen and (min-width: 768px) {
      .sectionIdea2__warning {
        position: absolute;
        bottom: 55px;
        left: 0;
        line-height: 2; } }

.sectionIndex {
  position: relative;
  color: #fff;
  text-align: center;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .sectionIndex {
      padding: 96px 20px 82px; } }
  @media screen and (min-width: 768px) {
    .sectionIndex {
      padding-top: 160px;
      padding-bottom: 142px; } }
  .sectionIndex__inner {
    position: relative; }
    @media screen and (min-width: 768px) {
      .sectionIndex__inner {
        width: 800px;
        margin: 0 auto; } }
  .sectionIndex__titleEn {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: italic; }
    @media screen and (max-width: 767px) {
      .sectionIndex__titleEn {
        font-size: 20px;
        font-size: 2rem;
        margin: 0 0 20px; } }
    @media screen and (min-width: 768px) {
      .sectionIndex__titleEn {
        font-size: 32px;
        font-size: 3.2rem;
        margin: 0 0 34px; } }
  .sectionIndex__titleJp {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .1em; }
    @media screen and (max-width: 767px) {
      .sectionIndex__titleJp {
        font-size: 32px;
        font-size: 3.2rem;
        margin: 0 0 26px;
        text-align: left; } }
    @media screen and (min-width: 768px) {
      .sectionIndex__titleJp {
        font-size: 40px;
        font-size: 4rem;
        margin: 0 0 64px; } }
  .sectionIndex__eraser {
    position: absolute;
    z-index: 0;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20); }
    @media screen and (max-width: 767px) {
      .sectionIndex__eraser {
        width: 327px;
        height: 220px;
        top: 211px;
        left: calc(50% - 163px); } }
    @media screen and (min-width: 768px) {
      .sectionIndex__eraser {
        top: -48px;
        left: 600px;
        width: 453px;
        height: 339px; } }

/* Utility ComponentとProjectレイヤーのObjectのモディファイアで解決することが難しい・適切では無い、わずかなスタイルの調整のための便利クラスなどを定義
   ----------------------------------------------------------------- */
.u-clearfix {
  zoom: 1; }
  .u-clearfix:before, .u-clearfix:after {
    content: "";
    display: table; }
  .u-clearfix:after {
    clear: both; }

@media screen and (max-width: 767px) {
  .only-large {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .only-small {
    display: none !important; } }


.last_info {
  margin: 60px 14px;
}
.last_info p {
  font-size: 2rem;
  line-height: 1.9;
  margin: 14px 0;
}
@media screen and (max-width: 414px) {
  .last_info p {
    font-size: 1.5rem;
    line-height: 1.9;
    margin: 14px 0;
  }
}
.last_info p a {
  color: #fff;
}
.last_info p a:hover {
  text-decoration: none;
}
.last_info p.last_info_tit {
  font-weight: bold;
}
.last_info p.left {
  text-align: left;
}