@charset "UTF-8";
/*clearfix*/
/* Scss Document */
/*色*/
/*font*/
/*メディアサイズ*/
/*==================================*/
/*font*/
/*==================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap");

.fontEn {
  font-family: 'Oswald', sans-serif;
  line-height: 1;
}

.text-4xl,
.c-leadBox__txt,
.strength-box__headTxt,
.schooling__ttl {
  font-size: 3.6rem;
  font-weight: 500;
}

.text-3xl,
.c-h4,
.inquiry__ttl {
  font-size: 3.2rem;
  font-weight: 500;
}

.text-2xl,
.lead__txt {
  font-size: 3.0rem;
}

.text-xl,
.strength-btn__ttl,
.strength-box__cardTtl,
.schooling__cardTtl,
.loan__head {
  font-size: 2.6rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {

  .text-xl,
  .strength-btn__ttl,
  .strength-box__cardTtl,
  .schooling__cardTtl,
  .loan__head {
    font-size: 3.2rem;
  }
}

.text-lg,
.venue__ttl,
.course-btn__txt,
.course-content__txt,
.support-case__txt,
.contact-contents__ttl,
.contact-contents__link {
  font-size: 2.2rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {

  .text-lg,
  .venue__ttl,
  .course-btn__txt,
  .course-content__txt,
  .support-case__txt,
  .contact-contents__ttl,
  .contact-contents__link {
    font-size: 2.8rem;
  }
}

.text-md,
.pageNav__link,
.contact-btn__btn,
.contact-btn__btn:after {
  font-size: 2rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {

  .text-md,
  .pageNav__link,
  .contact-btn__btn,
  .contact-btn__btn:after {
    font-size: 3rem;
  }
}

.text-base,
.-note,
.strength-box__cardTxt,
.schooling__lead,
.comment__txt,
.support-head__txt,
.kaigo__txt,
.loan__txt {
  font-size: 1.8rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {

  .text-base,
  .-note,
  .strength-box__cardTxt,
  .schooling__lead,
  .comment__txt,
  .support-head__txt,
  .kaigo__txt,
  .loan__txt {
    font-size: 2.6rem;
  }
}

.text-sm,
.mv__subtxt,
.course-content__table,
.online__txt,
.contact-contents__txt,
.contact-contents__note {
  font-size: 1.6rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {

  .text-sm,
  .mv__subtxt,
  .course-content__table,
  .online__txt,
  .contact-contents__txt,
  .contact-contents__note {
    font-size: 2.3rem;
  }
}

.text-xs,
.venue__txt,
.contact-foot {
  font-size: 1.4rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {

  .text-xs,
  .venue__txt,
  .contact-foot {
    font-size: 2.3rem;
  }
}

.text-2xs,
.pass__list,
.level__txt,
.support-note {
  font-size: 1.2rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {

  .text-2xs,
  .pass__list,
  .level__txt,
  .support-note {
    font-size: 2.3rem;
  }
}

/*---------------------
anime [common]
------------------------*/
.scrollin {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 900ms;
  transition: all 900ms;
}

.scrollin.__action {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.scrollin.__delay.__action {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
  -webkit-transition-property: all;
  transition-property: all;
}

.scrollin.__left {
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 900ms;
  transition: all 900ms;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.scrollin.__left.__action {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.scrollin.__right {
  opacity: 0;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transition: all 900ms;
  transition: all 900ms;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.scrollin.__right.__action {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.scrollin.__list {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.scrollin.__list>li,
.scrollin.__list>div {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 900ms;
  transition: all 900ms;
}

.scrollin.__list.__action li,
.scrollin.__list.__action>div {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.scrollin.__list.__action li:nth-child(1),
.scrollin.__list.__action>div:nth-child(1) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}

.scrollin.__list.__action li:nth-child(2),
.scrollin.__list.__action>div:nth-child(2) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transition-property: all;
  transition-property: all;
}

.scrollin.__list.__action li:nth-child(3),
.scrollin.__list.__action>div:nth-child(3) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
  -webkit-transition-property: all;
  transition-property: all;
}

.scrollin.__list.__action li:nth-child(4),
.scrollin.__list.__action>div:nth-child(4) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
  -webkit-transition-property: all;
  transition-property: all;
}

.scrollin.__list.__action li:nth-child(5),
.scrollin.__list.__action>div:nth-child(5) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
  -webkit-transition-property: all;
  transition-property: all;
}

.scrollin.__list.__action li:nth-child(6),
.scrollin.__list.__action>div:nth-child(6) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
  -webkit-transition-property: all;
  transition-property: all;
}

.scrollin.__list.__action li:nth-child(7),
.scrollin.__list.__action>div:nth-child(7) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
  -webkit-transition-property: all;
  transition-property: all;
}

.scrollin.__list.__action li:nth-child(8),
.scrollin.__list.__action>div:nth-child(8) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
  -webkit-transition-property: all;
  transition-property: all;
}

.scrollin.__list.__action li:nth-child(9),
.scrollin.__list.__action>div:nth-child(9) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
  -webkit-transition-property: all;
  transition-property: all;
}

.scrollin.__list.__action li:nth-child(10),
.scrollin.__list.__action>div:nth-child(10) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
  -webkit-transition-property: all;
  transition-property: all;
}

.scrollin.__list.__action li:nth-child(11),
.scrollin.__list.__action>div:nth-child(11) {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
  -webkit-transition-property: all;
  transition-property: all;
}

.scrollin.__list.__action li:nth-child(12),
.scrollin.__list.__action>div:nth-child(12) {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
  -webkit-transition-property: all;
  transition-property: all;
}

.scrollin.__list.__action li:nth-child(13),
.scrollin.__list.__action>div:nth-child(13) {
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s;
  -webkit-transition-property: all;
  transition-property: all;
}

.scrollin.__list.__action li:nth-child(14),
.scrollin.__list.__action>div:nth-child(14) {
  -webkit-transition-delay: 4.2s;
  transition-delay: 4.2s;
  -webkit-transition-property: all;
  transition-property: all;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInNm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInNm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*------------------------------*/
/*container*/
/*------------------------------*/
.l_container {
  max-width: 123rem;
  margin: 0px auto;
  padding-left: -9rem;
}

.l_container_re {
  margin: 0px 90px;
}

@media only screen and (max-width: 750px) {
  .l_container {
    width: auto;
    margin: 0 2rem;
  }

  .l_container--spNo {
    margin: 0;
  }

  .l_container--spMg {
    margin: 0 40px;
  }

  .l_container--spMg2 {
    margin: 0 -20px;
  }

  .l_container_re {
    width: auto;
    margin: 0 20px;
  }

  .l_container_re--spFull {
    margin: 0;
  }

  .l_container_re--spMg {
    margin: 0 40px;
  }
}

.l_container_small {
  width: 700px;
  margin: 0px auto;
}

@media only screen and (max-width: 750px) {
  .l_container_small {
    width: auto;
  }
}

/*====================================
section
====================================*/
.l_section {
  padding: 90px 0;
}

@media only screen and (max-width: 750px) {
  .l_section {
    padding: 60px 0;
  }
}

.l_section--np {
  padding: 0;
}

.l_section--bgImg {
  background-size: cover;
  background-repeat: no-repeat;
}

.l_section--mgT {
  margin-top: 90px;
}

.l_section--mgT2 {
  margin-top: 90px;
}

@media only screen and (max-width: 750px) {
  .l_section--mgT2 {
    margin-top: 0px;
  }
}

.l_section--mgB {
  margin-bottom: 90px;
}

/*====================================
colum
====================================*/
.l_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l_col--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l_col--center_h {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l_col--mb>div,
.l_col--mb>li {
  margin-bottom: 4%;
}

.l_col--mb_s>div,
.l_col--mb_s>li {
  margin-bottom: 10px;
}

.l_col--mb_t>div,
.l_col--mb_t>li {
  margin-bottom: 4%;
}

@media print,
screen and (min-width: 751px) {

  .l_col--mb_t>div:nth-of-type(even),
  .l_col--mb_t>li:nth-of-type(even) {
    margin-top: 4%;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 750px) {
  .l_col--pc {
    display: block;
  }
}

@media print,
screen and (min-width: 751px) {
  .l_col--sp {
    display: block;
  }
}

.l_col--ai_fs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l_col__item--1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l_col--c2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}

.l_col--c2>div,
.l_col--c2>li {
  width: calc(50% - 4%);
  margin-right: 4%;
}

.l_col--c2f {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}

.l_col--c2f>div,
.l_col--c2f>li {
  margin-right: 4%;
}

.l_col--c2f-1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}

.l_col--c2f-1>div,
.l_col--c2f-1>li {
  margin-right: 4%;
}

@media only screen and (max-width: 750px) {

  .l_col--c2f-1>div,
  .l_col--c2f-1>li {
    width: 100%;
    margin-bottom: 4%;
  }

  .l_col--c2f-1>div:last-of-type,
  .l_col--c2f-1>li:last-of-type {
    margin-bottom: 0;
  }
}

.l_col--c2-1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}

@media print,
screen and (min-width: 751px) {
  .l_container_re>.l_col--c2-1 {
    margin: 0 -90px 0 0;
  }
}

.l_col--c2-1>div,
.l_col--c2-1>li {
  width: calc(50% - 4%);
  margin-right: 4%;
}

@media print,
screen and (min-width: 751px) {

  .l_container_re>.l_col--c2-1>div,
  .l_container_re>.l_col--c2-1>li {
    width: calc(50% - 90px);
    margin-right: 90px;
  }
}

@media only screen and (max-width: 750px) {

  .l_col--c2-1>div,
  .l_col--c2-1>li {
    width: 100%;
    margin-bottom: 4%;
  }

  .l_col--c2-1>div:last-of-type,
  .l_col--c2-1>li:last-of-type {
    margin-bottom: 0;
  }
}

.l_col--c3 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}

.l_col--c3>div,
.l_col--c3>li {
  width: calc(33.333% - 4%);
  margin-right: 4%;
}

.l_col--c3-1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}

.l_col--c3-1>div,
.l_col--c3-1>li {
  width: calc(33.333% - 4%);
  margin-right: 4%;
}

@media only screen and (max-width: 750px) {

  .l_col--c3-1>div,
  .l_col--c3-1>li {
    width: 100%;
    margin-bottom: 4%;
  }

  .l_col--c3-1>div:last-of-type,
  .l_col--c3-1>li:last-of-type {
    margin-bottom: 0;
  }
}

.l_col--c3-2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}

.l_col--c3-2>div,
.l_col--c3-2>li {
  width: calc(33.333% - 4%);
  margin-right: 4%;
}

@media only screen and (max-width: 750px) {

  .l_col--c3-2>div,
  .l_col--c3-2>li {
    width: calc(50% - 4%);
    margin-bottom: 4%;
  }
}

.l_col--c4-2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}

.l_col--c4-2>div,
.l_col--c4-2>li {
  width: calc(25% - 4%);
  margin-right: 4%;
}

@media only screen and (max-width: 750px) {

  .l_col--c4-2>div,
  .l_col--c4-2>li {
    width: calc(50% - 4%);
    margin-bottom: 4%;
  }
}

.l_col--c4-1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 0 0;
}

.l_col--c4-1>div,
.l_col--c4-1>li {
  width: calc(25% - 10px);
  margin-right: 10px;
}

@media only screen and (max-width: 750px) {

  .l_col--c4-1>div,
  .l_col--c4-1>li {
    width: 100%;
    margin-bottom: 4%;
  }
}

.l_col--c4 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 0 0;
}

@media only screen and (max-width: 750px) {
  .l_col--c4 {
    margin: 0 -5px 0 0;
  }
}

.l_col--c4>div,
.l_col--c4>li {
  width: calc(25% - 10px);
  margin-right: 10px;
}

@media only screen and (max-width: 750px) {

  .l_col--c4>div,
  .l_col--c4>li {
    margin-right: 5px;
    width: calc(25% - 5px);
    margin-bottom: 4%;
  }
}

.l_col--cF-2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 750px) {
  .l_col--cF-2 {
    margin: 0 -4% 0 0;
  }
}

