@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
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;
  box-sizing: border-box; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

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; }

address {
  font-style: normal; }

/* 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; }

/* wrap */
/*	common
---------------------------------*/
::selection {
  background: #000;
  color: #fff; }

::-moz-selection {
  background: #000;
  color: #fff; }

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.875; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* link */
a {
  color: #000;
  text-decoration: none;
  transition: .4s;
  overflow: hidden; }
  a img {
    transition: .4s; }

a:hover {
  transition: .4s;
  opacity: 0.6; }
  @media screen and (max-width: 950px) {
    a:hover {
      opacity: 1; } }

a:active, a:focus {
  outline: none; }

/* element */
.image {
  display: inline; }
  @media (max-width: 950px) {
    .image {
      display: none; } }

.image_s {
  display: none; }
  @media (max-width: 950px) {
    .image_s {
      display: inline; } }

.cf::after {
  content: "";
  display: block;
  clear: both; }

/* adjust anchor */
.anc,
.anc2 {
  margin-top: -100px;
  padding-top: 100px; }
  @media screen and (max-width: 950px) {
    .anc,
    .anc2 {
      margin-top: 0;
      padding-top: 0; } }

@media screen and (max-width: 950px) {
  .anc2 {
    margin-top: -50px;
    padding-top: 50px; } }

/* figure */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

/*	clearfix
---------------------------------*/
.cl:before, .cl:after {
  content: " ";
  display: table; }

.cl:after {
  clear: both; }

.cl {
  *zoom: 1;
  display: block; }

.block_p {
  display: block; }
  @media screen and (max-width: 950px) {
    .block_p {
      display: none; } }

.block_s {
  display: none; }
  @media screen and (max-width: 950px) {
    .block_s {
      display: block; } }

.inline_p {
  display: inline; }
  @media screen and (max-width: 950px) {
    .inline_p {
      display: none; } }

.inline_s {
  display: none; }
  @media screen and (max-width: 950px) {
    .inline_s {
      display: inline; } }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

.between {
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between; }

/* fadein */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

.wrapper {
  position: relative;
  overflow: hidden; }

.inner,
.innerS {
  max-width: 1080px;
  margin: auto;
  position: relative;
  padding: 0 40px; }
  @media screen and (max-width: 950px) {
    .inner,
    .innerS {
      padding: 0 30px; } }

.header {
  position: fixed;
  width: 100%;
  padding: 30px 30px 0;
  box-sizing: border-box;
  z-index: 5; }
  @media screen and (max-width: 950px) {
    .header {
      padding: 15px 15px 0; } }
  .header__wrap {
    width: 100%;
    background: #FFF;
    border-radius: 100px;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    align-items: center;
    padding: 0 40px; }
    @media screen and (max-width: 950px) {
      .header__wrap {
        height: 50px;
        padding: 0 20px; } }
  .header__logo {
    display: block;
    width: 348.9472px; }
    @media screen and (max-width: 1080px) {
      .header__logo {
        width: 200px;
        position: relative;
        top: -5px; } }
    @media screen and (max-width: 950px) {
      .header__logo {
        width: 175px; } }
  .header__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .header__li {
    margin-right: 50px; }
    .header__li:last-of-type {
      margin-right: 0; }
    @media screen and (max-width: 1270px) {
      .header__li {
        margin-right: 20px; } }
  .header__link {
    font-weight: 500;
    cursor: pointer; }
    .header__link:hover {
      opacity: 1; }
      .header__link:hover .header__linkInner:after {
        transform: scale(1, 1); }
  .header__linkInner {
    position: relative;
    box-sizing: border-box;
    padding: 0 0 3px;
    padding-bottom: 8px; }
    .header__linkInner:after {
      position: absolute;
      left: 0;
      content: '';
      width: 100%;
      height: 3px;
      background: #1368ce;
      bottom: -1px;
      /*アンダーラインがaタグの下端から現れる*/
      transform: scale(0, 1);
      /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
      transform-origin: left top;
      /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
      transition: transform 0.3s;
      /*変形の時間*/ }
    @media screen and (max-width: 1270px) {
      .header__linkInner {
        font-size: 14px; } }
  .header__triger {
    position: relative;
    /* ★ hoverが切れないための「透明な橋」 */
    /* hover時にメガメニュー表示 */ }
    .header__triger::after {
      content: "";
      position: absolute;
      left: -50px;
      right: -50px;
      top: 100%;
      height: 45px;
      background: transparent; }
    .header__triger:hover .header__childNavWrap {
      opacity: 1;
      pointer-events: auto; }
  .header__childNavWrap {
    position: absolute;
    top: calc(100% + 45px);
    z-index: 20;
    left: -160px;
    opacity: 0;
    pointer-events: none;
    transition: 0.18s ease;
    width: 576px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #FFF;
    border: 2px solid #000;
    padding: 30px; }
  .header__childNav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
  .header__childNavLi {
    width: 240px; }
  .header__childNavLink {
    display: block;
    transition: .4s;
    position: relative; }
    .header__childNavLink:hover {
      opacity: 1;
      transition: .4s; }
      .header__childNavLink:hover .header__childNavThum {
        opacity: 0.6;
        transition: .4s; }
      .header__childNavLink:hover .header__childNavTxt {
        font-weight: 600;
        transition: .4s;
        opacity: 1 !important; }
    .header__childNavLink:hover .header__childNavTxtInner:after {
      transform: scale(1, 1); }
  .header__childNavThum {
    display: block; }
  .header__childNavTxt {
    font-weight: 400;
    display: block;
    text-align: center;
    margin-top: 10px; }
  .header__childNavTxtInner {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 0 0 3px; }
    .header__childNavTxtInner:after {
      position: absolute;
      left: 0;
      content: '';
      width: 100%;
      height: 3px;
      background: #1368ce;
      bottom: -1px;
      /*アンダーラインがaタグの下端から現れる*/
      transform: scale(0, 1);
      /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
      transform-origin: left top;
      /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
      transition: transform 0.3s;
      /*変形の時間*/ }

.mv {
  background: #1368ce;
  padding-top: 185px;
  padding-bottom: 80px; }
  @media screen and (max-width: 950px) {
    .mv {
      padding-top: 75px;
      padding-bottom: 50px; } }
  @media screen and (max-width: 950px) {
    .mv .inner {
      padding: 0; } }
  .mv__inner {
    position: relative; }
    .mv__inner:before {
      content: "";
      width: 233px;
      height: 466.5px;
      position: absolute;
      left: -232px;
      top: 47px;
      background: url("../img/mv_cat_left.png") no-repeat;
      background-size: 233px; }
    .mv__inner:after {
      content: "";
      width: 212.5px;
      height: 454.5px;
      position: absolute;
      right: -211px;
      top: 130px;
      background: url("../img/mv_cat_right.png") no-repeat;
      background-size: 212.5px; }
      @media screen and (max-width: 950px) {
        .mv__inner:after {
          content: none; } }
  .mv__patch {
    position: absolute;
    width: 203.2346px;
    right: -90px;
    top: -60px; }

.dl {
  background: #ff7f00;
  padding: 100px 0; }
  @media screen and (max-width: 950px) {
    .dl {
      padding: 0; } }
  .dl__inner {
    background: #FFF;
    position: relative; }
  .dl__spIcon {
    position: relative;
    /* margin: -10vw 0 -10vw; */
    z-index: 1;
    top: -50px;
    margin-bottom: -25vw; }
  .dl__spIcon2 {
    position: relative;
    margin-top: -70px;
    margin-bottom: -70px; }
  .dl__icon {
    position: absolute; }
    @media screen and (max-width: 950px) {
      .dl__icon {
        position: relative; } }
  .dl__icon1 {
    width: 236.5px;
    left: -220px;
    top: -70px; }
    @media screen and (max-width: 950px) {
      .dl__icon1 {
        left: 0;
        width: 100%; } }
  .dl__icon2 {
    width: 473px;
    right: -400px;
    top: -150px; }
  .dl__icon3 {
    width: 323px;
    left: -212px;
    bottom: -233px; }
  .dl__icon4 {
    width: 291px;
    right: -217px;
    bottom: -70px; }
  .dl__ttl {
    text-align: center;
    color: #232323;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 950px) {
      .dl__ttl {
        line-height: 1.667;
        font-size: 18px; } }
  .dl__subTtlWrap {
    text-align: center; }
  .dl__subTtl {
    display: inline-block;
    box-sizing: border-box;
    background: #ff7f00;
    padding: 5px; }
  .dl__innerTop img, .dl__innerBottom img {
    vertical-align: top; }
  .dl__innerBottom img {
    vertical-align: bottom; }
  .dl__box {
    padding: 55px 40px 80px; }
    @media screen and (max-width: 950px) {
      .dl__box {
        padding: 40px 15px 40px; } }
  .dl__subTtlImg {
    max-width: 779.9984px;
    margin: 20px auto 40px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 950px) {
      .dl__subTtlImg {
        margin: 15px auto 30px; } }
  .dl__subTtlInner {
    font-weight: 800;
    color: #FFF;
    background: #ff7f00;
    border: 2px dashed #FFF;
    box-sizing: border-box;
    display: inline-block;
    font-size: 40px;
    line-height: 1.7;
    padding: 0 20px; }
  .dl__txt {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 950px) {
      .dl__txt {
        text-align: left; } }
    .dl__txt:last-of-type {
      margin-bottom: 0; }

.about {
  padding: 100px 0;
  background: #1368ce; }
  @media screen and (max-width: 950px) {
    .about {
      padding: 50px 0 0; } }
  .about__ttl {
    font-size: 40px;
    text-align: center;
    color: #FFF;
    font-weight: 800;
    margin-bottom: 40px; }
    @media screen and (max-width: 950px) {
      .about__ttl {
        font-size: 25px;
        margin-bottom: 20px; } }
    .about__ttl img {
      display: block;
      margin: 0 auto 10px;
      width: 33.1638px; }

.aboutPoint {
  position: relative; }
  .aboutPoint__wrap {
    border-radius: 20px;
    background: #FFF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 55px 0; }
    @media screen and (max-width: 950px) {
      .aboutPoint__wrap {
        padding: 30px 0;
        border-radius: 10px; } }
  .aboutPoint__subTtl {
    color: #1368ce;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 800;
    margin-bottom: 25px; }
    @media screen and (max-width: 950px) {
      .aboutPoint__subTtl {
        line-height: 1.5;
        font-size: 20px; } }
  .aboutPoint__txt {
    margin-bottom: 20px; }
    .aboutPoint__txt:last-of-type {
      margin-bottom: 0; }
  .aboutPoint__detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%; }
    @media screen and (max-width: 950px) {
      .aboutPoint__detail {
        padding-right: 30px; } }
  .aboutPoint__img, .aboutPoint__img2 {
    width: calc(100%/2 - 90px);
    max-width: 400px;
    margin: 0 50px; }
    @media screen and (max-width: 950px) {
      .aboutPoint__img, .aboutPoint__img2 {
        max-width: 100%;
        width: 100%;
        margin: 0 auto 20px;
        padding: 0 25px; } }
  @media screen and (max-width: 950px) {
    .aboutPoint__img2 {
      padding: 0 35px; } }
  .aboutPoint__rev {
    flex-direction: row-reverse; }
    @media screen and (max-width: 950px) {
      .aboutPoint__rev .aboutPoint__detail {
        padding-left: 30px;
        padding-right: 0; } }

.aboutPoint1:before,
.aboutPoint2:before {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100%/2);
  background: #FFF; }

.aboutPoint2 {
  margin-top: 50px; }
  .aboutPoint2:before {
    left: auto;
    right: 0; }

.aboutTraining {
  margin-top: 85px; }
  @media screen and (max-width: 950px) {
    .aboutTraining {
      margin-top: 40px;
      padding-bottom: 35px; } }
  .aboutTraining__ttl {
    text-align: center;
    color: #FFF;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 60px; }
    @media screen and (max-width: 950px) {
      .aboutTraining__ttl {
        font-size: 25px;
        line-height: 1.6;
        margin-bottom: 20px; } }
  .aboutTraining__ttlInner {
    display: inline-block;
    position: relative;
    padding: 0 100px;
    box-sizing: border-box; }
    @media screen and (max-width: 950px) {
      .aboutTraining__ttlInner {
        padding: 0;
        display: block;
        width: 100%; } }
    .aboutTraining__ttlInner:before, .aboutTraining__ttlInner:after {
      content: "";
      position: absolute;
      background-size: 57.4761px;
      width: 57.4761px;
      height: 94.1999px;
      top: 25px; }
      @media screen and (max-width: 950px) {
        .aboutTraining__ttlInner:before, .aboutTraining__ttlInner:after {
          background-size: 25px;
          width: 25px;
          height: 100px;
          top: auto;
          bottom: 0; } }
    .aboutTraining__ttlInner:before {
      background: url("../img/icon_about_left.svg") no-repeat;
      background-size: 57.4761px;
      left: 0; }
      @media screen and (max-width: 950px) {
        .aboutTraining__ttlInner:before {
          background: url("../img/icon_about_left_sp.svg") no-repeat;
          background-size: 25px; } }
    .aboutTraining__ttlInner:after {
      background: url("../img/icon_about_right.svg") no-repeat;
      background-size: 57.4761px;
      right: 0; }
      @media screen and (max-width: 950px) {
        .aboutTraining__ttlInner:after {
          background: url("../img/icon_about_right_sp.svg") no-repeat;
          background-size: 25px; } }
  .aboutTraining__flow {
    padding-left: 50px;
    position: relative;
    margin-bottom: 30px; }
    @media screen and (max-width: 950px) {
      .aboutTraining__flow {
        margin: 0 0 15px;
        padding-left: 0px; } }
    .aboutTraining__flow:after {
      content: "";
      width: 12px;
      height: 30px;
      background: #ff7f00;
      position: absolute;
      left: calc(50% - 6px);
      bottom: -30px; }
      @media screen and (max-width: 950px) {
        .aboutTraining__flow:after {
          width: 20px;
          left: calc(50% - 10px); } }
  .aboutTraining__flowLast {
    padding-bottom: 0; }
    .aboutTraining__flowLast:after {
      content: none; }
  .aboutTraining__box {
    background: #FFF;
    border-radius: 10px;
    position: relative;
    padding: 20px 40px 20px 95px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 950px) {
      .aboutTraining__box {
        padding: 25px; } }
  .aboutTraining__img1 {
    position: absolute;
    right: -70px;
    top: 10px;
    width: 105.5292px; }
    @media screen and (max-width: 950px) {
      .aboutTraining__img1 {
        width: 94.34125px;
        z-index: 2;
        bottom: -10px;
        right: 0;
        top: auto;
        right: -38px; } }
  .aboutTraining__img2 {
    position: absolute;
    top: -5px;
    left: -60px;
    width: 120.5893px; }
    @media screen and (max-width: 950px) {
      .aboutTraining__img2 {
        z-index: 2;
        top: auto;
        bottom: -50px;
        left: -75px; } }
  .aboutTraining__subTtl {
    color: #ff7f00;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.333; }
    @media screen and (max-width: 950px) {
      .aboutTraining__subTtl {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0%;
        padding-left: 10px;
        font-size: 18px; } }
  .aboutTraining__number {
    background: #ff7f00;
    color: #FFF;
    z-index: 2;
    border-radius: 10000px;
    width: 98px;
    height: 98px;
    position: absolute;
    left: 0;
    top: calc(50% - 49.5px);
    font-family: "din-2014";
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
    padding: 22px 0 0 0;
    letter-spacing: 1px; }
    @media screen and (max-width: 950px) {
      .aboutTraining__number {
        position: static;
        width: 60px;
        height: 60px;
        font-size: 12px;
        padding: 14px 0 0 0; } }
  .aboutTraining__numberInner {
    font-size: 40px;
    display: block; }
    @media screen and (max-width: 950px) {
      .aboutTraining__numberInner {
        font-size: 25px; } }
  .aboutTraining__txt {
    padding: 10px 0 0; }
    @media screen and (max-width: 950px) {
      .aboutTraining__txt {
        padding: 0;
        margin: 5px 0 0; } }
  .aboutTraining__dl {
    color: #ff7f00;
    font-weight: 800;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px; }
    @media screen and (max-width: 950px) {
      .aboutTraining__dl {
        display: block; } }
  .aboutTraining__dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 15px; }
    @media screen and (max-width: 950px) {
      .aboutTraining__dd {
        display: block;
        width: 100%;
        padding: 10px 0 0 0;
        line-height: 1.563; } }
  .aboutTraining__dt {
    width: 60px;
    border-radius: 5px;
    border: 1px solid #ff7f00;
    font-size: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 24px;
    line-height: 1;
    font-weight: 600;
    justify-content: center;
    position: relative;
    top: 4px; }
    @media screen and (max-width: 950px) {
      .aboutTraining__dt {
        width: 50px;
        font-size: 11px;
        border-radius: 3px; } }
  @media screen and (max-width: 950px) {
    .aboutTraining__wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      align-items: center; } }

.aboutMessage {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 950px) {
    .aboutMessage {
      display: block;
      margin: 30px 0; } }
  .aboutMessage__dd {
    width: 103.2734px; }
    @media screen and (max-width: 950px) {
      .aboutMessage__dd {
        margin: 35px auto 0; } }
  .aboutMessage__dt {
    padding-right: 60px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    position: relative; }
    @media screen and (max-width: 950px) {
      .aboutMessage__dt {
        padding: 0; } }
  .aboutMessage__box {
    color: #FFF;
    font-size: 22px;
    line-height: 1.455;
    font-weight: 600;
    border-radius: 10px;
    border: 3px solid #FFF;
    position: relative;
    padding: 20px 40px;
    letter-spacing: 0.5px; }
    @media screen and (max-width: 950px) {
      .aboutMessage__box {
        font-size: 16px;
        color: #FFF;
        border-radius: 13px;
        border: 2px solid #FFF;
        padding: 20px;
        line-height: 1.875;
        letter-spacing: 0; } }
    .aboutMessage__box:before {
      content: "";
      width: 41px;
      height: 28.3339px;
      position: absolute;
      right: 0;
      top: 0;
      background: url("../img/icon_fukidashi.svg") no-repeat;
      background-size: 41px;
      position: absolute;
      right: -37px;
      top: calc(50% - 16px); }
      @media screen and (max-width: 950px) {
        .aboutMessage__box:before {
          background: url("../img/icon_fukidashi_sp.svg") no-repeat;
          background-size: 20px;
          width: 20px;
          height: 20px;
          right: calc(50% - 10px);
          bottom: -20px;
          top: auto; } }
    .aboutMessage__box:after {
      content: "";
      position: absolute;
      right: 0px;
      top: 3px;
      width: 10px;
      height: calc(100% - 6px);
      background: #1368ce;
      border-radius: 7px; }

.aboutBtns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between; }
  .aboutBtns__li {
    width: calc(100%/3 - 33px); }
    @media screen and (max-width: 950px) {
      .aboutBtns__li {
        width: 100%;
        margin-bottom: 15px; } }
  .aboutBtns__link {
    border: 3px solid #000;
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
    background: url("../img/btnarrow_bk.svg") right 15px center no-repeat #FFF;
    background-size: 17px; }
    @media screen and (max-width: 950px) {
      .aboutBtns__link {
        padding: 15px;
        background: url("../img/btnarrow_bk.svg") right 15px center no-repeat #FFF;
        background-size: 12px;
        border: 2px solid #000;
        border-radius: 5px;
        padding: 8px 15px; } }
    .aboutBtns__link:hover {
      background: url("../img/btnarrow_w.svg") right 15px center no-repeat #ff7f00;
      background-size: 17px;
      opacity: 1; }
      @media screen and (max-width: 950px) {
        .aboutBtns__link:hover {
          background: url("../img/btnarrow_w.svg") right 15px center no-repeat #ff7f00;
          background-size: 12px; } }
      .aboutBtns__link:hover .aboutBtns__ttl,
      .aboutBtns__link:hover .aboutBtns__subTtl {
        color: #FFF; }
  .aboutBtns__subTtl {
    font-weight: 600; }
    @media screen and (max-width: 950px) {
      .aboutBtns__subTtl {
        font-size: 14px; } }
  .aboutBtns__ttl {
    font-weight: 800;
    color: #ff7f00;
    font-size: 24px; }
    @media screen and (max-width: 950px) {
      .aboutBtns__ttl {
        font-size: 25px;
        margin-top: -5px; } }

.package {
  background: #FFF3E1;
  padding: 100px 0;
  position: relative; }
  @media screen and (max-width: 950px) {
    .package {
      padding: 50px 0; } }
  .package:before {
    background: #a53eba;
    content: "";
    position: absolute;
    height: 100%;
    width: calc(100% - 130px);
    right: 0;
    top: 0;
    border-radius: 0 0 0 100px; }
    @media screen and (max-width: 950px) {
      .package:before {
        width: calc(100% - 30px);
        border-radius: 0 0 0 50px; } }
  .package .about__ttl {
    position: relative;
    z-index: 1; }
  .package__subTtl {
    color: #a53eba;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 25px; }
    @media screen and (max-width: 950px) {
      .package__subTtl {
        font-size: 20px;
        margin-bottom: 15px; } }
  .package__box {
    position: relative; }
    .package__box:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: calc(100%/2);
      background: #FFF;
      height: 100%; }
  .package__wrap {
    background: #FFF;
    border-radius: 0 20px 20px 0;
    padding: 50px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 950px) {
      .package__wrap {
        padding: 25px 25px 25px 0;
        border-radius: 0 10px 10px 0;
        display: block; } }
  .package__detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%; }
  .package__img {
    width: calc(100%/2);
    padding: 20px 90px; }
    @media screen and (max-width: 950px) {
      .package__img {
        width: 100%;
        padding: 0 35px 20px; } }
  .package__img2 {
    position: absolute;
    width: 128.192px;
    right: -25px;
    bottom: -13px; }
    @media screen and (max-width: 950px) {
      .package__img2 {
        width: 85px;
        right: -10px;
        bottom: -30px; } }
  .package__txt:first-of-type {
    margin-bottom: 20px; }
    @media screen and (max-width: 950px) {
      .package__txt:first-of-type {
        margin-bottom: 15px; } }

.series {
  position: relative;
  background: #FFF3E1;
  padding: 100px 0 0; }
  @media screen and (max-width: 950px) {
    .series {
      padding: 50px 0 0; } }
  .series .about__ttl {
    color: #000; }
    @media screen and (max-width: 950px) {
      .series .about__ttl {
        line-height: 1.6; } }
  .series__lead {
    margin-bottom: 60px; }
    @media screen and (max-width: 950px) {
      .series__lead {
        margin-bottom: 30px; } }

.txtBlue {
  color: #1368ce; }

.seriesTabs {
  margin-bottom: 100px;
  position: relative;
  /* 共通初期状態 */
  /* 左から */
  /* 右から */
  /* 表示時 */ }
  @media screen and (max-width: 950px) {
    .seriesTabs {
      margin-bottom: 50px; } }
  .seriesTabs__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
  .seriesTabs__li {
    position: relative;
    width: calc(100%/3 - 13px);
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    cursor: pointer;
    border-radius: 16px 16px 0 0; }
    @media screen and (max-width: 950px) {
      .seriesTabs__li {
        width: calc(100%/3 - 6px);
        border-radius: 10px 10px 0 0; } }
    .seriesTabs__li:before {
      content: "";
      border-left: 2px solid #000;
      border-right: 2px solid #000;
      width: calc(100% + 0px);
      height: 30px;
      bottom: -30px;
      position: absolute;
      left: -2px; }
    .seriesTabs__li.is-active .seriesTabs__ttl,
    .seriesTabs__li.is-active .seriesTabs__subTtl {
      color: #000; }
  .seriesTabs__li1 {
    background: #1368ce; }
    .seriesTabs__li1:before {
      background: #1368ce; }
  .seriesTabs__li2 {
    background: #a53eba; }
    .seriesTabs__li2:before {
      background: #a53eba; }
  .seriesTabs__li3 {
    background: #e52421; }
    .seriesTabs__li3:before {
      background: #e52421; }
  .seriesTabs__liInner {
    padding: 15px 0 10px 0;
    position: relative; }
    @media screen and (max-width: 950px) {
      .seriesTabs__liInner {
        padding: 7px 0 5px 0; } }
  .seriesTabs__li1.is-active .seriesTabs__liInner:after {
    content: "";
    position: absolute;
    background: url("../img/role.svg") no-repeat;
    background-size: 22px;
    width: 22px;
    height: 20.5072px;
    right: -22px;
    bottom: -2px;
    z-index: 12; }
    @media screen and (max-width: 950px) {
      .seriesTabs__li1.is-active .seriesTabs__liInner:after {
        /*background: url(../img/role.svg) no-repeat;
        background-size: 11px;
        width: 11px;
        height: 12.5072px;
        right: -10.8px;
        bottom: -3px;*/ } }
  .seriesTabs__li1.is-active .seriesTabs__liInner:before {
    content: "";
    background: #FFF;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: calc(100% + 20px);
    z-index: 10;
    height: 4px; }
    @media screen and (max-width: 950px) {
      .seriesTabs__li1.is-active .seriesTabs__liInner:before {
        width: calc(100% + 2px); } }
  .seriesTabs__li2.is-active .seriesTabs__liInner:after {
    content: "";
    position: absolute;
    background: url("../img/role.svg") no-repeat;
    background-size: 22px;
    width: 22px;
    height: 20.5072px;
    right: -22px;
    bottom: -2px;
    z-index: 12; }
    @media screen and (max-width: 950px) {
      .seriesTabs__li2.is-active .seriesTabs__liInner:after {
        /*background: url(../img/role.svg) no-repeat;
        background-size: 11px;
        width: 11px;
        height: 12.5072px;
        right: -10.8px;
        bottom: -3px;*/ } }
  .seriesTabs__li2.is-active .seriesTabs__liInner:before {
    content: "";
    position: absolute;
    background: url("../img/role.svg") no-repeat;
    background-size: 22px;
    width: 22px;
    height: 20.5072px;
    left: -22px;
    bottom: -2px;
    z-index: 12;
    transform: scale(-1, 1); }
    @media screen and (max-width: 950px) {
      .seriesTabs__li2.is-active .seriesTabs__liInner:before {
        /*background: url(../img/role.svg) no-repeat;
        background-size: 11px;
        width: 11px;
        height: 12.5072px;
        left: -10.8px;
        bottom: -3px;*/ } }
  .seriesTabs__li2.is-active .seriesTabs__ttl {
    position: relative; }
    .seriesTabs__li2.is-active .seriesTabs__ttl:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -12px;
      height: 2px;
      width: 100%;
      background: #FFF;
      z-index: 2; }
      @media screen and (max-width: 950px) {
        .seriesTabs__li2.is-active .seriesTabs__ttl:before {
          bottom: -7px; } }
  .seriesTabs__li3.is-active .seriesTabs__liInner {
    position: relative; }
    .seriesTabs__li3.is-active .seriesTabs__liInner:after {
      content: "";
      position: absolute;
      background: url("../img/role.svg") no-repeat;
      background-size: 22px;
      width: 22px;
      height: 20.5072px;
      left: -22px;
      bottom: -2px;
      z-index: 12;
      transform: scale(-1, 1); }
      @media screen and (max-width: 950px) {
        .seriesTabs__li3.is-active .seriesTabs__liInner:after {
          /*background: url(../img/role.svg) no-repeat;
          background-size: 11px;
          width: 11px;
          height: 12.5072px;
          left: -10.8px;
          bottom: -3px;*/ } }
    .seriesTabs__li3.is-active .seriesTabs__liInner:before {
      content: "";
      background: #FFF;
      position: absolute;
      left: 0;
      bottom: -2px;
      width: calc(100% + 0px);
      z-index: 10;
      height: 2px; }
      @media screen and (max-width: 950px) {
        .seriesTabs__li3.is-active .seriesTabs__liInner:before {
          height: 5px;
          background: #FFF;
          left: -4px;
          width: calc(100% + 4px); } }
  @media screen and (max-width: 950px) {
    .seriesTabs__li3.is-active .seriesTabs__ttl {
      position: static; } }
  @media screen and (max-width: 950px) {
    .seriesTabs__li3.is-active .seriesTabs__ttl:after {
      content: "";
      position: absolute;
      left: -1px;
      bottom: -3px;
      background: #FFF;
      height: 21px;
      width: 2px; } }
  .seriesTabs__subTtl, .seriesTabs__ttl {
    font-weight: 800;
    color: #FFF;
    text-align: center;
    display: block; }
  .seriesTabs__ttl {
    font-size: 24px;
    position: relative;
    margin-top: -7px; }
    @media screen and (max-width: 950px) {
      .seriesTabs__ttl {
        margin-top: 0; } }
  @media screen and (max-width: 950px) {
    .seriesTabs__subTtl {
      font-size: 9px;
      line-height: 1.556; } }
  .seriesTabs .seriesTabs__li.is-active {
    background: #FFF; }
  .seriesTabs__ttl {
    font-size: 26px; }
    @media screen and (max-width: 950px) {
      .seriesTabs__ttl {
        font-size: 13px; } }
  .seriesTabs__boxTtl {
    font-size: 28px;
    margin-bottom: 10px; }
    @media screen and (max-width: 950px) {
      .seriesTabs__boxTtl {
        font-size: 23px;
        margin-bottom: 5px;
        line-height: 1.304; } }
  .seriesTabs__boxTtlInner {
    display: block;
    font-size: 16px; }
    @media screen and (max-width: 950px) {
      .seriesTabs__boxTtlInner {
        margin-bottom: 7px; } }
  .seriesTabs__panel {
    display: none;
    position: relative;
    z-index: 1; }
    .seriesTabs__panel.is-active {
      display: block; }
  .seriesTabs__panel {
    border: 2px solid #000;
    overflow: hidden; }
  .seriesTabs__panelInner {
    background: #FFF;
    padding: 50px 50px 50px; }
    @media screen and (max-width: 950px) {
      .seriesTabs__panelInner {
        padding: 15px 20px 20px; } }
  .seriesTabs__panel1 {
    border-radius: 0 16px 16px 16px; }
    @media screen and (max-width: 950px) {
      .seriesTabs__panel1 {
        border-radius: 0 10px 10px 10px; } }
  .seriesTabs__panel2 {
    border-radius: 16px; }
    @media screen and (max-width: 950px) {
      .seriesTabs__panel2 {
        border-radius: 10px; } }
  .seriesTabs__panel3 {
    border-radius: 16px 0 16px 16px;
    /*border: 2px solid $base;
    overflow: hidden;
    border-radius: 16px 0 16px 16px;*/ }
    @media screen and (max-width: 950px) {
      .seriesTabs__panel3 {
        border-radius: 10px 0 10px 10px; } }
  .seriesTabs__leftCat, .seriesTabs__rightCat {
    opacity: 0;
    transition: transform .4s ease, opacity .3s ease; }
  .seriesTabs__leftCat {
    transform: translateX(-100vw);
    position: absolute;
    left: 0;
    top: 370px;
    width: 200px; }
    @media screen and (max-width: 950px) {
      .seriesTabs__leftCat {
        width: 90px;
        z-index: 2;
        top: 560px; } }
  @media screen and (max-width: 950px) {
    .seriesTabs__leftCat2 {
      top: 410px; } }
  @media screen and (max-width: 950px) {
    .seriesTabs__leftCat3 {
      top: 260px; } }
  .seriesTabs__rightCat {
    transform: translateX(100vw);
    position: absolute;
    right: 0;
    top: 1900px;
    width: 160px; }
    @media screen and (max-width: 950px) {
      .seriesTabs__rightCat {
        transform: translateX(100vw);
        position: absolute;
        right: 0;
        top: 1940px;
        width: 65px;
        z-index: 2; } }
  .seriesTabs .is-show {
    transform: translateX(0);
    opacity: 1; }

_::-webkit-full-page-media, _:future, :root .seriesTabs__li1.is-active .seriesTabs__liInner::after {
  bottom: -2.5px; }

@media screen and (max-width: 950px) {
  _::-webkit-full-page-media, _:future, :root .seriesTabs__li1.is-active .seriesTabs__liInner::before {
    width: calc(100% + 20px);
    bottom: -4px; } }
_::-webkit-full-page-media, _:future, :root .seriesTabs__li2.is-active .seriesTabs__ttl::before {
  content: "";
  left: -21px;
  bottom: -12px;
  height: 4px;
  width: calc(100% - -42px);
  background: #FFF;
  z-index: 2; }

@media screen and (max-width: 950px) {
  _::-webkit-full-page-media, _:future, :root .seriesTabs__li2.is-active .seriesTabs__ttl::before {
    bottom: -9px; } }
_::-webkit-full-page-media, _:future, :root .seriesTabs__li2.is-active .seriesTabs__liInner:before {
  bottom: -2.5px; }

_::-webkit-full-page-media, _:future, :root .seriesTabs__li2.is-active .seriesTabs__liInner:after {
  bottom: -2.5px; }

_::-webkit-full-page-media, _:future, :root .seriesTabs__li3.is-active .seriesTabs__liInner:after {
  bottom: -2.5px; }

_::-webkit-full-page-media, _:future, :root .seriesTabs__li3.is-active .seriesTabs__liInner:before {
  width: calc(100% + 20px);
  left: -20px; }

/*.appri {
  background: $青;
  padding: 100px 0;
  &__lead {
    text-align: center;
    display: block;
    color: #FFF;
    font-weight: 800;
    font-size: 20px;
  }
  &__wrap {
    @include flex;
    
  }
}*/
.seriesStage {
  margin-top: 40px; }
  @media screen and (max-width: 950px) {
    .seriesStage {
      margin-top: 23px; } }
  .seriesStage__ttlWrap {
    border-radius: 10px 10px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 9px 25px;
    position: relative; }
    @media screen and (max-width: 950px) {
      .seriesStage__ttlWrap {
        display: block;
        padding: 5px 10px 15px; } }
  .seriesStage__ttlWrap.bgBlue:before, .seriesStage__ttlWrap.bgBlue:after {
    /*content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    background: $青;*/ }
  .seriesStage__ttlWrap.bgBlue:after {
    /*right: -10px;
    left: auto;*/ }
  .seriesStage__ttl {
    color: #FFF;
    font-size: 24px; }
    @media screen and (max-width: 950px) {
      .seriesStage__ttl {
        font-size: 16px;
        margin: 0 0 -5px; } }
  .seriesStage__ttlInner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    background: #FFF;
    border-radius: 100px;
    height: 25px;
    align-items: center;
    padding: 0 10px;
    font-weight: 600;
    margin-left: 20px; }
    @media screen and (max-width: 950px) {
      .seriesStage__ttlInner {
        margin-left: 0;
        font-size: 10px;
        display: inline-block;
        box-sizing: border-box; } }
    .seriesStage__ttlInner span {
      position: relative;
      top: -2.5px; }
      @media screen and (max-width: 950px) {
        .seriesStage__ttlInner span {
          top: 3px; } }
  .seriesStage__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    position: relative; }
    @media screen and (max-width: 950px) {
      .seriesStage__wrap {
        padding: 20px 15px 25px;
        display: block; } }
  .seriesStage__wrap1:before, .seriesStage__wrap2:before, .seriesStage__wrap3:before {
    content: "";
    height: 1px;
    background: #1368ce;
    width: calc(100% - 80px);
    position: absolute;
    left: 40px;
    bottom: 0; }
    @media screen and (max-width: 950px) {
      .seriesStage__wrap1:before, .seriesStage__wrap2:before, .seriesStage__wrap3:before {
        width: calc(100% - 30px);
        left: 15px; } }
  .seriesStage__wrap2:before {
    background: #07a048; }
  .seriesStage__wrap3 {
    padding: 40px 0; }
    @media screen and (max-width: 950px) {
      .seriesStage__wrap3 {
        padding-top: 20px; } }
    .seriesStage__wrap3:before {
      background: #a53eba;
      width: 100%;
      left: 0; }
    .seriesStage__wrap3:last-of-type {
      padding-bottom: 0; }
      .seriesStage__wrap3:last-of-type:before {
        content: none; }
  .seriesStage__wrap2.bgOrange2:before {
    background: #e29700; }
  .seriesStage__img {
    width: 175px; }
    @media screen and (max-width: 950px) {
      .seriesStage__img {
        width: 145px;
        margin: 0 auto 10px; } }
  .seriesStage__box, .seriesStage__box2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 40px; }
    @media screen and (max-width: 950px) {
      .seriesStage__box, .seriesStage__box2 {
        padding: 0; } }
  .seriesStage__box2 {
    padding-left: 30px; }
    @media screen and (max-width: 950px) {
      .seriesStage__box2 {
        padding: 0; } }
  .seriesStage__subTtl, .seriesStage__subTtl2 {
    font-size: 20px;
    font-weight: 800; }
    @media screen and (max-width: 950px) {
      .seriesStage__subTtl, .seriesStage__subTtl2 {
        line-height: 1.5; } }
  .seriesStage__subTtl2 {
    font-size: 24px; }
    @media screen and (max-width: 950px) {
      .seriesStage__subTtl2 {
        font-size: 23px;
        line-height: 1.304; } }
  .seriesStage__txt {
    margin: 5px 0 20px; }
    @media screen and (max-width: 950px) {
      .seriesStage__txt {
        margin: 2px 0 20px;
        font-size: 14px;
        line-height: 1.786; } }
  .seriesStage__txtInner {
    font-weight: 600;
    display: block; }
    @media screen and (max-width: 950px) {
      .seriesStage__txtInner {
        margin: 10px 0; } }
  .seriesStage__cont {
    border: 2px solid;
    border-radius: 0 0 10px 10px;
    overflow: hidden; }

.bgBlue {
  background: #1368ce; }

.bgBlue2 {
  background: #f0f8ff; }

.lineBlue {
  border-color: #1368ce; }

.txtBlue {
  color: #1368ce; }

.txtRed {
  color: #e52421; }

.bgGreen {
  background: #07a048; }

.bgGreen2 {
  background: #f8fffb; }

.lineGreen {
  border-color: #07a048; }

.txtGreen {
  color: #07a048; }

.bgOrange {
  background: #ff7f00;
  background: #e29700; }

.bgOrange2 {
  background: #fffdf8; }

.lineOrange {
  border-color: #e29700; }

.txtOrange {
  color: #e29700; }

.txtPurple {
  color: #a53eba; }

.btn {
  background: #ff7f00;
  color: #FFF;
  width: 190px;
  height: 46px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 14px;
  position: relative;
  border: 2px solid #ff7f00;
  font-weight: 600; }
  @media screen and (max-width: 950px) {
    .btn {
      width: 100%;
      height: 40px; } }
  .btn:before {
    content: "";
    background: url("../img/arrow_w.svg") no-repeat;
    background-size: 5.9182px;
    width: 5.9182px;
    height: 9.8364px;
    position: absolute;
    right: 20px;
    top: calc(50% - 4px); }
  .btn:hover {
    opacity: 1;
    background: #FFF;
    color: #ff7f00; }
    .btn:hover:before {
      background: url("../img/arrow_orange.svg") no-repeat;
      background-size: 5.9182px; }

/*.marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 2;
  &:before {
    @media screen and (max-width: $viewport) {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 50%;
      width: 100%;
      background: #FFF;
    }
    
  }
  &:after {
    
  }
  &__track {
    display: flex;
    animation: scroll-left 15s linear infinite;
    position: relative;
    z-index: 1;
  }

  &__item {
    width: 170px;
    flex-shrink: 0;
    margin-right: 20px;
    background: #ddd;
    @media screen and (max-width: $viewport) {
      width: 105px;
      margin-right: 15px;
    }
  }
}*/
.marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 950px) {
    .marquee:before {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      height: 50%;
      width: 30px;
      background: #ff7f00; } }
  @media screen and (max-width: 950px) {
    .marquee:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 50%;
      width: calc(100% - 30px);
      background: #FFF; } }
  .marquee__track {
    display: flex;
    width: max-content;
    animation: scroll-left 30s linear infinite;
    z-index: 1;
    position: relative; }
  .marquee__item {
    width: 170px;
    flex-shrink: 0;
    margin-right: 20px; }
    @media screen and (max-width: 950px) {
      .marquee__item {
        width: 105px;
        margin-right: 15px; } }

@keyframes scroll-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
/* 右 → 左 */
@keyframes scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }
.interview {
  background: #ff7f00;
  position: relative;
  padding-bottom: 100px;
  margin-top: -120px; }
  @media screen and (max-width: 950px) {
    .interview {
      margin-top: 0;
      padding-bottom: 0; } }
  .interview:before {
    background: #FFF;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 50%; }
  .interview__cat {
    position: absolute;
    width: 102px;
    right: -202px;
    bottom: 250px; }
    @media screen and (max-width: 950px) {
      .interview__cat {
        z-index: 2;
        right: -20px;
        bottom: -65px;
        width: 75px; } }
  .interview__ttl {
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 40px; }
  .interview__cont {
    position: relative;
    padding-top: 200px; }
    @media screen and (max-width: 950px) {
      .interview__cont {
        padding-top: 0;
        padding-bottom: 50px; } }
    .interview__cont:before {
      content: "";
      width: calc(100% + 100px);
      height: calc(100% + 100px);
      position: absolute;
      right: -100px;
      bottom: -100px;
      background: #FFF;
      border-radius: 0 0 160px 0; }
      @media screen and (max-width: 950px) {
        .interview__cont:before {
          width: 100%;
          height: 100%;
          right: 0;
          bottom: 0;
          border-radius: 0 0 50px 0; } }
  .interview__contInner {
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 950px) {
      .interview__contInner {
        padding-top: 50px;
        padding-right: 25px; } }
  .interview__ttlIcon {
    display: inline-block;
    position: relative;
    width: 33.1672px;
    margin: 0 20px 0 0;
    vertical-align: middle;
    top: -3px; }
    @media screen and (max-width: 950px) {
      .interview__ttlIcon {
        margin: 0 auto 10px;
        top: auto;
        display: block; } }
  @media screen and (max-width: 950px) {
    .interview__ttl {
      font-size: 25px;
      text-align: center;
      line-height: 1.6;
      margin-bottom: 14px; } }
  @media screen and (max-width: 950px) {
    .interview__ttl span {
      display: block;
      width: 100%; } }
  .interview__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px; }
    @media screen and (max-width: 950px) {
      .interview__wrap {
        flex-direction: column-reverse;
        padding-bottom: 20px; } }
  .interview__box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-right: 60px; }
    @media screen and (max-width: 950px) {
      .interview__box {
        padding-right: 0; } }
  .interview__txt {
    margin-bottom: 30px; }
    @media screen and (max-width: 950px) {
      .interview__txt {
        margin-bottom: 25px; } }
    .interview__txt:last-of-type {
      margin-bottom: 0; }
  .interview__book {
    width: 220px; }
    @media screen and (max-width: 950px) {
      .interview__book {
        width: 210px;
        margin: 0 auto 20px; } }
  @media screen and (max-width: 950px) {
    .interview__caution {
      font-size: 12px;
      text-indent: -1em;
      padding-left: 1em; } }
  .interview__caution a {
    text-decoration: underline; }

.interviewVol {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  border: 2px solid #000;
  border-radius: 10px;
  overflow: hidden;
  background: #fff3e1;
  transition: .4s; }
  @media screen and (max-width: 950px) {
    .interviewVol {
      display: block;
      width: 100%;
      margin-bottom: 15px;
      border-radius: 5px; } }
  .interviewVol:hover {
    opacity: 1; }
    .interviewVol:hover .interviewVol__left {
      background: #FFF;
      color: #ff7f00;
      transition: .4s; }
      @media screen and (max-width: 950px) {
        .interviewVol:hover .interviewVol__left {
          background-size: 30px;
          background: url("../img/arrow1_w.svg") right 10px center no-repeat #ff7f00;
          color: #FFF;
          background-size: 30px; } }
    .interviewVol:hover .interviewVol__right {
      background: url("../img/arrow1_w.svg") right 30px center no-repeat;
      background-size: 40px;
      transition: .4s; }
      @media screen and (max-width: 950px) {
        .interviewVol:hover .interviewVol__right {
          background: none; } }
  .interviewVol__left {
    width: 150px;
    border-right: 2px solid #000;
    background: #ff7f00;
    color: #FFF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: "din-2014";
    font-weight: 800;
    letter-spacing: 1px;
    box-sizing: border-box;
    padding: 20px 0 15px; }
    @media screen and (max-width: 950px) {
      .interviewVol__left {
        width: 100%;
        border-right: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        padding: 4px 0;
        border-bottom: 2px solid #000;
        background: url("../img/arrow1_w.svg") right 10px center no-repeat #ff7f00;
        background-size: 30px; } }
  .interviewVol__subTtl {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0 0 -15px; }
    @media screen and (max-width: 950px) {
      .interviewVol__subTtl {
        width: auto;
        display: inline-block;
        margin: 0 10px 0 0;
        font-size: 12px; } }
  .interviewVol__ttl {
    text-align: center;
    font-size: 28px; }
    @media screen and (max-width: 950px) {
      .interviewVol__ttl {
        text-align: left;
        font-size: 22px; } }
  .interviewVol__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding: 20px 90px 15px 30px;
    background: url("../img/arrow1.svg") right 30px center no-repeat;
    background-size: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 90px 10px 30px; }
    @media screen and (max-width: 950px) {
      .interviewVol__right {
        padding: 15px;
        background-image: none; } }
  .interviewVol__txt {
    line-height: 1.625; }

.qa {
  padding: 100px 0;
  background: #ff7f00;
  position: relative; }
  @media screen and (max-width: 950px) {
    .qa {
      padding: 50px 0; } }
  .qa__ttlInner {
    display: block;
    width: 33.1672px;
    margin: 0 auto 5px; }
    .qa__ttlInner img {
      display: block;
      width: 33.1672px; }
  .qa__ttl {
    text-align: center;
    font-size: 40px;
    text-align: center;
    font-weight: 800;
    color: #FFF;
    margin-bottom: 50px; }
    @media screen and (max-width: 950px) {
      .qa__ttl {
        font-size: 25px;
        margin-bottom: 22px; } }
    @media screen and (max-width: 950px) {
      .qa__ttl img {
        display: block;
        width: 33.1672px; } }
  .qa__dl {
    background: #FFF;
    border-radius: 10px;
    border: 2px solid #000;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 950px) {
      .qa__dl {
        padding-bottom: 0;
        margin-bottom: 10px;
        border-radius: 5px;
        border: 2px solid #000; } }
  .qa__dlLast {
    margin-bottom: 0 !important; }
  .qa__dt, .qa__dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 950px) {
      .qa__dt, .qa__dd {
        line-height: 1.563; } }
  .qa__dt {
    position: relative;
    padding: 30px 30px 20px;
    cursor: pointer;
    background: url("../img/qa_plus.svg") right 30px top 40px no-repeat;
    background-size: 22px; }
    @media screen and (max-width: 950px) {
      .qa__dt {
        padding: 15px;
        align-items: center;
        background: url("../img/qa_plus.svg") right 15px center no-repeat;
        background-size: 20px; } }
  .qa__dt.active {
    background: url("../img/qa_minus.svg") right 30px top 40px no-repeat;
    background-size: 22px; }
    @media screen and (max-width: 950px) {
      .qa__dt.active {
        background: url("../img/qa_minus.svg") right 15px center no-repeat;
        background-size: 20px; } }
  .qa__dd {
    padding: 20px 30px 30px;
    display: none;
    position: relative; }
    @media screen and (max-width: 950px) {
      .qa__dd {
        padding: 15px; } }
    .qa__dd:before {
      content: "";
      position: absolute;
      left: 30px;
      top: 0;
      height: 1px;
      width: calc(100% - 60px);
      background: #000; }
      @media screen and (max-width: 950px) {
        .qa__dd:before {
          width: calc(100% - 30px);
          left: 15px; } }
  .qa__icon, .qa__icon2 {
    width: 40px;
    display: block; }
  .qa__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .qa__subTtl, .qa__txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 20px;
    padding-top: 3px;
    padding-right: 20px; }
    @media screen and (max-width: 950px) {
      .qa__subTtl, .qa__txt {
        padding-left: 10px;
        padding-top: 0; } }
  .qa__subTtl {
    padding-right: 40px; }
  .qa__cat {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 218.8338px; }

.appri {
  background: #1368ce;
  padding: 100px 0;
  color: #fff;
  overflow: hidden;
  /* ===== h2 ===== */
  /* ===== wrap ===== */
  /* ===== left ===== */
  /* ===== right ===== */
  /* ===== phones ===== */
  /* 横スク */
  /* phone */
  /* ===== gauge ===== */ }
  @media screen and (max-width: 950px) {
    .appri {
      padding: 50px 0; } }
  .appri__wrap {
    display: flex;
    max-width: 1080px;
    padding: 0 40px;
    margin: auto; }
    @media screen and (max-width: 950px) {
      .appri__wrap {
        padding: 0 30px;
        display: block; } }
  .appri__left {
    width: 550px;
    flex: 0 0 550px;
    margin-right: 90px; }
    @media screen and (max-width: 950px) {
      .appri__left {
        width: 100%; } }
  .appri__right {
    flex: 1;
    min-width: 0; }
    @media screen and (max-width: 950px) {
      .appri__right {
        width: calc(100% + 60px);
        margin: 0 -30px;
        padding-left: 30px;
        position: relative; } }
  .appri__phones {
    min-width: 0;
    cursor: grab;
    user-select: none;
    touch-action: pan-y; }
  .appri__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 14px;
    scrollbar-width: none; }
    .appri__viewport::-webkit-scrollbar {
      display: none; }
  .appri__track {
    display: flex;
    width: max-content;
    padding-right: 88px; }
    @media screen and (max-width: 950px) {
      .appri__track {
        padding-right: 32px; } }
  @media screen and (max-width: 950px) {
    .appri__phones {
      width: 100% !important; } }
  .appri__phone {
    width: 358px;
    flex: 0 0 auto;
    margin-right: 60px;
    overflow: hidden; }
    @media screen and (max-width: 950px) {
      .appri__phone {
        width: 130px;
        margin-right: 20px; } }
    .appri__phone img {
      -webkit-user-drag: none;
      user-select: none;
      pointer-events: none; }
  .appri .gauge {
    width: 340px;
    height: 20px;
    background: #FFF;
    border-radius: 999px;
    position: relative;
    box-sizing: border-box;
    margin-left: 5px;
    margin-top: 15px; }
    @media screen and (max-width: 950px) and (min-width: 600px) {
      .appri .gauge {
        display: none; } }
    @media screen and (max-width: 950px) {
      .appri .gauge {
        width: calc(100% + -25px);
        left: -7px;
        height: 10px;
        margin-top: 5px; } }
    .appri .gauge:before, .appri .gauge:after {
      content: "";
      height: 100%;
      width: 30px;
      border-radius: 999px;
      background: #FFF;
      position: absolute;
      left: -5px;
      top: 0; }
      @media screen and (max-width: 950px) {
        .appri .gauge:before, .appri .gauge:after {
          left: -2.5px; } }
    .appri .gauge:after {
      left: auto;
      right: -5px; }
      @media screen and (max-width: 950px) {
        .appri .gauge:after {
          right: -2.5px; } }
  .appri .thumb {
    position: absolute;
    top: 5px;
    width: 80px;
    height: 10px;
    background: #24a7ff;
    border-radius: 999px;
    cursor: grab;
    touch-action: none;
    z-index: 1; }
    @media screen and (max-width: 950px) {
      .appri .thumb {
        height: 5px;
        top: 2.5px; } }
    .appri .thumb:active {
      cursor: grabbing; }
  .appri__ttl {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 50px;
    text-align: center; }
    @media screen and (max-width: 950px) {
      .appri__ttl {
        font-size: 25px;
        margin-bottom: 20px; } }
  .appri__ttlInner {
    font-size: 20px;
    display: block;
    text-align: center; }
    @media screen and (max-width: 950px) {
      .appri__ttlInner {
        font-size: 18px;
        line-height: 1.667;
        margin-bottom: 10px; } }
  .appri__ttlIcon {
    display: block;
    width: 33.1672px;
    margin: 0 auto 10px; }
    .appri__ttlIcon img {
      display: block;
      width: 33.1672px; }
  .appri__txt {
    font-weight: 600;
    margin-bottom: 20px; }
    .appri__txt:last-of-type {
      margin-bottom: 40px; }
      @media screen and (max-width: 950px) {
        .appri__txt:last-of-type {
          margin-bottom: 20px; } }

.appriBox {
  background: #FFF;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 950px) {
    .appriBox {
      padding: 10px;
      border-radius: 5px;
      display: block; } }
  .appriBox__left {
    width: 135px; }
    @media screen and (max-width: 950px) {
      .appriBox__left {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        align-items: center; } }
  .appriBox__ttl {
    font-weight: 600;
    font-size: 20px;
    color: #000; }
    @media screen and (max-width: 950px) {
      .appriBox__ttl {
        font-size: 14px;
        line-height: 1.286; } }
  .appriBox__price {
    color: #000;
    margin: 0 0 10px; }
    @media screen and (max-width: 950px) {
      .appriBox__price {
        font-size: 10px;
        margin-bottom: 0; } }
  .appriBox__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 20px; }
    @media screen and (max-width: 950px) {
      .appriBox__right {
        padding-left: 0; } }
  .appriBox__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 950px) {
      .appriBox__list {
        margin-top: 10px;
        -webkit-justify-content: space-between;
        /* Safari etc. */
        -ms-justify-content: space-between;
        /* IE10        */
        justify-content: space-between; } }
  .appriBox__li a {
    display: block; }
  @media screen and (max-width: 950px) {
    .appriBox__icon {
      width: 65px; } }
  @media screen and (max-width: 950px) {
    .appriBox__spDetail {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex-grow: 1;
      flex-shrink: 1;
      flex-basis: 0%;
      padding-left: 10px; } }
  .appriBox__liApple {
    width: 151.4029px;
    margin-right: 16px; }
    @media screen and (max-width: 950px) {
      .appriBox__liApple {
        margin-right: 10px;
        width: calc(100% / 2 - 20px);
        width: calc(100%/2 - 21px); } }
  .appriBox__liGoogle {
    width: 183.7855px; }
    @media screen and (max-width: 950px) {
      .appriBox__liGoogle {
        width: calc(100%/2 - -10px); } }

.footer {
  background: #fff3e1;
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative; }
  @media screen and (max-width: 950px) {
    .footer {
      padding-top: 75px;
      padding-bottom: 160px; } }

  .footer__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
    @media screen and (max-width: 950px) {
      .footer__wrap {
        display: block;
        width: 100%; } }
  .footer__left {
    max-width: 450px;
    position: relative; }
    @media screen and (max-width: 950px) {
      .footer__left {
        max-width: 100%;
        margin-bottom: 30px; } }
    @media screen and (max-width: 950px) {
      .footer__left a {
        display: block;
        width: 150px;
        margin: 0 auto; } }
  .footer__cat {
    position: absolute;
    bottom: -120px;
    width: 285.3699px;
    left: 95px; }
    @media screen and (max-width: 950px) {
      .footer__cat {
        bottom: 0;
        width: 200px;
        left: calc(50% - 100px); } }
  .footer__right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 950px) {
      .footer__right {
        display: block; } }
  @media screen and (max-width: 950px) {
    .footer__list {
      text-align: center; } }
  .footer__list:first-of-type {
    margin-right: 100px; }
    @media screen and (max-width: 950px) {
      .footer__list:first-of-type {
        margin-right: 0; } }
  .footer__li {
    margin-bottom: 15px; }
    @media screen and (max-width: 950px) {
      .footer__li {
        margin-bottom: 5px; } }
  .footer__liTxt {
    font-weight: 600;
    cursor: pointer; }
    @media screen and (max-width: 950px) {
      .footer__liTxt {
        font-size: 12px; } }
    .footer__liTxt:hover {
      opacity: 1; }
      .footer__liTxt:hover .footer__liTxtInner:after {
        transform: scale(1, 1); }
  .footer__liTxtInner {
    position: relative;
    box-sizing: border-box;
    padding: 0 0 3px;
    padding-bottom: 8px; }
    .footer__liTxtInner:after {
      position: absolute;
      left: 0;
      content: '';
      width: 100%;
      height: 3px;
      background: #1368ce;
      bottom: -1px;
      /*アンダーラインがaタグの下端から現れる*/
      transform: scale(0, 1);
      /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
      transform-origin: left top;
      /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
      transition: transform 0.3s;
      /*変形の時間*/ }
  .footer__liTxt2 {
    padding-left: 30px;
    position: relative; }
    @media screen and (max-width: 950px) {
      .footer__liTxt2 {
        font-size: 12px; } }
  @media screen and (max-width: 950px) and (max-width: 950px) {
    .footer__liTxt2 {
      padding-left: 20px; } }

    .footer__liTxt2:hover {
      opacity: 1; }
      .footer__liTxt2:hover .footer__liTxtInner:after {
        transform: scale(1, 1); }
    .footer__liTxt2:before {
      content: "";
      border-radius: 1000px;
      width: 6px;
      height: 6px;
      position: absolute;
      background: #1368ce;
      top: calc(50% - 3px);
      left: 12px; }
      @media screen and (max-width: 950px) {
        .footer__liTxt2:before {
          width: 4px;
          top: calc(50% - 2px);
          height: 4px;
          left: 8px; } }
  .footer__liTxt3:hover .footer__liTxtInner:after {
    content: none; }
  .footer__totop {
    display: block;
    width: 102.3549px;
    position: absolute;
    top: -15px;
    right: 60px; }
    @media screen and (max-width: 950px) {
      .footer__totop {
        width: 70px;
        right: 25px;
        top: -13px; } }

.footerBtm {
  background: #232323;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 30px;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between; }
  @media screen and (max-width: 950px) {
    .footerBtm {
      display: block;
      text-align: center;
      padding: 10px 0 25px; } }
  .footerBtm__cp {
    position: relative;
    display: inline-block;
    padding-right: 20px; }
    .footerBtm__cp:after {
      content: "";
      display: block;
      width: 14.4px;
      height: 12px;
      background: url(../img/icon_window.svg) no-repeat center center/cover;
      background-size: 14.4px;
      height: 12px;
      position: absolute;
      right: 0;
      top: 7px; }
  .footerBtm p,
  .footerBtm a {
    font-size: 14px;
    color: #FFF; }
    @media screen and (max-width: 950px) {
      .footerBtm p,
      .footerBtm a {
        font-size: 10px; } }
    .footerBtm p:hover,
    .footerBtm a:hover {
      opacity: 1;
      text-decoration: underline; }

.menu-button {
  width: 40px;
  height: 40px;
  background: url("../img/hum_op.svg") no-repeat;
  background-size: 25px;
  width: 25px;
  height: 19px;
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 35px;
  z-index: 1001; }

.menu-button.active {
  background: url("../img/hum_close.svg") no-repeat;
  background-size: 25px; }

.spMenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  padding: 80px 30px 20px;
  box-sizing: border-box;
  z-index: 1000;
  color: #fff; }
  .spMenu p {
    color: #000; }
  .spMenu .header__logo {
    position: absolute;
    left: 35px;
    top: 20px; }
  .spMenu__img {
    max-width: 175px;
    margin: 30px auto 0; }
  .spMenu__list {
    list-style: none;
    padding: 0;
    margin: 0; }
  .spMenu__li {
    border-bottom: 1px dashed #abcced; }
  .spMenu__link, .spMenu__link3 {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: block;
    box-sizing: border-box;
    padding: 10px 0;
    background: url("../img/sparrow.svg") right 10px center no-repeat;
    background-size: 7px; }
  .spMenu__bgNone {
    background: none; }
  .spMenu__link2 {
    display: block;
    box-sizing: border-box;
    padding: 10px 30px;
    position: relative; }
    .spMenu__link2:before {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 100px;
      background: #1368ce;
      position: absolute;
      top: calc(50% - 3px);
      left: 13px; }
  .spMenu__dl {
    margin: 0; }
  .spMenu__dt {
    font-weight: bold;
    font-size: 20px;
    cursor: pointer; }
  .spMenu__dd {
    font-size: 18px;
    margin-left: 15px;
    margin-top: 5px;
    display: none; }

.footer_sns {
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer_snsLi {
  width: 40px;
  margin: 0 5px;
  position: relative;
}
.footer_snsLi a {
  display: block;
}
.copyUrl::before {
  content: "URLをクリップボードにコピーしました";
  display: inline-block;
  height: 34px;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.17);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 34px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.copyUrl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
}
.copyUrl.on::before,
.copyUrl.on::after {
  opacity: 1;
}
@media screen and (min-width: 951px) {
  .footer_sns--sp {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .footer_sns--pc {
    display: none;
  }
  .footer_sns {
    margin: 40px auto 0;
  }
  .footer_snsLi {
    width: 30px;
    margin: 0 5px;
  }
}