@media print,
screen and (min-width: 751px) {

  .l_col--cF-2>div,
  .l_col--cF-2>li {
    margin: 0 5px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media only screen and (max-width: 750px) {

  .l_col--cF-2>div,
  .l_col--cF-2>li {
    margin-right: 4%;
    width: calc(50% - 4%);
    margin-bottom: 4%;
  }
}

.l_col--mb_self {
  margin-bottom: 4%;
}

.l_col--mbNone {
  margin: 0;
}

.l_col--mbNone>div,
.l_col--mbNone>li {
  margin: 0;
}

.l_col--rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.c-ttlBox {
  width: 100%;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*PC大*/
}

@media all and (min-width: 120em) {
  .c-ttlBox {
    background-size: cover;
  }
}

.c-ttlBox.-achievement {
  background-image: url("../../asset/images/c-ttlBox__bg01.png");
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .c-ttlBox.-achievement {
    background: none;
  }
}

.c-ttlBox.-strength {
  background-image: url("../../asset/images/c-ttlBox__bg02.png");
  height: 80rem;
  margin-bottom: -25rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .c-ttlBox.-strength {
    margin-bottom: -8rem;
    background: none;
    height: inherit;
  }
}

.c-ttlBox.-age {
  background-image: url("../../asset/images/c-ttlBox__bg03.png");
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .c-ttlBox.-age {
    background: none;
  }
}

.c-ttlBox.-course {
  background-image: url("../../asset/images/c-ttlBox__bg04.png");
  height: 70rem;
  margin-bottom: -8rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .c-ttlBox.-course {
    background: none;
    margin-bottom: 6rem !important;
    height: inherit;
  }
}

.c-ttlBox.-support {
  background-image: url("../../asset/images/c-ttlBox__bg05.png");
  padding-bottom: 30rem;
  margin-bottom: -20rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .c-ttlBox.-support {
    background: none;
    margin-bottom: -30rem;
  }
}

.c-ttlBox.-inquiry {
  background-image: url("../../asset/images/c-ttlBox__bg-a.png");
  background-position: center -7rem;
  margin-bottom: -20rem;
  height: 30rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .c-ttlBox.-inquiry {
    background: none;
    height: inherit;
  }
}

.c-ttlBox.-online {
  background-image: url("../../asset/images/c-ttlBox__bg-b.png");
  background-position: center -7rem;
  margin-bottom: -20rem;
  height: 30rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .c-ttlBox.-online {
    background: none;
    height: inherit;
  }
}

.c-ttlBox.-contact {
  background-image: url("../../asset/images/c-ttlBox__bg-a.png");
  background-position: center -7rem;
  margin-bottom: -20rem;
  height: 30rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .c-ttlBox.-contact {
    background: none;
    height: inherit;
  }
}

.c-ttlBox__img {
  width: 38rem;
  margin: 3rem auto 0;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .c-ttlBox__img {
    width: 100%;
    margin: 0 auto !important;
  }
}

.c-ttlBox__img.-archievment {
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .c-ttlBox__img.-archievment {
    width: 100%;
    margin-top: 8rem;
  }
}

.c-ttlBox__img.-strength {
  margin-top: -20rem;
}

.c-ttlBox__img.-course {
  width: 26rem;
  margin-top: -7rem;
  margin-bottom: 8rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .c-ttlBox__img.-course {
    width: 100%;
    margin-bottom: -8rem;
  }
}

.c-ttlBox__img.-support {
  margin-top: 8rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .c-ttlBox__img.-support {
    width: 100%;
    margin-bottom: -18rem;
  }
}

.c-ttlBox__img.-check {
  width: 13.6rem;
  margin-top: -6rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .c-ttlBox__img.-check {
    width: 100%;
    margin: 0 auto 6rem;
  }
}

.c-leadBox__txt {
  margin-top: 10rem;
  text-align: center;
}

.c-leadBox__txt.-age {
  margin-top: 5rem;
}

.c-leadBox__txt.-course {
  margin-top: 0;
}

.c-leadBox__txt.-check {
  margin-top: 13rem;
}

.c-box {
  padding: 4rem 9rem;
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 5rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .c-box {
    padding: 8rem 2rem;
  }
}

.c-box.-skyblue {
  background-color: #E6F8FA;
}

.c-box.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-col {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-col.-col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .c-col.-col2 {
    grid-template-columns: 1fr;
  }
}

.c-col.-col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .c-col.-col3 {
    grid-template-columns: 1fr;
  }
}

.c-col.-col4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .c-col.-col4 {
    grid-template-columns: 1fr;
  }
}

.c-h4 {
  text-align: center;
  font-weight: 500;
  position: relative;
  margin-bottom: 5rem;
}

.c-h4:after {
  content: "";
  width: 5rem;
  height: .5rem;
  background: -webkit-gradient(linear, left top, right top, from(#3ecc81), color-stop(#1a96f5), to(#9098e5));
  background: -webkit-linear-gradient(left, #3ecc81, #1a96f5, #9098e5);
  background: linear-gradient(90deg, #3ecc81, #1a96f5, #9098e5);
  border-radius: .5rem;
  position: absolute;
  bottom: -1.5rem;
  left: calc(50% - 2.5rem);
}

.c-h4.-support {
  position: relative;
  display: inline-block;
  justify-self: center;
  margin-top: 4rem;
}

.c-slick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 110rem;
  margin: 0 auto;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .c-slick {
    width: 90vw;
  }
}

.c-slick .slick-prev {
  left: -5rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .c-slick .slick-prev {
    top: inherit;
    left: 8rem;
    bottom: -11rem;
  }
}

.c-slick .slick-next {
  right: -2rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .c-slick .slick-next {
    top: inherit;
    right: 8rem;
    bottom: -11rem;
  }
}

.c-slick .slick-prev:before,
.c-slick .slick-next:before {
  color: #9a9a9a;
  font-size: 4rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {

  .c-slick .slick-prev:before,
  .c-slick .slick-next:before {
    font-size: 6rem;
  }
}

.c-slick__item {
  width: 30rem;
  margin: 0 2rem;
  position: relative;
}

.c-slick .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  /* 全てのスライドの高さを揃える */
}

.c-slick .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 19rem;
  /*全スマホ*/
  /* 縦の中央揃え */
}

@media only screen and (max-width: 40em) {
  .c-slick .slick-slide {
    height: 24rem;
  }
}

.-note {
  position: relative;
  margin-top: 2rem;
  background: #fff;
  padding: 3rem 3rem;
  height: 100%;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .-note {
    padding: 3rem;
    font-size: 3.5vw;
  }
}

.-note>span {
  display: block;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
  /* 点線とテキストの間隔調整 */
  margin-bottom: 5px;
  padding-left: 1rem;
  padding-right: 1rem;
  /* 各行の間隔調整 */
}

.-note>span:first-of-type {
  border-top: 1px dashed #ccc;
}

.-note>span>span.-green {
  color: #3ECC81;
}

.-note>span>span.-blue {
  color: #26B8E8;
}

.-note>span>span.-violet {
  color: #828BE1;
}

.-note__ribbon {
  width: 5rem;
  position: absolute;
  top: 1rem;
  left: calc(50% - 2.5rem);
  z-index: 10;
}

.shine-icon {
  width: 7rem;
}

/*==================================*/
/*top*/
/*==================================*/
html,
bady {
  overflow-x: inherit;
}

:root {
  font-size: 62.5%;
  color: #515353;
  /*全スマホ*/
  /*全スマホ*/
  /*PC大*/
}

@media only screen and (max-width: 1366px) {
  :root {
    font-size: 50%;
  }
}

@media only screen and (max-width: 40em) {
  :root {
    font-size: 35%;
  }
}

@media all and (min-width: 120em) {
  :root {
    font-size: 80%;
  }
}

img {
  height: auto;
}

body {
  font-family: "Kiwi Maru", serif;
  color: #515353;
}

@media print,
screen and (min-width: 751px) {
  body {
    min-width: 1320px;
  }
}

.main {
  margin-left: 9rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .main {
    margin-left: 0;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 300;
}

.mv {
  width: 100%;
  background-image: url("../../asset/images/mv_main.jpg");
  background-size: cover;
  height: 60vw;
  max-height: 80vh;
  background-position: center;
  position: relative;
  /*PC大*/
  /*全スマホ*/
}

@media all and (min-width: 120em) {
  .mv {
    max-height: 90vh;
  }
}

@media only screen and (max-width: 40em) {
  .mv {
    overflow: hidden;
    height: 100vh;
    max-height: 100vh;
    background-position: bottom;
    background-image: url("../../asset/images/mv_main--sp.jpg");
    background-repeat: no-repeat;
    min-height: 180vw;
  }
}

.mv__inr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .mv__inr {
    grid-template-columns: 1fr;
    grid-template-rows: 50% 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.mv__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .mv__photo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.mv__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .mv__main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.mv__logo {
  margin-bottom: 5rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .mv__logo {
    min-width: 16rem;
    width: 40%;
    margin-bottom: 2rem;
  }
}

.mv__ttl {
  font-size: 7rem;
  margin: 0 0 -6rem;
  text-align: justify;
  font-weight: normal;
  width: 35rem;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#3ecc81), color-stop(#1a96f5), to(#9098e5));
  background: -webkit-linear-gradient(left, #3ecc81, #1a96f5, #9098e5);
  background: linear-gradient(90deg, #3ecc81, #1a96f5, #9098e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*全スマホ*/
}

.mv__ttl:after {
  content: '';
  display: inline-block;
  width: 100%;
  /* 両端揃えを確実に適用 */
}

@media only screen and (max-width: 40em) {
  .mv__ttl {
    font-size: clamp(5.4rem, 14vw, 14vw);
    width: 27rem;
    width: 70%;
    margin: 0 0 -4rem;
    line-height: 1;
  }
}

.mv__lead {
  width: 15.5rem;
  margin-top: -7rem;
  margin-right: 5rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .mv__lead {
    width: 30%;
    margin-right: 10rem;
  }
}

.mv__balloon {
  width: 24rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  /*全スマホ*/
}

.mv__balloon.-b01 {
  width: 17rem;
  top: 5rem;
  left: calc(50% + 4rem);
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .mv__balloon.-b01 {
    top: calc(50% + 1rem);
    left: 5vw;
    width: 30vw;
  }
}

.mv__balloon.-b02 {
  width: 20rem;
  top: 30%;
  left: calc(50% + 7rem);
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .mv__balloon.-b02 {
    top: calc(50% + 5rem);
    left: 35vw;
    width: 35vw;
  }
}

.mv__balloon.-b03 {
  width: 17rem;
  top: 60%;
  left: calc(50% + 5rem);
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .mv__balloon.-b03 {
    top: calc(50% + 3rem);
    left: 65vw;
    width: 26vw;
  }
}

.mv__balloon.-b04 {
  width: 20rem;
  top: 90%;
  left: calc(50% + 8rem);
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .mv__balloon.-b04 {
    top: calc(50% + 1rem);
    left: 95vw;
    width: 33vw;
  }
}

.pass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pass__box {
  width: 35rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
  margin: 0 auto 4rem;
  /*全スマホ*/
}

.pass__box.-achievement {
  width: 80%;
}

@media only screen and (max-width: 40em) {
  .pass__box {
    min-width: 26rem;
    width: 70%;
  }
}

.pass__img {
  width: 100%;
}

.pass__list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #9a9a9a;
  list-style: none;
  padding-left: 0;
}

.pass__list.-center {
  text-align: center;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .pass__list.-center {
    text-align: left;
    width: 80%;
  }
}

.pass__item {
  position: relative;
  padding-left: 1em;
}

.pass__item::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  text-align: right;
  margin-right: 0.5em;
}

.pageNav {
  position: fixed;
  width: 9rem;
  height: 100%;
  top: 0;
  left: 0;
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#3ecc81), color-stop(#1a96f5), to(#9098e5));
  background: -webkit-linear-gradient(top, #3ecc81, #1a96f5, #9098e5);
  background: linear-gradient(180deg, #3ecc81, #1a96f5, #9098e5);
  z-index: 100;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .pageNav {
    top: inherit;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7rem;
    background: -webkit-gradient(linear, left top, right top, from(#3ecc81), color-stop(#1a96f5), to(#9098e5));
    background: -webkit-linear-gradient(left, #3ecc81, #1a96f5, #9098e5);
    background: linear-gradient(90deg, #3ecc81, #1a96f5, #9098e5);
  }
}

.pageNav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.4rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .pageNav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
  }
}

.pageNav__item {
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .pageNav__item {
    border-right: 1px solid #fff;
  }

  .pageNav__item:last-child {
    border-right: none;
  }
}

.pageNav__link {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: .6rem;
  padding: 0 .5rem;
  height: 16.4rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
  /*全スマホ*/
}

.pageNav__link:hover,
.pageNav__link:visited {
  color: #fff;
  text-decoration: none;
}

.pageNav__link:hover {
  background: #fff;
  color: #515353;
}

@media only screen and (max-width: 40em) {
  .pageNav__link {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-orientation: sideways;
    height: 100%;
    border: none;
    font-size: 4vw !important;
    font-size: clamp(1.5rem, 4vw, 2rem);
    letter-spacing: -.05em;
    padding: 0.4rem clamp(0.8rem, 3rem, 2vw);
  }
}

.lead {
  background-image: url("../../asset/images/lead__bg.png");
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 13/9;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .lead {
    background-image: none;
    aspect-ratio: inherit;
    background: #F9F4EC;
  }
}

.lead__inr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .lead__inr {
    grid-template-columns: 1fr;
  }
}

.lead__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20rem 0;
  margin-left: 14rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .lead__main {
    padding: 2rem;
    margin-left: 0;
  }
}

.lead__txt {
  line-height: 1.7;
  color: #515353;
  margin: 0 0 2rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .lead__txt {
    font-size: 3.5rem;
  }
}

.lead__txt span {
  position: relative;
}

.lead__txt span:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#3ecc81), color-stop(#1a96f5), to(#9098e5));
  background: -webkit-linear-gradient(left, #3ecc81, #1a96f5, #9098e5);
  background: linear-gradient(90deg, #3ecc81, #1a96f5, #9098e5);
}

.lead__box {
  width: 40rem;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 10rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .lead__box {
    gap: 13rem;
    width: 60%;
    margin-bottom: 10rem;
  }
}

.lead__icon {
  width: 100%;
}

.lead__icon.-left {
  padding-top: 12rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .lead__icon.-left {
    padding-top: 5rem;
  }
}

.lead__spImg {
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .lead__spImg {
    width: 100%;
    margin-top: -3rem;
    position: relative;
  }
}

.pass-table__img {
  width: 100%;
}

.level {
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .level {
    grid-template-columns: 1fr 1fr !important;
  }
}

.level__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  justify-self: center;
  justify-items: center;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .level__item {
    width: 100%;
  }

  .level__item:nth-of-type(1) {
    grid-column: 1 / 3;
  }

  .level__item:nth-of-type(2) {
    grid-column: 1 / 2;
  }

  .level__item:nth-of-type(3) {
    grid-column: 2 / 3;
  }
}

.level__img {
  width: 24rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .level__img {
    width: 40vw;
  }
}

.level__txt {
  text-align: center;
  color: #9a9a9a;
  margin: 0;
  /*全スマホ*/
}

.strength {
  background-color: #F9F4EC;
  padding-bottom: 5rem;
}

.strength__list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 8rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .strength__list {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1rem !important;
  }
}

.strength__item {
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .strength__item {
    height: 100%;
  }
}

.strength-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 5rem;
  border: 4px solid #fff;
  -webkit-transition: .4s;
  transition: .4s;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .strength-btn {
    padding: .3rem;
    height: 100%;
  }
}

.strength-btn:hover,
.strength-btn:visited {
  color: initial;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

.strength-btn:hover.-green {
  border-color: #3ECC81;
}

.strength-btn:hover.-blue {
  border-color: #26B8E8;
}

.strength-btn:hover.-violet {
  border-color: #828BE1;
}

.strength-btn__icon {
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .strength-btn__icon {
    width: 50%;
  }

  .strength-btn__icon.-violet {
    margin-top: -2rem;
  }
}

.strength-btn__ttl {
  /*全スマホ*/
}

.strength-btn__ttl.-green {
  color: #3ECC81;
}

.strength-btn__ttl.-blue {
  color: #26B8E8;
}

.strength-btn__ttl.-violet {
  color: #828BE1;
}

@media only screen and (max-width: 40em) {
  .strength-btn__ttl {
    font-size: 4vw;
    text-align: center;
  }
}

.strength-btn__arrow {
  font-size: 3rem;
}

.strength-btn__arrow.-green {
  color: #3ECC81;
}

.strength-btn__arrow.-blue {
  color: #26B8E8;
}

.strength-btn__arrow.-violet {
  color: #828BE1;
}

.strength-box {
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5rem;
  border-radius: 1rem;
  overflow: hidden;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .strength-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5rem;
  }
}

.strength-box__head {
  width: 15rem;
  position: absolute;
  left: calc(50% - 7.5rem);
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .strength-box__head {
    width: 100%;
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.strength-box__headTtl {
  width: 100%;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .strength-box__headTtl {
    width: 25%;
  }
}

.strength-box__headTxt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .strength-box__headTxt {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-orientation: sideways;
    margin-top: 2rem;
    font-size: 5vw;
  }
}

.strength-box__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
  margin: 3rem 0;
}

.strength-box__card {
  width: calc(50% - 10rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 1rem;
  -webkit-box-shadow: 0.1rem 0.19rem 5rem rgba(168, 172, 171, 0.15);
  box-shadow: 0.1rem 0.19rem 5rem rgba(168, 172, 171, 0.15);
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .strength-box__card {
    width: 90%;
  }
}

.strength-box__card.-left {
  margin-top: 10rem;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-width: 1px 1px 0 0;
  margin: 10rem 0 -1rem -1rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .strength-box__card.-left {
    margin: 0;
    border-width: 1px;
  }
}

.strength-box__card.-right {
  margin-bottom: 10rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-width: 0 0 1px 1px;
  margin: -1rem -1rem 10rem 0;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .strength-box__card.-right {
    margin: 0;
    border-width: 1px;
  }
}

.strength-box__cardTtl {
  font-weight: 500;
  text-align: center;
  /*全スマホ*/
}

.strength-box__cardTtl.-green {
  color: #3ECC81;
}

.strength-box__cardTtl.-blue {
  color: #26B8E8;
}

@media only screen and (max-width: 40em) {
  .strength-box__cardTtl {
    font-weight: 500;
  }
}

.strength-box__cardTxt {
  width: 38rem;
  text-align: justify;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .strength-box__cardTxt {
    width: 70vw;
  }
}

.strength-box__cardImg {
  width: 100%;
}

.schooling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
  background: #fff;
  border-radius: 1rem;
}

.schooling__ttlImg {
  width: 15rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .schooling__ttlImg {
    width: 28vw;
  }
}

.schooling__ttl {
  font-weight: normal;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .schooling__ttl {
    width: 90%;
    text-align: center;
  }
}

.schooling__lead {
  width: 87rem;
  text-align: justify;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .schooling__lead {
    width: 90%;
    margin-bottom: 8rem;
  }
}

.schooling__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: 6rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .schooling__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.schooling__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0.1rem 0.19rem 5rem rgba(168, 172, 171, 0.15);
  box-shadow: 0.1rem 0.19rem 5rem rgba(168, 172, 171, 0.15);
  border: 1px solid #ddd;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .schooling__card {
    padding: 2rem;
    width: 80%;
    margin-top: -4rem;
    position: relative;
    z-index: 1;
    background: #fff;
  }

  .schooling__card.-card02 {
    -ms-flex-item-align: end;
    align-self: flex-end;
    z-index: 2;
  }

  .schooling__card.-card03 {
    z-index: 3;
  }
}

.schooling__cardIcon {
  margin-top: 3rem;
  width: 7rem;
}

.schooling__cardTtl {
  font-weight: 500;
  text-align: center;
  color: #828BE1;
}

.schooling__cardImg {
  width: 100%;
}

.reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reason__img {
  width: 51rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .reason__img {
    width: 90%;
  }
}

.comment {
  max-width: 57rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
  margin: 5rem 0;
}

.comment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
}

.comment__icon {
  width: 5rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .comment__icon {
    width: 8rem;
  }
}

.comment__txt {
  background: #F9F4EC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem;
  border-radius: 1rem;
  position: relative;
}

.comment__txt:after {
  width: 1.6rem;
  height: 2.1rem;
  content: "";
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #F9F4EC;
  position: absolute;
  right: -1.6rem;
  top: calc(50% - 1.05rem);
}

.comment__txt.-woman:after {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  right: inherit;
  left: -1.6rem;
}

.venue {
  width: 90%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 5rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .venue {
    width: 90%;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.venue__img {
  width: 100%;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .venue__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.venue__ttl {
  font-weight: normal;
  color: #828BE1;
  /*全スマホ*/
}

.venue__ttl span {
  font-size: 60%;
}

@media only screen and (max-width: 40em) {
  .venue__ttl {
    font-size: 3rem;
  }

  .venue__ttl span {
    font-size: 60%;
  }
}

.venue__box {
  padding: 1rem;
}

.venue__card {
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .venue__card {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1.5fr;
  }
}

.age__col {
  position: relative;
}

.age__wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .age__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
    gap: 1rem !important;
    margin-bottom: 12rem;
  }
}

.age__box {
  position: relative;
}

.age__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
}

.age__itemImg {
  width: 18rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .age__itemImg {
    width: 80%;
  }
}

.age__icon {
  width: 16rem;
  position: absolute;
  bottom: 0;
  left: calc(50% - 8rem);
}

.trigger {
  position: relative;
  padding-bottom: 20rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .trigger {
    padding: 5rem 0 15rem 0;
  }
}

.trigger__icon {
  width: 16rem;
  position: absolute;
  bottom: 0;
  left: calc(50% - 8rem);
}

.course {
  background-color: #F9F4EC;
}

.course__list {
  list-style: none;
  padding: 0;
  margin-bottom: 8rem;
  /*全スマホ*/
}

.course-btn {
  color: #515353;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 5rem;
  border: 4px solid #fff;
  -webkit-transition: .4s;
  transition: .4s;
  position: relative;
  margin-bottom: 5rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .course-btn {
    padding: 1rem;
  }
}

.course-btn:hover,
.course-btn:visited,
.course-btn:active {
  color: #515353;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

.course-btn:hover.-green {
  border-color: #3ECC81;
}

.course-btn:hover.-blue {
  border-color: #26B8E8;
}

.course-btn:hover.-violet {
  border-color: #828BE1;
}

.course-btn__img {
  width: 100%;
}

.course-btn__icon {
  width: 8rem;
  position: absolute;
  top: -3rem;
  left: calc(50% - 4rem);
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .course-btn__icon {
    width: 50%;
  }
}

.course-btn__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 4rem;
  font-weight: 500;
}

.course-btn__txt span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.course-btn__txt span:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: calc(100% - 1.2rem);
  background: #ccc;
}

.course-btn__txt.-green span:after {
  background: #BCEDD3;
}

.course-btn__txt.-blue span:after {
  background: #B3E6F7;
}

.course-btn__txt.-violet span:after {
  background: #D3D7F5;
}

.course-btn__ttl {
  font-size: 4.4rem;
  text-align: center;
  line-height: .9;
  /*全スマホ*/
}

.course-btn__ttl span {
  font-size: 60%;
}

.course-btn__ttl.-green {
  color: #3ECC81;
}

.course-btn__ttl.-blue {
  color: #26B8E8;
}

.course-btn__ttl.-violet {
  color: #828BE1;
}

@media only screen and (max-width: 40em) {
  .course-btn__ttl {
    font-size: 1.8rem;
  }
}

.course-btn__arrow {
  font-size: 3rem;
}

.course-btn__arrow.-green {
  color: #3ECC81;
}

.course-btn__arrow.-blue {
  color: #26B8E8;
}

.course-btn__arrow.-violet {
  color: #828BE1;
}

.course-content {
  padding-bottom: 8rem;
}

.course-content__item {
  position: relative;
  margin-bottom: 8rem;
}

.course-content__item:last-of-type {
  margin-bottom: 0;
}

.course-content__inr {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 3px solid #ccc;
  border-radius: 3rem;
  background: #fff;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .course-content__inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.course-content__inr.-green {
  border-color: #3ECC81;
}

.course-content__inr.-blue {
  border-color: #26B8E8;
}

.course-content__inr.-violet {
  border-color: #828BE1;
}

.course-content__icon {
  position: absolute;
  top: -4.5rem;
  left: 6rem;
  width: 9rem;
}

.course-content__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 4rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .course-content__box {
    padding: 2rem;
  }
}

.course-content__ttl {
  font-size: 9rem;
  font-weight: 500;
}

.course-content__ttl.-green {
  color: #3ECC81;
}

.course-content__ttl.-blue {
  color: #26B8E8;
}

.course-content__ttl.-violet {
  color: #828BE1;
}

.course-content__ttl span {
  font-size: 50%;
}

.course-content__txt {
  font-weight: 500;
}

.course-content__check {
  width: 6rem;
}

.course-content__bg {
  width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .course-content__bg {
    width: 100%;
  }
}

.course-content__table {
  color: #515353;
  width: 100%;
}

.course-content__table tr {
  border-bottom: 2px dotted #ccc;
  padding: 1rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .course-content__table tr:last-child {
    border-bottom: none;
  }
}

.course-content__table td {
  padding: 2rem;
}

.course-content__table th {
  vertical-align: top;
  padding: 2rem 2rem 0 0;
  position: relative;
  white-space: nowrap;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .course-content__table th {
    width: 16rem;
  }
}

.course-content__table th:after {
  content: "";
  position: absolute;
  right: 0;
  top: 1rem;
  width: 100%;
  height: calc(100% - 2rem);
  border-right: 2px dotted #ccc;
}

.course-content__dl {
  display: grid;
  grid-template-columns: auto 1fr;
}

.course-content__dt {
  font-weight: normal;
}

.course-content__tableList {
  list-style: none;
  padding-left: 0;
}

.course-content__tableItem {
  position: relative;
  padding-left: 1em;
}

.course-content__tableItem::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  text-align: right;
  margin-right: 0.5em;
}

.support__balloon {
  position: absolute;
  width: 13rem;
  right: -15rem;
  top: -3.4rem;
}

.support__balloon--sp {
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .support__balloon--sp {
    width: 30%;
    justify-self: center;
  }
}

.support-head {
  display: grid;
  grid-template-columns: 30rem 1fr;
  gap: 5rem;
  width: 87rem;
  justify-self: center;
  margin: 8rem 0 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .support-head {
    grid-template-columns: 1fr;
    gap: 3rem;
    width: 90%;
  }
}

.support-head__img {
  width: 100%;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .support-head__img {
    width: 100%;
  }
}

.support-case {
  display: grid;
  grid-template-columns: 20rem 1fr;
  gap: 4rem;
  width: 85rem;
  justify-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 4rem 0;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .support-case {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.support-case__img {
  width: 100%;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .support-case__img {
    width: 50%;
    justify-self: center;
  }
}

.support-case__txt {
  font-weight: 500;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .support-case__txt {
    text-align: center;
  }
}

.support-course__img {
  width: 100%;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .support-course__img {
    width: 100%;
  }
}

.support-note {
  color: #9a9a9a;
  margin-top: 2rem;
  list-style: none;
  /* デフォルトのリストスタイルを無効化 */
  counter-reset: list-counter;
  padding-left: 0;
  /* カウンターをリセット */
}

.support-note__item {
  counter-increment: list-counter;
  position: relative;
  padding-left: 2.5em;
}

.support-note__item::before {
  content: "※" counter(list-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 2em;
  text-align: right;
  margin-right: 0.5em;
}

.kaigo__txt {
  width: 87rem;
  justify-self: center;
  margin: 0 0 2rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .kaigo__txt {
    width: 90%;
  }
}

.loan {
  width: 90rem;
  justify-self: center;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .loan {
    width: 90%;
  }
}

.loan__item {
  display: grid;
  grid-template-columns: 23rem 1fr;
  gap: 4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .loan__item {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.loan__head {
  background: #fff;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 6rem;
  width: 100%;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .loan__head {
    width: 60%;
    justify-self: center;
  }
}

.loan__head.-green {
  color: #3ECC81;
}

.loan__head.-blue {
  color: #26B8E8;
}

.loan__head.-violet {
  color: #828BE1;
}

.inquiry {
  background: #F9F4EC;
}

.inquiry__icon {
  width: 9rem;
  position: absolute;
  top: -2.6rem;
  left: calc(50% - 4.5rem);
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .inquiry__icon {
    width: 24%;
    left: calc(50% - 12%);
  }
}

.inquiry__box {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 5rem 0;
}

.inquiry__box.-col2 {
  gap: 6.2rem;
}

.inquiry__item {
  position: relative;
}

.inquiry__itemInr {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  border-radius: 2rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .inquiry__itemInr {
    aspect-ratio: inherit;
    height: inherit;
  }
}

.inquiry__itemBox {
  width: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 3rem;
  height: 100%;
  margin-top: 6rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .inquiry__itemBox {
    margin-top: 12rem;
    width: 40rem;
    gap: 5rem;
  }

  .inquiry__itemBox.-mail {
    margin-top: 12rem;
  }
}

.inquiry__itemBox.-web {
  width: 42rem;
}

.inquiry__ttl {
  font-weight: normal;
}

.inquiry__img {
  width: 100%;
  margin-top: auto;
  margin-bottom: -2rem;
}

.contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-btn__inr {
  background: -webkit-gradient(linear, left top, right top, from(#3ecc81), color-stop(#1a96f5), to(#9098e5));
  background: -webkit-linear-gradient(left, #3ecc81, #1a96f5, #9098e5);
  background: linear-gradient(90deg, #3ecc81, #1a96f5, #9098e5);
  padding: .7rem 1rem;
  border-radius: 1rem;
  display: block;
  width: 22rem;
  height: 8rem;
  -webkit-transition: .4s;
  transition: .4s;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .contact-btn__inr {
    width: 40rem;
  }
}

.contact-btn__inr:hover {
  border-radius: 2rem;
  background: -webkit-gradient(linear, right top, left top, from(#3ecc81), color-stop(#1a96f5), to(#9098e5));
  background: -webkit-linear-gradient(right, #3ecc81, #1a96f5, #9098e5);
  background: linear-gradient(270deg, #3ecc81, #1a96f5, #9098e5);
  -webkit-transition: .4s;
  transition: .4s;
}

.contact-btn__inr:hover a,
.contact-btn__inr:hover a:hover,
.contact-btn__inr:hover a:visited {
  text-decoration: none;
  color: #515353;
  -webkit-transition: .4s;
  transition: .4s;
}

.contact-btn__inr:hover a {
  border-radius: 1rem;
  -webkit-transition: .4s;
  transition: .4s;
}

.contact-btn__inr:hover a:after {
  color: #3895EC;
  -webkit-transition: .4s;
  transition: .4s;
}

.contact-btn__inr.-long {
  width: 38rem;
}

.contact-btn__btn {
  background: #fff;
  border-radius: .5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  color: #515353;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}

.contact-btn__btn:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 2rem;
  top: calc(50% - 1.4rem);
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .contact-btn__btn:after {
    top: calc(50% - 2rem);
  }
}

.online__wrap {
  margin: 5rem auto;
  width: 100%;
  max-width: 99rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-bottom: 5rem;
  background: #F9F4EC;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .online__wrap {
    width: 80%;
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.online__box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .online__box {
    padding: 4rem 0;
  }
}

.online__txt {
  font-size: 1.6rem;
  width: 40rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .online__txt {
    width: 90%;
    font-size: 2.2rem;
  }
}

.online__bg {
  width: 100%;
}

.contact {
  background: #eee;
}

.contact__logo {
  width: 38.6rem;
  margin-top: 4rem;
  margin-bottom: 9rem;
}

.contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-contents {
  width: 100%;
  max-width: 97rem;
  border: 1px solid #ccc;
  border-width: 1px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  gap: 5rem;
  padding: 3rem 0;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .contact-contents {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3rem;
    padding: 2rem 0;
    border-width: 0 0 1px 0;
  }
}

.contact-contents__item {
  height: 100%;
  width: 26rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .contact-contents__item {
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 4rem 0;
  }
}

.contact-contents__icon {
  width: 5.6rem;
}

.contact-contents__ttl {
  font-weight: 500;
}

.contact-contents__txt,
.contact-contents__note {
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {

  .contact-contents__txt,
  .contact-contents__note {
    width: 70%;
    text-align: center;
  }
}

.contact-contents__txt {
  font-weight: 500;
}

.contact-contents__link {
  width: 23.6rem;
  height: 4.5rem;
  background: #fff;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #9a9a9a;
  color: #515353;
  -webkit-transform: .4s;
  -ms-transform: .4s;
  transform: .4s;
  text-align: center;
}

.contact-contents__link:hover,
.contact-contents__link:visited {
  text-decoration: none;
  color: #515353;
}

.contact-contents__link:hover {
  background: #9a9a9a;
  color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  /*PC*/
}

@media all and (min-width: 40em) {
  .contact-contents__link:hover.-tel {
    background: #fff;
    color: #515353;
  }
}

.contact-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  margin: 3rem 0 12rem;
}

/*==================================*/
/*COMMON CLASS*/
/*==================================*/
/*------------------------------*/
/*pc/sp*/
/*------------------------------*/
.u_sp {
  display: none !important;
}

/*全スマホ*/
@media only screen and (max-width: 40em) {
  .u_pc {
    display: none !important;
  }

  .u_sp {
    display: block !important;
  }
}

/*------------------------------*/
/*link */
/*------------------------------*/
a.u_linknone {
  pointer-events: none;
  cursor: default;
}

/*------------------------------*/
/*TXT*/
/*------------------------------*/
.u_txtSmall {
  font-size: 80%;
  line-height: 150%;
}

.u_txtMidium {
  font-size: 120%;
  line-height: 150%;
}

.u_lh1 {
  line-height: 1 !important;
}

.u_lh1_5 {
  line-height: 1.5 !important;
}

.u_lh1_8 {
  line-height: 1.8 !important;
}

/*------------------------------*/
/*TXT*/
/*------------------------------*/
.u_ft10 {
  font-size: 10px !important;
  font-size: 1.0rem !important;
}

.u_ft11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}

.u_ft12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.u_ft13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.u_ft14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.u_ft15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}

.u_ft16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.u_ft17 {
  font-size: 17px !important;
  font-size: 1.7rem !important;
}

.u_ft18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.u_ft19 {
  font-size: 19px !important;
  font-size: 1.9rem !important;
}

.u_ft20 {
  font-size: 20px !important;
  font-size: 2.0rem !important;
}

.u_ft21 {
  font-size: 21px !important;
  font-size: 2.1rem !important;
}

.u_ft22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}

.u_ft23 {
  font-size: 23px !important;
  font-size: 2.3rem !important;
}

.u_ft24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}

.u_ft25 {
  font-size: 25px !important;
  font-size: 2.5rem !important;
}

.u_ft30 {
  font-size: 30px !important;
  font-size: 3.0rem !important;
}

.u_ft35 {
  font-size: 35px !important;
  font-size: 3.5rem !important;
}

.u_ft40 {
  font-size: 40px !important;
  font-size: 4.0rem !important;
}

.u_ft45 {
  font-size: 45px !important;
  font-size: 4.5rem !important;
}

.u_ft50 {
  font-size: 50px !important;
  font-size: 5.0rem !important;
}

.u_ft60 {
  font-size: 50px !important;
  font-size: 6.0rem !important;
}

/*--- font-weight ----------*/
.u_ftB {
  font-weight: bold;
}

.u_ftNo {
  font-weight: normal;
}

/*------------------------------*/
/*LAYOUT*/
/*------------------------------*/
.u_floatLeft {
  float: left;
}

.u_floatRight {
  float: right;
}

.u_centerBox {
  text-align: center;
}

.u_rightBox {
  text-align: right;
}

/*------------------------------*/
/*LAYOUT2*/
/*------------------------------*/
.u_flL {
  float: left;
}

.u_flR {
  float: right;
}

.u_flLPc {
  float: left;
}

.u_flRPc {
  float: right;
}

@media screen and (max-width: 767px) {

  .u_flLPc,
  .u_flRPc {
    float: none;
  }
}

.u_txL {
  text-align: left;
}

.u_txC {
  text-align: center;
}

.u_txR {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .u_txL__pc {
    text-align: left;
  }

  .u_txC__pc {
    text-align: center;
  }

  .u_txR__pc {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .u_txL__sp {
    text-align: left;
  }

  .u_txC__sp {
    text-align: center;
  }

  .u_txR__sp {
    text-align: right;
  }
}

/*------------------------------*/
/*colum*/
/*------------------------------*/
.u_clm2-1,
.u_clm2-2,
.u_clm3-1,
.u_clm3-2,
.u_clm3-3,
.u_clm4-1,
.u_clm4-2,
.u_clm4-4,
.u_clm5-1,
.u_clm5-2,
.u_clm5-3,
.u_clm5-5 {
  width: 100%;
  overflow: hidden;
}

ul.u_clm2-1>li,
.u_clm2-1>dl,
.u_clm2-1>div,
ul.u_clm2-2>li,
.u_clm2-2>dl,
.u_clm2-2>div,
ul.u_clm3-1>li,
.u_clm3-1>dl,
.u_clm3-1>div,
ul.u_clm3-2>li,
.u_clm3-2>dl,
.u_clm3-2>div,
ul.u_clm3-3>li,
.u_clm3-3>dl,
.u_clm3-3>div,
ul.u_clm4-1>li,
.u_clm4-1>dl,
.u_clm4-1>div,
ul.u_clm4-2>li,
.u_clm4-2>dl,
.u_clm4-2>div,
ul.u_clm4-4>li,
.u_clm4-4>dl,
.u_clm4-4>div,
ul.u_clm5-1>li,
.u_clm5-1>dl,
.u_clm5-1>div,
ul.u_clm5-2>li,
.u_clm5-2>dl,
.u_clm5-2>div,
ul.u_clm5-3>li,
.u_clm5-3>dl,
.u_clm5-3>div,
ul.u_clm5-5>li,
.u_clm5-5>dl,
.u_clm5-5>div {
  float: left;
  margin-bottom: 2%;
}

ul.u_clm2-1>li a,
.u_clm2-1>dl>a,
.u_clm2-1>div>a,
ul.u_clm2-2>li a,
.u_clm2-2>dl>a,
.u_clm2-2>div>a,
ul.u_clm3-1>li a,
.u_clm3-1>dl>a,
.u_clm3-1>div>a,
ul.u_clm3-2>li a,
.u_clm3-2>dl>a,
.u_clm3-2>div>a,
ul.u_clm3-3>li a,
.u_clm3-3>dl>a,
.u_clm3-3>div>a,
ul.u_clm4-1>li a,
.u_clm4-1>dl>a,
.u_clm4-1>div>a,
ul.u_clm4-2>li a,
.u_clm4-2>dl>a,
.u_clm4-2>div>a,
ul.u_clm4-4>li a,
.u_clm4-4>dl>a,
.u_clm4-4>div>a,
ul.u_clm5-1>li a,
.u_clm5-1>dl>a,
.u_clm5-1>div>a,
ul.u_clm5-2>li a,
.u_clm5-2>dl>a,
.u_clm5-2>div>a,
ul.u_clm5-3>li a,
.u_clm5-3>dl>a,
.u_clm5-3>div>a,
ul.u_clm5-5>li a,
.u_clm5-5>dl>a,
.u_clm5-5>div>a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {

  ul.u_clm2-1>li,
  .u_clm2-1>dl,
  .u_clm2-1>div,
  ul.u_clm2-2>li,
  .u_clm2-2>dl,
  .u_clm2-2>div,
  ul.u_clm3-1>li,
  .u_clm3-1>dl,
  .u_clm3-1>div,
  ul.u_clm3-2>li,
  .u_clm3-2>dl,
  .u_clm3-2>div,
  ul.u_clm3-3>li,
  .u_clm3-3>dl,
  .u_clm3-3>div,
  ul.u_clm4-1>li,
  .u_clm4-1>dl,
  .u_clm4-1>div,
  ul.u_clm4-2>li,
  .u_clm4-2>dl,
  .u_clm4-2>div,
  ul.u_clm4-4>li,
  .u_clm4-4>dl,
  .u_clm4-4>div,
  ul.u_clm5-1>li,
  .u_clm5-1>dl,
  .u_clm5-1>div,
  ul.u_clm5-2>li,
  .u_clm5-2>dl,
  .u_clm5-2>div,
  ul.u_clm5-3>li,
  .u_clm5-3>dl,
  .u_clm5-3>div,
  ul.u_clm5-5>li,
  .u_clm5-5>dl,
  .u_clm5-5>div {
    float: left;
    margin-bottom: 2%;
  }
}

ul.u_clm2-1>li,
.u_clm2-1>dl,
.u_clm2-1>div,
ul.u_clm2-2>li,
.u_clm2-2>dl,
.u_clm2-2>div {
  width: 49%;
  margin-right: 2%;
}

ul.u_clm2-1>li:nth-child(2n),
.u_clm2-1>dl:nth-child(2n),
.u_clm2-1>div:nth-child(2n),
ul.u_clm2-2>li:nth-child(2n),
.u_clm2-2>dl:nth-child(2n),
.u_clm2-2>div:nth-child(2n) {
  margin-right: 0;
}

ul.u_clm3-1>li,
.u_clm3-1>dl,
.u_clm3-1>div,
ul.u_clm3-2>li,
.u_clm3-2>dl,
.u_clm3-2>div,
ul.u_clm3-3>li,
.u_clm3-3>dl,
.u_clm3-3>div {
  width: 32%;
  margin-right: 2%;
}

ul.u_clm3-1>li:nth-child(3n),
.u_clm3-1>dl:nth-child(3n),
.u_clm3-1>div:nth-child(3n),
ul.u_clm3-2>li:nth-child(3n),
.u_clm3-2>dl:nth-child(3n),
.u_clm3-2>div:nth-child(3n),
ul.u_clm3-3>li:nth-child(3n),
.u_clm3-3>dl:nth-child(3n),
.u_clm3-3>div:nth-child(3n) {
  margin-right: 0;
}

ul.u_clm4-1>li,
.u_clm4-1>dl,
.u_clm4-1>div,
ul.u_clm4-2>li,
.u_clm4-2>dl,
.u_clm4-2>div,
ul.u_clm4-4>li,
.u_clm4-4>dl,
.u_clm4-4>div {
  width: 23.5%;
  margin-right: 2%;
}

ul.u_clm4-1>li:nth-child(4n),
.u_clm4-1>dl:nth-child(4n),
.u_clm4-1>div:nth-child(4n),
ul.u_clm4-2>li:nth-child(4n),
.u_clm4-2>dl:nth-child(4n),
.u_clm4-2>div:nth-child(4n),
ul.u_clm4-4>li:nth-child(4n),
.u_clm4-4>dl:nth-child(4n),
.u_clm4-4>div:nth-child(4n) {
  margin-right: 0;
}

ul.u_clm5-1>li,
.u_clm5-1>dl,
.u_clm5-1>div,
ul.u_clm5-2>li,
.u_clm5-2>dl,
.u_clm5-2>div,
ul.u_clm5-3>li,
.u_clm5-3>dl,
.u_clm5-3>div,
ul.u_clm5-5>li,
.u_clm5-5>dl,
.u_clm5-5>div {
  width: 18.4%;
  margin-right: 2%;
}

ul.u_clm5-1>li:nth-child(5n),
.u_clm5-1>dl:nth-child(5n),
.u_clm5-1>div:nth-child(5n),
ul.u_clm5-2>li:nth-child(5n),
.u_clm5-2>dl:nth-child(5n),
.u_clm5-2>div:nth-child(5n),
ul.u_clm5-3>li:nth-child(5n),
.u_clm5-3>dl:nth-child(5n),
.u_clm5-3>div:nth-child(5n),
ul.u_clm5-5>li:nth-child(5n),
.u_clm5-5>dl:nth-child(5n),
.u_clm5-5>div:nth-child(5n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {

  ul.u_clm2-1>li,
  .u_clm2-1>dl,
  .u_clm2-1>div,
  ul.u_clm3-1>li,
  .u_clm3-1>dl,
  .u_clm3-1>div,
  ul.u_clm4-1>li,
  .u_clm4-1>dl,
  .u_clm4-1>div,
  ul.u_clm5-1>li,
  .u_clm5-1>dl,
  .u_clm5-1>div {
    width: 100%;
    margin-right: 0;
  }

  ul.u_clm3-2>li,
  .u_clm3-2>dl,
  .u_clm3-2>div,
  ul.u_clm4-2>li,
  .u_clm4-2>dl,
  .u_clm4-2>div,
  ul.u_clm5-2>li,
  .u_clm5-2>dl,
  .u_clm5-2>div {
    width: 49%;
    margin-right: 2%;
  }

  ul.u_clm3-2>li:nth-child(3n),
  .u_clm3-2>dl:nth-child(3n),
  .u_clm3-2>div:nth-child(3n) {
    margin-right: 2%;
  }

  ul.u_clm3-2>li:nth-child(2n),
  .u_clm3-2>dl:nth-child(2n),
  .u_clm3-2>div:nth-child(2n) {
    margin-right: 0;
  }

  ul.u_clm4-2>li:nth-child(2n),
  .u_clm4-2>dl:nth-child(2n),
  .u_clm4-2>div:nth-child(2n) {
    margin-right: 0;
  }

  ul.u_clm5-2>li:nth-child(2n),
  .u_clm5-2>dl:nth-child(2n),
  .u_clm5-2>div:nth-child(2n) {
    margin-right: 0;
  }

  ul.u_clm5-3>li,
  .u_clm5-3>dl,
  .u_clm5-3>div {
    width: 32%;
    margin-right: 2%;
  }

  ul.u_clm5-3>li:nth-child(5n),
  .u_clm5-3>dl:nth-child(5n),
  .u_clm5-3>div:nth-child(5n) {
    margin-right: 2%;
  }

  ul.u_clm5-3>li:nth-child(3n),
  .u_clm5-3>dl:nth-child(3n),
  .u_clm5-3>div:nth-child(3n) {
    margin-right: 0;
  }
}

/*--- column（inline-block） ----------*/
.u_clmIb2-1,
.u_clmIb2-2,
.u_clmIb3-1,
.u_clmIb3-2,
.u_clmIb3-3,
.u_clmIb4-1,
.u_clmIb4-2,
.u_clmIb4-4,
.u_clmIb5-1,
.u_clmIb5-3,
.u_clmIb5-5 {
  width: 100%;
  letter-spacing: -0.4em;
}

ul.u_clmIb2-1>li,
.u_clmIb2-1>dl,
.u_clmIb2-1>div,
ul.u_clmIb2-2>li,
.u_clmIb2-2>dl,
.u_clmIb2-2>div,
ul.u_clmIb3-1>li,
.u_clmIb3-1>dl,
.u_clmIb3-1>div,
ul.u_clmIb3-2>li,
.u_clmIb3-2>dl,
.u_clmIb3-2>div,
ul.u_clmIb3-3>li,
.u_clmIb3-3>dl,
.u_clmIb3-3>div,
ul.u_clmIb4-1>li,
.u_clmIb4-1>dl,
.u_clmIb4-1>div,
ul.u_clmIb4-2>li,
.u_clmIb4-2>dl,
.u_clmIb4-2>div,
ul.u_clmIb4-4>li,
.u_clmIb4-4>dl,
.u_clmIb4-4>div,
ul.u_clmIb5-1>li,
.u_clmIb5-1>dl,
.u_clmIb5-1>div,
ul.u_clmIb5-3>li,
.u_clmIb5-3>dl,
.u_clmIb5-3>div,
ul.u_clmIb5-5>li,
.u_clmIb5-5>dl,
.u_clmIb5-5>div {
  display: inline-block;
  letter-spacing: normal;
}

ul.u_clmIb2-1>li,
.u_clmIb2-1>dl,
.u_clmIb2-1>div,
ul.u_clmIb2-2>li,
.u_clmIb2-2>dl,
.u_clmIb2-2>div {
  width: 50%;
}

ul.u_clmIb3-1>li,
.u_clmIb3-1>dl,
.u_clmIb3-1>div,
ul.u_clmIb3-2>li,
.u_clmIb3-2>dl,
.u_clmIb3-2>div,
ul.u_clmIb3-3>li,
.u_clmIb3-3>dl,
.u_clmIb3-3>div {
  width: 33.333%;
}

ul.u_clmIb3-1>li:nth-child(3n+2),
.u_clmIb3-1>dl:nth-child(3n+2),
.u_clmIb3-1>div:nth-child(3n+2),
ul.u_clmIb3-2>li:nth-child(3n+2),
.u_clmIb3-2>dl:nth-child(3n+2),
.u_clmIb3-2>div:nth-child(3n+2),
ul.u_clmIb3-3>li:nth-child(3n+2),
.u_clmIb3-3>dl:nth-child(3n+2),
.u_clmIb3-3>div:nth-child(3n+2) {
  width: 33.334%;
}

ul.u_clmIb4-1>li,
.u_clmIb4-1>dl,
.u_clmIb4-1>div,
ul.u_clmIb4-2>li,
.u_clmIb4-2>dl,
.u_clmIb4-2>div,
ul.u_clmIb4-4>li,
.u_clmIb4-4>dl,
.u_clmIb4-4>div {
  width: 25%;
}

ul.u_clmIb5-1>li,
.u_clmIb5-1>dl,
.u_clmIb5-1>div,
ul.u_clmIb5-3>li,
.u_clmIb5-3>dl,
.u_clmIb5-3>div,
ul.u_clmIb5-5>li,
.u_clmIb5-5>dl,
.u_clmIb5-5>div {
  width: 20%;
}

ul.u_clmIb2-1>li a,
.u_clmIb2-1>dl>a,
.u_clmIb2-1>div>a,
ul.u_clmIb2-2>li a,
.u_clmIb2-2>dl>a,
.u_clmIb2-2>div>a,
ul.u_clmIb3-1>li a,
.u_clmIb3-1>dl>a,
.u_clmIb3-1>div>a,
ul.u_clmIb3-2>li a,
.u_clmIb3-2>dl>a,
.u_clmIb3-2>div>a,
ul.u_clmIb3-3>li a,
.u_clmIb3-3>dl>a,
.u_clmIb3-3>div>a,
ul.u_clmIb4-1>li a,
.u_clmIb4-1>dl>a,
.u_clmIb4-1>div>a,
ul.u_clmIb4-2>li a,
.u_clmIb4-2>dl>a,
.u_clmIb4-2>div>a,
ul.u_clmIb4-4>li a,
.u_clmIb4-4>dl>a,
.u_clmIb4-4>div>a,
ul.u_clmIb5-1>li a,
.u_clmIb5-1>dl>a,
.u_clmIb5-1>div>a,
ul.u_clmIb5-3>li a,
.u_clmIb5-3>dl>a,
.u_clmIb5-3>div>a,
ul.u_clmIb5-5>li a,
.u_clmIb5-5>dl>a,
.u_clmIb5-5>div>a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {

  ul.u_clmIb2-1>li,
  .u_clmIb2-1>dl,
  .u_clmIb2-1>div,
  ul.u_clmIb3-1>li,
  .u_clmIb3-1>dl,
  .u_clmIb3-1>div,
  ul.u_clmIb4-1>li,
  .u_clmIb4-1>dl,
  .u_clmIb4-1>div,
  ul.u_clmIb5-1>li,
  .u_clmIb5-1>dl,
  .u_clmIb5-1>div {
    width: 100%;
  }

  ul.u_clmIb3-1>li:nth-child(3n+2),
  .u_clmIb3-1>dl:nth-child(3n+2),
  .u_clmIb3-1>div:nth-child(3n+2) {
    width: 100%;
  }

  ul.u_clmIb3-2>li,
  .u_clmIb3-2>dl,
  .u_clmIb3-2>div,
  ul.u_clmIb4-2>li,
  .u_clmIb4-2>dl,
  .u_clmIb4-2>div {
    width: 50%;
  }

  ul.u_clmIb3-2>li:nth-child(3n+2),
  .u_clmIb3-2>dl:nth-child(3n+2),
  .u_clmIb3-2>div:nth-child(3n+2) {
    width: 50%;
  }

  ul.u_clmIb5-3>li,
  .u_clmIb5-3>dl,
  .u_clmIb5-3>div {
    width: 33.333%;
  }

  ul.u_clmIb5-3>li:nth-child(3n+2),
  .u_clmIb5-3>dl:nth-child(3n+2),
  .u_clmIb5-3>div:nth-child(3n+2) {
    width: 33.334%;
  }
}

/*--- flexbox ----------*/
.u_clmFl2,
ul.u_clmFl2>li,
.u_clmFl2>dl,
.u_clmFl3,
ul.u_clmFl3>li,
.u_clmFl3>dl,
.u_clmFl4,
ul.u_clmFl4>li,
.u_clmFl4>dl,
.u_clmFl5,
ul.u_clmFl5>li,
.u_clmFl5>dl {
  display: flex;
  display: -webkit-box;
  /* Androidブラウザ用 */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-flex;
  /* safari（PC）用 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-align-content: space-between;
  /* IE10 */
  -webkit-align-content: space-between;
  /* safari（PC）用 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  -webkit-flex-wrap: wrap;
  /* safari（PC）用 */
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-align-items: stretch;
  /* IE10 */
  -webkit-align-items: stretch;
  /* safari（PC）用 */
}

.u_clmFl2,
ul.u_clmFl2>li,
.u_clmFl2>dl {
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}

.u_clmFl3,
ul.u_clmFl3>li,
.u_clmFl3>dl {
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}

.u_clmFl4,
ul.u_clmFl4>li,
.u_clmFl4>dl {
  -ms-flex-preferred-size: 23.5%;
  flex-basis: 23.5%;
}

.u_clmFl5,
ul.u_clmFl5>li,
.u_clmFl5>dl {
  -ms-flex-preferred-size: 18.4%;
  flex-basis: 18.4%;
}

.u_clmFl2 a,
ul.u_clmFl2>li a,
.u_clmFl2>dl a,
.u_clmFl3 a,
ul.u_clmFl3>li a,
.u_clmFl3>dl a,
.u_clmFl4 a,
ul.u_clmFl4>li a,
.u_clmFl4>dl a,
.u_clmFl5 a,
ul.u_clmFl5>li a,
.u_clmFl5>dl a {
  display: block;
  width: 100%;
  height: 100%;
}

/*--- flexbox（複数行に渡って上下左右の間隔を均等にする場合） ----------*/
.u_clmFlSp2-1,
ul.u_clmFlSp2-1>li,
.u_clmFlSp2-1>dl,
.u_clmFlSp2-2,
ul.u_clmFlSp2-2>li,
.u_clmFlSp2-2>dl,
.u_clmFlSp3-1,
ul.u_clmFlSp3-1>li,
.u_clmFlSp3-1>dl,
.u_clmFlSp3-2,
ul.u_clmFlSp3-2>li,
.u_clmFlSp3-2>dl,
.u_clmFlSp3-3,
ul.u_clmFlSp3-3>li,
.u_clmFlSp3-3>dl,
.u_clmFlSp4-1,
ul.u_clmFlSp4-1>li,
.u_clmFlSp4-1>dl,
.u_clmFlSp4-2,
ul.u_clmFlSp4-2>li,
.u_clmFlSp4-2>dl,
.u_clmFlSp4-4,
ul.u_clmFlSp4-4>li,
.u_clmFlSp4-4>dl,
.u_clmFlSp5-1,
ul.u_clmFlSp5-1>li,
.u_clmFlSp5-1>dl,
.u_clmFlSp5-3,
ul.u_clmFlSp5-3>li,
.u_clmFlSp5-3>dl,
.u_clmFlSp5-5,
ul.u_clmFlSp5-5>li,
.u_clmFlSp5-5>dl {
  display: flex;
  display: -webkit-box;
  /* Androidブラウザ用 */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-flex;
  /* safari（PC）用 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  -webkit-flex-wrap: wrap;
  /* safari（PC）用 */
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-align-items: stretch;
  /* IE10 */
  -webkit-align-items: stretch;
  /* safari（PC）用 */
  margin: 0.5%;
}

.u_clmFlSp2-1,
ul.u_clmFlSp2-1>li,
.u_clmFlSp2-1>dl,
.u_clmFlSp2-2,
ul.u_clmFlSp2-2>li,
.u_clmFlSp2-2>dl {
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}

.u_clmFlSp3-1,
ul.u_clmFlSp3-1>li,
.u_clmFlSp3-1>dl,
.u_clmFlSp3-2,
ul.u_clmFlSp3-2>li,
.u_clmFlSp3-2>dl,
.u_clmFlSp3-3,
ul.u_clmFlSp3-3>li,
.u_clmFlSp3-3>dl {
  -ms-flex-preferred-size: 32.333%;
  flex-basis: 32.333%;
}

.u_clmFlSp4-1,
ul.u_clmFlSp4-1>li,
.u_clmFlSp4-1>dl,
.u_clmFlSp4-2,
ul.u_clmFlSp4-2>li,
.u_clmFlSp4-2>dl,
.u_clmFlSp4-4,
ul.u_clmFlSp4-4>li,
.u_clmFlSp4-4>dl {
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
}

.u_clmFlSp5-1,
ul.u_clmFlSp5-1>li,
.u_clmFlSp5-1>dl,
.u_clmFlSp5-3,
ul.u_clmFlSp5-3>li,
.u_clmFlSp5-3>dl,
.u_clmFlSp5-5,
ul.u_clmFlSp5-5>li,
.u_clmFlSp5-5>dl {
  -ms-flex-preferred-size: 19%;
  flex-basis: 19%;
}

.u_clmFlSp2-1 a,
ul.u_clmFlSp2-1>li a,
.u_clmFlSp2-1>dl>a,
.u_clmFlSp2-2 a,
ul.u_clmFlSp2-2>li a,
.u_clmFlSp2-2>dl>a,
.u_clmFlSp3-1 a,
ul.u_clmFlSp3-1>li a,
.u_clmFlSp3-1>dl>a,
.u_clmFlSp3-2 a,
ul.u_clmFlSp3-2>li a,
.u_clmFlSp3-2>dl>a,
.u_clmFlSp3-3 a,
ul.u_clmFlSp3-3>li a,
.u_clmFlSp3-3>dl>a,
.u_clmFlSp4-1 a,
ul.u_clmFlSp4-1>li a,
.u_clmFlSp4-1>dl>a,
.u_clmFlSp4-2 a,
ul.u_clmFlSp4-2>li a,
.u_clmFlSp4-2>dl>a,
.u_clmFlSp4-4 a,
ul.u_clmFlSp4-4>li a,
.u_clmFlSp4-4>dl>a,
.u_clmFlSp5-1 a,
ul.u_clmFlSp5-1>li a,
.u_clmFlSp5-1>dl>a,
.u_clmFlSp5-3 a,
ul.u_clmFlSp5-3>li a,
.u_clmFlSp5-3>dl>a,
.u_clmFlSp5-5 a,
ul.u_clmFlSp5-5>li a,
.u_clmFlSp5-5>dl>a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {

  .u_clmFlSp2-1,
  ul.u_clmFlSp2-1>li,
  .u_clmFlSp2-1>dl,
  .u_clmFlSp3-1,
  ul.u_clmFlSp3-1>li,
  .u_clmFlSp3-1>dl,
  .u_clmFlSp4-1,
  ul.u_clmFlSp4-1>li,
  .u_clmFlSp4-1>dl,
  .u_clmFlSp5-1,
  ul.u_clmFlSp5-1>li,
  .u_clmFlSp5-1>dl {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 0 1% 0;
  }

  .u_clmFlSp3-2,
  ul.u_clmFlSp3-2>li,
  .u_clmFlSp3-2>dl,
  .u_clmFlSp4-2,
  ul.u_clmFlSp4-2>li,
  .u_clmFlSp4-2>dl {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }

  .u_clmFlSp5-3,
  ul.u_clmFlSp5-3>li,
  .u_clmFlSp5-3>dl {
    -ms-flex-preferred-size: 32.333%;
    flex-basis: 32.333%;
  }
}

/*------------------------------*/
/*CREAR*/
/*------------------------------*/
.u_clear {
  clear: both;
  _zoom: 1;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.u_clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.u_clearfix {
  display: inline-block;
}

/*hides IE-mac \*/
* html .u_clearfix {
  height: 1%;
}

.u_clearfix {
  display: block;
}

/*hide  IE-mac */
/*------------------------------*/
/*COLOR*/
/*------------------------------*/
.u_color-orange {
  color: #FF6600;
}

.u_color-red {
  color: #FF0000;
}

.u_color-black {
  color: #000000;
}

.u_color-white {
  color: #FFFFFF;
}

.u_color-green {
  color: #009900;
}

/*------------------------------*/
/*Margin Padding */
/*------------------------------*/
/*------------------------------*/
/*Margin Padding 2*/
/*------------------------------*/
/*--- 中央配置 ----------*/
.u_mgC {
  margin-right: auto !important;
  margin-left: auto !important;
}

/*--- 上 ----------*/
.u_mgT0 {
  margin-top: 0px !important;
}

.u_mgT5 {
  margin-top: 5px !important;
}

.u_mgT10 {
  margin-top: 10px !important;
}

.u_mgT15 {
  margin-top: 15px !important;
}

.u_mgT20 {
  margin-top: 20px !important;
}

.u_mgT25 {
  margin-top: 25px !important;
}

.u_mgT30 {
  margin-top: 30px !important;
}

.u_mgT40 {
  margin-top: 40px !important;
}

.u_mgT50 {
  margin-top: 50px !important;
}

.u_pdT5 {
  padding-top: 5px !important;
}

.u_pdT10 {
  padding-top: 10px !important;
}

.u_pdT15 {
  padding-top: 15px !important;
}

.u_pdT20 {
  padding-top: 20px !important;
}

.u_pdT25 {
  padding-top: 25px !important;
}

.u_pdT30 {
  padding-top: 30px !important;
}

.u_pdT40 {
  padding-top: 40px !important;
}

.u_pdT50 {
  padding-top: 50px !important;
}

/*--- 右 ----------*/
.u_mgR0 {
  margin-right: 0px !important;
}

.u_mgR10 {
  margin-right: 10px !important;
}

.u_mgR15 {
  margin-right: 15px !important;
}

.u_mgR20 {
  margin-right: 20px !important;
}

.u_mgR25 {
  margin-right: 25px !important;
}

.u_mgR30 {
  margin-right: 30px !important;
}

.u_mgR40 {
  margin-right: 40px !important;
}

.u_mgR50 {
  margin-right: 50px !important;
}

.u_pdR5 {
  padding-right: 5px !important;
}

.u_pdR10 {
  padding-right: 10px !important;
}

.u_pdR15 {
  padding-right: 15px !important;
}

.u_pdR20 {
  padding-right: 20px !important;
}

.u_pdR25 {
  padding-right: 25px !important;
}

.u_pdR30 {
  padding-right: 30px !important;
}

.u_pdR40 {
  padding-right: 40px !important;
}

.u_pdR50 {
  padding-right: 50px !important;
}

/*--- 左 ----------*/
.u_mgL0 {
  margin-left: 0px !important;
}

.u_mgL10 {
  margin-left: 10px !important;
}

.u_mgL15 {
  margin-left: 15px !important;
}

.u_mgL20 {
  margin-left: 20px !important;
}

.u_mgL25 {
  margin-left: 25px !important;
}

.u_mgL30 {
  margin-left: 30px !important;
}

.u_mgL40 {
  margin-left: 40px !important;
}

.u_mgL50 {
  margin-left: 50px !important;
}

.u_pdL5 {
  padding-left: 5px !important;
}

.u_pdL10 {
  padding-left: 10px !important;
}

.u_pdL15 {
  padding-left: 15px !important;
}

.u_pdL20 {
  padding-left: 20px !important;
}

.u_pdL25 {
  padding-left: 25px !important;
}

.u_pdL30 {
  padding-left: 30px !important;
}

.u_pdL40 {
  padding-left: 40px !important;
}

.u_pdL50 {
  padding-left: 50px !important;
}

/*--- 下 ----------*/
.u_mgB0 {
  margin-bottom: 0px !important;
}

.u_mgB5 {
  margin-bottom: 5px !important;
}

.u_mgB10 {
  margin-bottom: 10px !important;
}

.u_mgB15 {
  margin-bottom: 15px !important;
}

.u_mgB20 {
  margin-bottom: 20px !important;
}

.u_mgB25 {
  margin-bottom: 25px !important;
}

.u_mgB30 {
  margin-bottom: 30px !important;
}

.u_mgB40 {
  margin-bottom: 40px !important;
}

.u_mgB50 {
  margin-bottom: 50px !important;
}

.u_pdB5 {
  padding-bottom: 5px !important;
}

.u_pdB10 {
  padding-bottom: 10px !important;
}

.u_pdB15 {
  padding-bottom: 15px !important;
}

.u_pdB20 {
  padding-bottom: 20px !important;
}

.u_pdB25 {
  padding-bottom: 25px !important;
}

.u_pdB30 {
  padding-bottom: 30px !important;
}

.u_pdB40 {
  padding-bottom: 40px !important;
}

.u_pdB50 {
  padding-bottom: 50px !important;
}

/*--- 上下 ----------*/
.u_mgTB0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.u_mgTB5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.u_mgTB10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.u_mgTB15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.u_mgTB20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.u_mgTB20 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.u_mgTB30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u_mgTB40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u_mgTB50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.u_pdTB5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.u_pdTB10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.u_pdTB15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.u_pdTB20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.u_pdTB25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.u_pdTB30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.u_pdTB40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.u_pdTB50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

/*--- 左右 ----------*/
.u_mgLR0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.u_mgLR10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.u_mgLR15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.u_mgLR20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.u_mgLR25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.u_mgLR30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.u_mgLR40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.u_mgLR50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.u_pdLR5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.u_pdLR10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.u_pdLR15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.u_pdLR20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.u_pdLR25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.u_pdLR30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.u_pdLR40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.u_pdLR50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

/*--- 全体 ----------*/
.u_mgA0 {
  margin: 0px !important;
}

.u_mgA10 {
  margin: 10px !important;
}

.u_mgA15 {
  margin: 15px !important;
}

.u_mgA20 {
  margin: 20px !important;
}

.u_mgA25 {
  margin: 25px !important;
}

.u_mgA30 {
  margin: 30px !important;
}

.u_mgA40 {
  margin: 40px !important;
}

.u_mgA50 {
  margin: 50px !important;
}

.u_pdA5 {
  padding: 5px !important;
}

.u_pdA10 {
  padding: 10px !important;
}

.u_pdA15 {
  padding: 15px !important;
}

.u_pdA20 {
  padding: 20px !important;
}

.u_pdA25 {
  padding: 25px !important;
}

.u_pdA30 {
  padding: 30px !important;
}

.u_pdA40 {
  padding: 40px !important;
}

.u_pdA50 {
  padding: 50px !important;
}

/*--- 横幅 ----------*/
/* ピクセル */
.u_w1000 {
  width: 1000px !important;
}

.u_w950 {
  width: 950px !important;
}

.u_w900 {
  width: 900px !important;
}

.u_w850 {
  width: 850px !important;
}

.u_w800 {
  width: 800px !important;
}

.u_w750 {
  width: 750px !important;
}

.u_w700 {
  width: 700px !important;
}

.u_w650 {
  width: 650px !important;
}

.u_w600 {
  width: 600px !important;
}

.u_w550 {
  width: 550px !important;
}

.u_w500 {
  width: 500px !important;
}

.u_w450 {
  width: 450px !important;
}

.u_w400 {
  width: 400px !important;
}

.u_w350 {
  width: 350px !important;
}

.u_w300 {
  width: 300px !important;
}

.u_w250 {
  width: 250px !important;
}

.u_w200 {
  width: 200px !important;
}

.u_w150 {
  width: 150px !important;
}

.u_w100 {
  width: 100px !important;
}

.u_w50 {
  width: 50px !important;
}

/* パーセント */
.u_wP100 {
  width: 100% !important;
}

.u_wP95 {
  width: 95% !important;
}

.u_wP90 {
  width: 90% !important;
}

.u_wP85 {
  width: 85% !important;
}

.u_wP80 {
  width: 80% !important;
}

.u_wP75 {
  width: 75% !important;
}

.u_wP70 {
  width: 70% !important;
}

.u_wP65 {
  width: 65% !important;
}

.u_wP60 {
  width: 60% !important;
}

.u_wP55 {
  width: 55% !important;
}

.u_wP50 {
  width: 50% !important;
}

.u_wP45 {
  width: 45% !important;
}

.u_wP40 {
  width: 40% !important;
}

.u_wP35 {
  width: 35% !important;
}

.u_wP30 {
  width: 30% !important;
}

.u_wP25 {
  width: 25% !important;
}

.u_wP20 {
  width: 20% !important;
}

.u_wP15 {
  width: 15% !important;
}

.u_wP10 {
  width: 10% !important;
}

.u_wP5 {
  width: 5% !important;
}

.u_wAuto {
  width: auto !important;
}

@media only screen and (max-width: 750px) {
  .u_wP--sp {
    width: 100% !important;
  }

  /*--- 上 ----------*/
  .u_mgT0_sp {
    margin-top: 0px !important;
  }

  .u_mgT5_sp {
    margin-top: 5px !important;
  }

  .u_mgT10_sp {
    margin-top: 10px !important;
  }

  .u_mgT15_sp {
    margin-top: 15px !important;
  }

  .u_mgT20_sp {
    margin-top: 20px !important;
  }

  .u_mgT25_sp {
    margin-top: 25px !important;
  }

  .u_mgT30_sp {
    margin-top: 30px !important;
  }

  .u_mgT40_sp {
    margin-top: 40px !important;
  }

  .u_mgT50_sp {
    margin-top: 50px !important;
  }

  .u_pdT5_sp {
    padding-top: 5px !important;
  }

  .u_pdT10_sp {
    padding-top: 10px !important;
  }

  .u_pdT15_sp {
    padding-top: 15px !important;
  }

  .u_pdT20_sp {
    padding-top: 20px !important;
  }

  .u_pdT25_sp {
    padding-top: 25px !important;
  }

  .u_pdT30_sp {
    padding-top: 30px !important;
  }

  .u_pdT40_sp {
    padding-top: 40px !important;
  }

  .u_pdT50_sp {
    padding-top: 50px !important;
  }

  /*--- 右 ----------*/
  .u_mgR0_sp {
    margin-right: 0px !important;
  }

  .u_mgR10_sp {
    margin-right: 10px !important;
  }

  .u_mgR15_sp {
    margin-right: 15px !important;
  }

  .u_mgR20_sp {
    margin-right: 20px !important;
  }

  .u_mgR25_sp {
    margin-right: 25px !important;
  }

  .u_mgR30_sp {
    margin-right: 30px !important;
  }

  .u_mgR40_sp {
    margin-right: 40px !important;
  }

  .u_mgR50_sp {
    margin-right: 50px !important;
  }

  .u_pdR5_sp {
    padding-right: 5px !important;
  }

  .u_pdR10_sp {
    padding-right: 10px !important;
  }

  .u_pdR15_sp {
    padding-right: 15px !important;
  }

  .u_pdR20_sp {
    padding-right: 20px !important;
  }

  .u_pdR25_sp {
    padding-right: 25px !important;
  }

  .u_pdR30_sp {
    padding-right: 30px !important;
  }

  .u_pdR40_sp {
    padding-right: 40px !important;
  }

  .u_pdR50_sp {
    padding-right: 50px !important;
  }

  /*--- 左 ----------*/
  .u_mgL0_sp {
    margin-left: 0px !important;
  }

  .u_mgL10_sp {
    margin-left: 10px !important;
  }

  .u_mgL15_sp {
    margin-left: 15px !important;
  }

  .u_mgL20_sp {
    margin-left: 20px !important;
  }

  .u_mgL25_sp {
    margin-left: 25px !important;
  }

  .u_mgL30_sp {
    margin-left: 30px !important;
  }

  .u_mgL40_sp {
    margin-left: 40px !important;
  }

  .u_mgL50_sp {
    margin-left: 50px !important;
  }

  .u_pdL5_sp {
    padding-left: 5px !important;
  }

  .u_pdL10_sp {
    padding-left: 10px !important;
  }

  .u_pdL15_sp {
    padding-left: 15px !important;
  }

  .u_pdL20_sp {
    padding-left: 20px !important;
  }

  .u_pdL25_sp {
    padding-left: 25px !important;
  }

  .u_pdL30_sp {
    padding-left: 30px !important;
  }

  .u_pdL40_sp {
    padding-left: 40px !important;
  }

  .u_pdL50_sp {
    padding-left: 50px !important;
  }

  /*--- 下 ----------*/
  .u_mgB0_sp {
    margin-bottom: 0px !important;
  }

  .u_mgB5_sp {
    margin-bottom: 5px !important;
  }

  .u_mgB10_sp {
    margin-bottom: 10px !important;
  }

  .u_mgB15_sp {
    margin-bottom: 15px !important;
  }

  .u_mgB20_sp {
    margin-bottom: 20px !important;
  }

  .u_mgB25_sp {
    margin-bottom: 25px !important;
  }

  .u_mgB30_sp {
    margin-bottom: 30px !important;
  }

  .u_mgB40_sp {
    margin-bottom: 40px !important;
  }

  .u_mgB50_sp {
    margin-bottom: 50px !important;
  }

  .u_pdB5_sp {
    padding-bottom: 5px !important;
  }

  .u_pdB10_sp {
    padding-bottom: 10px !important;
  }

  .u_pdB15_sp {
    padding-bottom: 15px !important;
  }

  .u_pdB20_sp {
    padding-bottom: 20px !important;
  }

  .u_pdB25_sp {
    padding-bottom: 25px !important;
  }

  .u_pdB30_sp {
    padding-bottom: 30px !important;
  }

  .u_pdB40_sp {
    padding-bottom: 40px !important;
  }

  .u_pdB50_sp {
    padding-bottom: 50px !important;
  }

  /*--- 上下 ----------*/
  .u_mgTB0_sp {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .u_mgTB5_sp {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .u_mgTB10_sp {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .u_mgTB15_sp {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .u_mgTB20_sp {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .u_mgTB20_sp {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .u_mgTB30_sp {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .u_mgTB40_sp {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .u_mgTB50_sp {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .u_pdTB5_sp {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .u_pdTB10_sp {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .u_pdTB15_sp {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .u_pdTB20_sp {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .u_pdTB25_sp {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .u_pdTB30_sp {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .u_pdTB40_sp {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .u_pdTB50_sp {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  /*--- 左右 ----------*/
  .u_mgLR0_sp {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .u_mgLR10_sp {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .u_mgLR15_sp {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .u_mgLR20_sp {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .u_mgLR25_sp {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .u_mgLR30_sp {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .u_mgLR40_sp {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .u_mgLR50_sp {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .u_pdLR5_sp {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .u_pdLR10_sp {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .u_pdLR15_sp {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .u_pdLR20_sp {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .u_pdLR25_sp {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .u_pdLR30_sp {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .u_pdLR40_sp {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .u_pdLR50_sp {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  /*--- 全体 ----------*/
  .u_mgA0_sp {
    margin: 0px !important;
  }

  .u_mgA10_sp {
    margin: 10px !important;
  }

  .u_mgA15_sp {
    margin: 15px !important;
  }

  .u_mgA20_sp {
    margin: 20px !important;
  }

  .u_mgA25_sp {
    margin: 25px !important;
  }

  .u_mgA30_sp {
    margin: 30px !important;
  }

  .u_mgA40_sp {
    margin: 40px !important;
  }

  .u_mgA50_sp {
    margin: 50px !important;
  }

  .u_pdA5_sp {
    padding: 5px !important;
  }

  .u_pdA10_sp {
    padding: 10px !important;
  }

  .u_pdA15_sp {
    padding: 15px !important;
  }

  .u_pdA20_sp {
    padding: 20px !important;
  }

  .u_pdA25_sp {
    padding: 25px !important;
  }

  .u_pdA30_sp {
    padding: 30px !important;
  }

  .u_pdA40_sp {
    padding: 40px !important;
  }

  .u_pdA50_sp {
    padding: 50px !important;
  }

  /*--- 横幅 ----------*/
  /* ピクセル */
  .u_w1000_sp {
    width: 1000px !important;
  }

  .u_w950_sp {
    width: 950px !important;
  }

  .u_w900_sp {
    width: 900px !important;
  }

  .u_w850_sp {
    width: 850px !important;
  }

  .u_w800_sp {
    width: 800px !important;
  }

  .u_w750_sp {
    width: 750px !important;
  }

  .u_w700_sp {
    width: 700px !important;
  }

  .u_w650_sp {
    width: 650px !important;
  }

  .u_w600_sp {
    width: 600px !important;
  }

  .u_w550_sp {
    width: 550px !important;
  }

  .u_w500_sp {
    width: 500px !important;
  }

  .u_w450_sp {
    width: 450px !important;
  }

  .u_w400_sp {
    width: 400px !important;
  }

  .u_w350_sp {
    width: 350px !important;
  }

  .u_w300_sp {
    width: 300px !important;
  }

  .u_w250_sp {
    width: 250px !important;
  }

  .u_w200_sp {
    width: 200px !important;
  }

  .u_w150_sp {
    width: 150px !important;
  }

  .u_w100_sp {
    width: 100px !important;
  }

  .u_w50_sp {
    width: 50px !important;
  }

  /* パーセント */
  .u_wP100_sp {
    width: 100% !important;
  }

  .u_wP95_sp {
    width: 95% !important;
  }

  .u_wP90_sp {
    width: 90% !important;
  }

  .u_wP85_sp {
    width: 85% !important;
  }

  .u_wP80_sp {
    width: 80% !important;
  }

  .u_wP75_sp {
    width: 75% !important;
  }

  .u_wP70_sp {
    width: 70% !important;
  }

  .u_wP65_sp {
    width: 65% !important;
  }

  .u_wP60_sp {
    width: 60% !important;
  }

  .u_wP55_sp {
    width: 55% !important;
  }

  .u_wP50_sp {
    width: 50% !important;
  }

  .u_wP45_sp {
    width: 45% !important;
  }

  .u_wP40_sp {
    width: 40% !important;
  }

  .u_wP35_sp {
    width: 35% !important;
  }

  .u_wP30_sp {
    width: 30% !important;
  }

  .u_wP25_sp {
    width: 25% !important;
  }

  .u_wP20_sp {
    width: 20% !important;
  }

  .u_wP15_sp {
    width: 15% !important;
  }

  .u_wP10_sp {
    width: 10% !important;
  }

  .u_wP5_sp {
    width: 5% !important;
  }
}

/*------------------------------*/
/*TABLE */
/*------------------------------*/
.u_table-no {
  border-collapse: collapse;
  border: 1px solid #CCCCCC;
  padding: 15px;
}

.u_table-no td {
  border-collapse: collapse;
  border: 1px solid #CCCCCC;
  padding: 15px;
}

.u_table-no th {
  border-collapse: collapse;
  border: 1px solid #CCCCCC;
  background-color: #EDEDED;
  padding: 15px;
  text-align: left;
}

@media only screen and (max-width: 750px) {
  .u_table-no--sp1 {
    border-bottom: none;
  }

  .u_table-no--sp1 td,
  .u_table-no--sp1 th {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #CCCCCC;
  }
}

/*------------------------------*/
/*Efect */
/*------------------------------*/
/*banner rollover end etc*/
a:hover img.u_overBtn {
  filter: alpha(opacity=70);
  -moz-opacity: 0.80;
  opacity: 0.80;
}

/* //banner rollover */
/*------------------------------*/
/*JS Efect */
/*------------------------------*/
.u_imgover {
  margin: 0;
  padding: 0;
}

/*------------------------------*/
/*for txt float  */
/*------------------------------*/
.u_floatNext {
  overflow: auto;
  zoom: 1;
}

/*------------------------------*/
/*for txt float2  */
/*------------------------------*/
.u_floatOver {
  overflow: hidden;
  _zoom: 1;
}

/*------------------------------*/
/*ohters  */
/*------------------------------*/
.u_clearNone {
  clear: none !important;
}

/*------------------------------*/
/*sp table (scrol)  */
/*------------------------------*/
@media only screen and (max-width: 750px) {
  .scrollTable {
    overflow: auto;
    white-space: nowrap;
  }

  .scrollTable table {
    width: 100%;
  }

  .scrollTable::-webkit-scrollbar {
    height: 5px;
  }

  .scrollTable::-webkit-scrollbar-track {
    background: #F1F1F1;
  }

  .scrollTable::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}

ul.u_list_normal {
  /*margin: 1em 0;*/
  padding-left: 40px;
  list-style-type: disc;
}

ul.u_list_normal li {
  margin-bottom: 0.5em;
}

ul.u_list_normal--2-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

ul.u_list_normal--2-1 li {
  width: 45%;
}

@media only screen and (max-width: 750px) {
  ul.u_list_normal--2-1 li {
    width: 100%;
  }
}

ul.u_list_normal--2-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

ul.u_list_normal--2-2 li {
  width: 45%;
}

ul.u_list_normal--small li {
  margin-bottom: 0;
}

ul.u_list_num {
  padding-left: 40px;
  list-style-type: decimal;
}

ul.u_list_note {
  padding-left: 22px;
  list-style-type: none;
}

ul.u_list_note li {
  position: relative;
  padding-left: 1em;
}

ul.u_list_note li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/*------------------------------*/
/*flex*/
/*------------------------------*/
.u_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u_flex--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u_flex--center_h {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u_flex--mb>div,
.u_flex--mb>li {
  margin-bottom: 4%;
}

.u_flex--mb_s>div,
.u_flex--mb_s>li {
  margin-bottom: 10px;
}

@media only screen and (max-width: 750px) {
  .u_flex--pc {
    display: block;
  }
}

@media print,
screen and (min-width: 751px) {
  .u_flex--sp {
    display: block;
  }
}

.u_flex__item--1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.u_flex--c2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}

.u_flex--c2>div,
.u_flex--c2>li {
  width: 46%;
  margin-right: 4%;
}

.u_flex--c2f {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}

.u_flex--c2f>div,
.u_flex--c2f>li {
  margin-right: 4%;
}

.u_flex--c2f-1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}

.u_flex--c2f-1>div,
.u_flex--c2f-1>li {
  margin-right: 4%;
}

@media only screen and (max-width: 750px) {

  .u_flex--c2f-1>div,
  .u_flex--c2f-1>li {
    width: 100%;
    margin-bottom: 4%;
  }

  .u_flex--c2f-1>div:last-of-type,
  .u_flex--c2f-1>li:last-of-type {
    margin-bottom: 0;
  }
}

.u_flex--c2-1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}

.u_flex--c2-1>div,
.u_flex--c2-1>li {
  width: 46%;
  margin-right: 4%;
}

@media only screen and (max-width: 750px) {

  .u_flex--c2-1>div,
  .u_flex--c2-1>li {
    width: 100%;
    margin-bottom: 4%;
  }

  .u_flex--c2-1>div:last-of-type,
  .u_flex--c2-1>li:last-of-type {
    margin-bottom: 0;
  }
}

.u_flex--c3 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}

.u_flex--c3>div,
.u_flex--c3>li {
  width: 29.33333%;
  margin-right: 4%;
}

.u_flex--c3-1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}

.u_flex--c3-1>div,
.u_flex--c3-1>li {
  width: 29.33333%;
  margin-right: 4%;
}

@media only screen and (max-width: 750px) {

  .u_flex--c3-1>div,
  .u_flex--c3-1>li {
    width: 100%;
    margin-bottom: 4%;
  }

  .u_flex--c3-1>div:last-of-type,
  .u_flex--c3-1>li:last-of-type {
    margin-bottom: 0;
  }
}

.u_flex--mb_self {
  margin-bottom: 4%;
}

/*------------------------------*/
/*margin*/
/*------------------------------*/
.u_bl {
  margin-bottom: 40px !important;
}

.u_bl2 {
  margin-bottom: 60px !important;
}

/*------------------------------*/
/*movie*/
/*------------------------------*/
.u_movieSet {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.u_movieSet iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*------------------------------*/
/*img*/
/*------------------------------*/
.u_imgMw100 {
  max-width: 100%;
}

/*------------------------------*/
/*map*/
/*------------------------------*/
.u_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.u_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------*/
/*hr*/
/*------------------------------*/
.u_hr {
  border-top: 1px solid #BBB;
}

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


/*------------------------------*/
/* 2025.07.02追記. ※注意！SCSSには追記しておりません。*/
/*------------------------------*/
.seminer_lead_txt {
  width: 80%;
  text-align: center;
  font-size: 1.8rem;
  margin: 3rem auto 0;
}

.seminer-box {
  background-color: #F9F4EC;
  border-radius: 2rem;
  box-sizing: border-box;
  padding: 5rem;
  text-align: center;
}

.seminer-box img {
  width: 70%;
  margin: 0 auto 3rem;
}

.seminer__txt {
  font-size: 1.8rem;
  text-align: left;
}

@media only screen and (max-width: 40em) {

  .seminer_lead_txt,
  .seminer__txt {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 40em) {
  .mv__logo {
    margin-top: 6rem;
  }

  @media only screen and (max-width: 40em) {

    .mv__balloon.-b02 {
      top: calc(55% + 5rem);
    }

    .mv__balloon.-b03 {
      top: calc(55% + 3rem);
    }
  }