@charset "UTF-8";
/* 各ページごとの設定 */
/*
@mixin pc_top_gradient{
	background-image: -webkit-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-image: -ms-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-size: auto auto, cover;
	background-position: left top, center, center;
}
@mixin sp_top_gradient{
	background-image: -webkit-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-image: -ms-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-size: auto auto, auto 100%;
	background-position: left top, center, center;
}
*/
/*------------------------------------------
共通
-------------------------------------------*/
/*PC
-----------------------------------------------------------------------------*/
@media print, screen and (min-width: 751px) {
  .inner {
    width: 1000px;
  }
  #mainv {
    min-width: 1000px;
    margin: 0 0 50px;
    position: relative;
  }
  #mainv .slider .slide {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100vw;
  }
  #mainv .slider .slide::before {
    content: " ";
    width: 100%;
    height: 550px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #mainv .slider .slide h2 {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 2em;
    width: 1000px;
    height: 480px;
    margin: 0 auto;
    padding: 160px 0 0;
    position: relative;
    z-index: 1000;
    box-sizing: border-box;
  }
  #mainv .slider .slide h2 span {
    font-size: 2.1em;
    line-height: 1.2em;
    display: inline-block;
    margin: 10px 0;
    color: #ff3131;
  }
  #mainv .slider .slide h2 span span {
    font-size: 100%;
    color: #333;
  }
  #mainv .slider .slide h2 .greenfont {
    color: #00bf63;
  }
  #mainv .slider .slick01 {
    background: url(../images/top/mainv_bg_01.jpg) center center/cover no-repeat;
    box-shadow: 0px -4px 2px rgba(0, 0, 0, 0.3) inset;
  }
  #mainv .slider .slick02 {
    background: url(../images/top/mainv_bg_02.jpg) center center/cover no-repeat;
    box-shadow: 0px -4px 2px rgba(0, 0, 0, 0.3) inset;
  }
  #mainv .slider .slick03 {
    background: url(../images/top/mainv_bg_03.jpg) center center/cover no-repeat;
    box-shadow: 0px -4px 2px rgba(0, 0, 0, 0.3) inset;
  }
  #reason h3 {
    font-size: 24px;
    text-align: center;
    margin: 0 0 30px;
  }
  #reason h3 span {
    color: #FF1993;
  }
  #reason ol {
    justify-content: space-between;
  }
  #reason ol li {
    width: 31.6%;
    margin: 0 0 90px;
    padding: 0 0 20px;
    position: relative;
  }
  #reason ol li .lbl {
    color: #FFF;
    font-size: 13px;
    letter-spacing: 2px;
    background: #FF96CB;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 1.5em;
    z-index: 10;
  }
  #reason ol li figure {
    margin: 0 0 30px;
  }
  #reason ol li h4 {
    color: #FF1993;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 0;
  }
  #reason ol li .text {
    margin: 0 0 30px;
    padding: 0;
  }
  #reason ol li .pageLink {
    font-size: 15px;
    font-weight: 700;
  }
  #reason ol li .pageLink a {
    color: #FFF;
    text-align: center;
    background: #D6C26F;
    border-radius: 50vh;
    padding: 17px 40px;
    display: block;
  }
  #reason ol li .pageLink a:hover {
    opacity: 0.7;
  }
  #mainArea {
    min-width: 1000px;
    background: #FAF0F5;
    padding: 80px 0 100px;
  }
  #mainArea .inner {
    justify-content: space-between;
  }
  #mainArea .inner .left {
    width: 740px;
    margin-right: 30px;
  }
  #mainArea .inner .left #method {
    text-align: center;
    background: #FFF;
    border-top: solid 5px #FF1993;
    box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.8);
    -webkit-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    -moz-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    padding: 30px;
    margin: 0 0 50px;
  }
  #mainArea .inner .left #method h3 {
    font-size: 24px;
    color: #FF1993;
    font-weight: 700;
    margin: 0 0 20px;
  }
  #mainArea .inner .left #method .number {
    font-size: 24px;
    font-weight: 700;
  }
  #mainArea .inner .left #method .number em {
    padding-left: 42px;
    position: relative;
  }
  #mainArea .inner .left #method .number em::before {
    content: "";
    width: 34px;
    height: 24px;
    background-image: url(../images/top/logo_people.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
  #mainArea .inner .left #method .number span {
    font-size: 47px;
    font-weight: 700;
  }
  #mainArea .inner .left #method .number sub {
    font-size: 14px;
    font-weight: normal;
  }
  #mainArea .inner .left #method .explanation {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
  }
  #mainArea .inner .left #method .images {
    width: 680px;
  }
  #mainArea .inner .left #method .small {
    font-size: 12px;
    text-align: left;
    padding: 10px 0 30px;
  }
  #mainArea .inner .left #method .explanationTwo {
    font-size: 20px;
    position: relative;
    margin: 0 0 15px;
  }
  #mainArea .inner .left #method .explanationTwo span::before {
    content: "";
    width: 1px;
    height: 23px;
    background-color: #000;
    position: absolute;
    top: 4px;
    left: 72px;
    transform: rotate(-25deg);
  }
  #mainArea .inner .left #method .explanationTwo span::after {
    content: "";
    width: 1px;
    height: 23px;
    background-color: #000;
    position: absolute;
    top: 4px;
    right: 72px;
    transform: rotate(-155deg);
  }
  #mainArea .inner .left #method .introduce {
    width: 680px;
    display: flex;
    justify-content: space-between;
  }
  #mainArea .inner .left #method .introduce h4 {
    font-size: 16px;
    font-weight: 700;
    color: #FF1993;
  }
  #mainArea .inner .left #method .introduce .introFrom {
    font-size: 22px;
    font-weight: 700;
    padding: 34px 0;
  }
  #mainArea .inner .left #method .introduce .text {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    text-align: left;
    padding: 0 50px;
    margin-bottom: 10px;
  }
  #mainArea .inner .left #method .introduce .intro_left {
    width: 275px;
    text-align: center;
    box-shadow: 0px 1px 9px rgba(203, 203, 203, 0.8);
    padding: 20px;
  }
  #mainArea .inner .left #method .introduce .intro_left .image {
    width: 163px;
    margin: 20px auto;
  }
  #mainArea .inner .left #method .introduce .intro_right {
    width: 275px;
    text-align: center;
    box-shadow: 0px 1px 9px rgba(203, 203, 203, 0.8);
    padding: 20px;
    position: relative;
  }
  #mainArea .inner .left #method .introduce .intro_right::after {
    content: "";
    width: 358px;
    height: 157px;
    background-image: url(../images/top/intro_person.png);
    position: absolute;
    top: 180px;
    right: 158px;
  }
  #mainArea .inner .left #method .pc {
    padding: 30px 0 0;
  }
  #mainArea .inner .left #method .pc .last {
    font-size: 16px;
    text-align: center;
    margin: 80px 0 0;
    position: relative;
  }
  #mainArea .inner .left #method .pc .last::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/top/Questionm.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    left: 73px;
  }
  #mainArea .inner .left #method .pc .last a {
    color: #1E86c9;
    position: relative;
  }
  #mainArea .inner .left #method .pc .last a::after {
    content: "";
    width: 19px;
    height: 15px;
    background-image: url(../images/top/external.svg);
    position: absolute;
    top: 2px;
    right: -26px;
  }
  #mainArea .inner .left #message {
    background: #FFF;
    border-top: solid 5px #FF1993;
    box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.8);
    -webkit-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    -moz-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    padding: 30px;
  }
  #mainArea .inner .left #message h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  #mainArea .inner .left #message .onImg {
    position: relative;
  }
  #mainArea .inner .left #message .onImg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: auto auto;
    background-position: left top;
    z-index: 0;
  }
  #mainArea .inner .left #message .onImg figure {
    margin-bottom: 30px;
  }
  #mainArea .inner .left #message .onImg figure img {
    transform: scale(-1, 1);
  }
  #mainArea .inner .left #message .onImg p {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 0.5em;
    transform: translate(0, -50%);
    z-index: 1;
  }
  #mainArea .inner .left #message .text {
    margin-bottom: 40px;
  }
  #mainArea .inner .left #message .pageLink {
    text-align: center;
  }
  #mainArea .inner .left #message .pageLink a {
    color: #FFF;
    text-align: center;
    background: #FF1993;
    border-radius: 2em;
    display: inline-block;
    padding: 0.5em 3em;
  }
  #mainArea .inner .left #message .pageLink a span::after {
    content: "\f105";
    font-family: "fontAwesome";
    font-size: 1.2em;
    margin: 0 0.5em;
  }
  #mainArea .inner .left #message .pageLink a:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left #ai {
    margin: 30px 0 0;
  }
  #mainArea .inner .left #school {
    margin: 20px 0 0;
  }
  #mainArea .inner .left > .fb {
    margin: 0 0 40px;
  }
  #mainArea .inner .left > .fb .images {
    width: 190px;
    margin-right: 40px;
  }
  #mainArea .inner .left > .fb .images figure {
    margin: 0 0 10px;
  }
  #mainArea .inner .left > .fb .images figure:last-child {
    margin-bottom: 0;
  }
  #mainArea .inner .left .pageLink {
    text-align: center;
  }
  #mainArea .inner .left .pageLink a {
    color: #FFF;
    text-align: center;
    background: #FEF574;
    border-radius: 2em;
    padding: 0.5em 3em;
    display: inline-block;
  }
  #mainArea .inner .left .pageLink a span::after {
    content: "\f105";
    font-family: "fontAwesome";
    font-size: 1.2em;
    margin: 0 0.5em;
  }
  #mainArea .inner .left .pageLink a:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left #partner {
    background: #FFF;
    border-top: solid 5px #444444;
    box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.8);
    -webkit-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    -moz-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    margin-top: 30px;
    padding: 30px;
  }
  #mainArea .inner .left #partner .onImg {
    position: relative;
  }
  #mainArea .inner .left #partner .onImg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -ms-linear-gradient(0deg, #FAFAFA, #FAFAFA 40%, rgba(250, 250, 250, 0) 60%, rgba(250, 250, 250, 0));
    background-size: auto auto;
    background-position: right top;
    z-index: 0;
  }
  #mainArea .inner .left #partner .onImg figure {
    margin-bottom: 30px;
  }
  #mainArea .inner .left #partner .onImg .textBlock {
    color: #464646;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(0, -50%);
    z-index: 1;
  }
  #mainArea .inner .left #partner .onImg .textBlock h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  #mainArea .inner .left #partner .onImg .textBlock h3 span {
    color: #444444;
  }
  #mainArea .inner .left #partner .onImg .textBlock p {
    font-size: 24px;
  }
  #mainArea .inner .left #partner .onImg .textBlock p span {
    color: #444444;
    font-weight: 700;
  }
  #mainArea .inner .left #partner .onImg .textBlock p span:not(:last-child) {
    color: inherit;
    font-weight: 700;
    position: relative;
  }
  #mainArea .inner .left #partner .onImg .textBlock p span:not(:last-child)::before {
    content: "・";
    position: absolute;
    top: -1em;
    left: 50%;
    transform: translateX(-50%);
  }
  #mainArea .inner .left #partner .text {
    margin-bottom: 40px;
  }
  #mainArea .inner .left #partner .pageLink {
    text-align: center;
  }
  #mainArea .inner .left #partner .pageLink a {
    color: #FFF;
    text-align: center;
    background: #444444;
    border-radius: 2em;
    display: inline-block;
    padding: 0.5em 3em;
  }
  #mainArea .inner .left #partner .pageLink a span::after {
    content: "\f105";
    font-family: "fontAwesome";
    font-size: 1.2em;
    margin: 0 0.5em;
  }
  #mainArea .inner .left #partner .pageLink a:hover {
    opacity: 0.8;
  }
  #mainArea .inner .right {
    width: 230px;
  }
  #mainArea .inner .right .facebook {
    display: none;
  }
  #mainArea .inner .right #sidebar .partnerNavi {
    display: none;
  }
  #contactArea {
    margin: 0 0 80px;
  }
  #newsArea .inner {
    width: 720px;
  }
  #newsArea .inner .news {
    position: relative;
  }
  #newsArea .inner .news h2 {
    font-size: 21px;
    font-weight: 700;
    border-left: solid 6px #FF1993;
    margin: 0 0 30px;
    padding: 6px 0 6px 0.5em;
  }
  #newsArea .inner .news ul li {
    border-bottom: solid 2px #F0F0F0;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  #newsArea .inner .news ul li figure {
    width: 80px;
    border: solid 1px #e7e7e7;
    aspect-ratio: 1/1;
    margin: 0 30px 0 0;
  }
  #newsArea .inner .news ul li figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #newsArea .inner .news ul li .textBlock {
    width: calc(100% - 120px);
    display: block;
  }
  #newsArea .inner .news ul li .textBlock p {
    font-size: 12px;
    display: inline-block;
  }
  #newsArea .inner .news ul li .textBlock .date {
    color: #FF1993;
    font-weight: 700;
    margin-right: 1em;
  }
  #newsArea .inner .news ul li .textBlock .text {
    font-size: 14px;
    display: block;
  }
  #newsArea .inner .news .pageLink {
    position: absolute;
    top: 15px;
    right: 0;
  }
  #newsArea .inner .news .pageLink::after {
    color: #8D8D8D;
    content: "\f105";
    font-family: FontAwesome;
    margin: 0 0 0 0.5em;
  }
  #newsArea .inner .news .pageLink a {
    color: #8D8D8D;
  }
  #newsArea .inner .news .pageLink a:hover {
    text-decoration: underline;
  }
  /*--------------------------endPC--------------------------------*/
}
/*SP
-----------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .inner {
    width: 94vw;
  }
  #mainv {
    margin: 0 0 9vw;
    position: relative;
  }
  #mainv .slider {
    height: 100%;
    position: relative;
  }
  #mainv .slider .slide {
    overflow: hidden;
    width: 100vw;
  }
  #mainv .slider .slide::before {
    content: " ";
    width: 100%;
    height: 84.5vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #mainv .slider .slide h2 {
    color: #FFF;
    font-size: 3vw;
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
    width: -webkit-fit-content;
    width: fit-content;
    height: 84.5vw;
    -moz-width: -moz-fit-content;
    margin: 0 auto;
    padding: 58vw 5vw 0;
    position: relative;
    box-sizing: border-box;
    z-index: 1000;
  }
  #mainv .slider .slide h2 span {
    font-size: 2.1em;
    line-height: 1.2em;
    display: inline-block;
    margin: 10px 0;
    color: #ff3131;
  }
  #mainv .slider .slide h2 span span {
    font-size: 100%;
    color: #333;
  }
  #mainv .slider .slick01 {
    background: url(../images/top/mainv_bg_01_sp.jpg) center center/cover no-repeat;
    box-shadow: 0px -4px 2px rgba(0, 0, 0, 0.3) inset;
  }
  #mainv .slider .slick02 {
    background: url(../images/top/mainv_bg_02.jpg) center center/cover no-repeat;
    box-shadow: 0px -4px 2px rgba(0, 0, 0, 0.3) inset;
  }
  #mainv .slider .slick03 {
    background: url(../images/top/mainv_bg_03.jpg) center center/cover no-repeat;
    box-shadow: 0px -4px 2px rgba(0, 0, 0, 0.3) inset;
  }
  #reason h3 {
    font-size: 16px;
    margin: 0 0 11.3vw;
  }
  #reason h3 span {
    color: #FF1993;
  }
  #reason ol {
    display: block;
    margin: 0 0 10vw;
  }
  #reason ol li {
    border: solid 1px #E2E2E2;
    box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.8);
    -webkit-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    -moz-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    margin: 0 0 5vw;
    padding: 0 0 5vw;
    position: relative;
  }
  #reason ol li:last-child {
    margin-bottom: 0;
  }
  #reason ol li .lbl {
    color: #FFF;
    font-size: 13px;
    background: #FF96CB;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 1.5em;
    z-index: 10;
  }
  #reason ol li figure {
    margin: 0 0 5vw;
  }
  #reason ol li h4 {
    color: #FF1993;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5vw;
    padding: 0 20px;
  }
  #reason ol li .text {
    font-size: 14px;
    margin: 0 0 8vw;
    padding: 0 20px;
  }
  #reason ol li .pageLink {
    color: #000;
    text-align: right;
  }
  #reason ol li .pageLink::after {
    content: "\f105";
    font-family: "fontAwesome";
    margin: 0 1.5em 0 0.5em;
  }
  #reason ol li .pageLink a:hover {
    text-decoration: underline;
  }
  #mainArea {
    background: #FAF0F5;
    padding: 10vw 3vw 10vw;
  }
  #mainArea .inner {
    display: block;
  }
  #mainArea .inner .left #method {
    text-align: center;
    background: #FFF;
    border-top: solid 5px #FF1993;
    box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.8);
    -webkit-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    -moz-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    padding: 5vw 0 0;
    margin-bottom: 0px;
  }
  #mainArea .inner .left #method h3 {
    font-size: 1.3rem;
    color: #FF1993;
    font-weight: 700;
    margin: 0 0 3.4vw;
  }
  #mainArea .inner .left #method .number {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
  }
  #mainArea .inner .left #method .number em {
    padding-left: 3.15rem;
    position: relative;
  }
  #mainArea .inner .left #method .number em::before {
    content: "";
    width: 9vw;
    height: 7.4vw;
    background-image: url(../images/top/logo_people.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
  #mainArea .inner .left #method .number span {
    font-size: 2.9375rem;
    font-weight: 700;
  }
  #mainArea .inner .left #method .number sub {
    font-size: 0.5rem;
    font-weight: normal;
  }
  #mainArea .inner .left #method .explanation {
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 1.7vw;
  }
  #mainArea .inner .left #method .box {
    width: 84vw;
    margin: 0 auto;
  }
  #mainArea .inner .left #method .small {
    font-size: 0.75rem;
    text-align: left;
    padding: 1.7vw 0;
  }
  #mainArea .inner .left #method .explanationTwo {
    font-size: 1.13rem;
    position: relative;
  }
  #mainArea .inner .left #method .explanationTwo span::before {
    content: "";
    width: 1px;
    height: 39px;
    background-color: #000;
    position: absolute;
    top: 4px;
    left: 22px;
    transform: rotate(-45deg);
  }
  #mainArea .inner .left #method .explanationTwo span::after {
    content: "";
    width: 1px;
    height: 39px;
    background-color: #000;
    position: absolute;
    top: 4px;
    right: 26px;
    transform: rotate(-135deg);
  }
  #mainArea .inner .left #method .introduce {
    width: 84vw;
    margin: 0 auto 10vw;
    display: block;
    padding: 3.4vw 0;
  }
  #mainArea .inner .left #method .introduce h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #FF1993;
    padding-left: 0;
  }
  #mainArea .inner .left #method .introduce .introFrom {
    font-size: 1.7rem;
    font-weight: 700;
    padding: 4.2vw 0;
  }
  #mainArea .inner .left #method .introduce .text {
    font-size: 1.26rem;
    color: #000;
    text-align: left;
    padding: 0 5vw;
    margin-bottom: 1.7vw;
  }
  #mainArea .inner .left #method .introduce .intro_left {
    width: 84vw;
    text-align: center;
    box-shadow: 0px 1px 9px rgba(203, 203, 203, 0.8);
    padding: 8vw 0vw;
    margin-bottom: 25px;
  }
  #mainArea .inner .left #method .introduce .intro_left .image {
    width: 60vw;
    margin: 20px auto;
  }
  #mainArea .inner .left #method .introduce .intro_right {
    width: 84vw;
    background-color: #FFF;
    text-align: center;
    box-shadow: 0px 1px 9px rgba(203, 203, 203, 0.8);
    padding: 8vw 0vw;
    position: relative;
  }
  #mainArea .inner .left #method .introduce .bg {
    width: 94vw;
    margin: -5vw;
    background-image: url(../images/top/intro_person.jpg);
    height: 50vw;
    background-size: cover;
    z-index: -1;
  }
  #mainArea .inner .left #method .introduce .last {
    font-size: 1.13rem;
    text-align: left;
    position: relative;
    margin: 4vw 0 0 10vw;
  }
  #mainArea .inner .left #method .introduce .last::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background-image: url(../images/top/Questionm.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    left: -1.4rem;
  }
  #mainArea .inner .left #method .introduce .last a {
    color: #1E86C9;
    position: relative;
  }
  #mainArea .inner .left #method .introduce .last a::after {
    content: "";
    width: 19px;
    height: 15px;
    background-image: url(../images/top/external.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    right: -26px;
  }
  #mainArea .inner .left #message {
    background: #FFF;
    border-top: solid 6px #FF1993;
    box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.8);
    -webkit-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    -moz-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    margin: 0 0 8vw;
    padding: 5vw 5vw 6.6vw;
  }
  #mainArea .inner .left #message h3 {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5vw;
  }
  #mainArea .inner .left #message .onImg {
    position: relative;
  }
  #mainArea .inner .left #message .onImg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: auto auto;
    background-position: left top;
    z-index: 0;
  }
  #mainArea .inner .left #message .onImg figure {
    margin-bottom: 5vw;
  }
  #mainArea .inner .left #message .onImg figure img {
    transform: scale(-1, 1);
  }
  #mainArea .inner .left #message .onImg p {
    color: #FFF;
    font-size: 3.5vw;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 0.8em;
    transform: translate(0, -50%);
    z-index: 1;
    text-shadow: 0.2rem 0.2rem 0.5rem #888;
  }
  #mainArea .inner .left #message .text {
    font-size: 14px;
    margin-bottom: 6.6vw;
  }
  #mainArea .inner .left #message .pageLink {
    text-align: center;
  }
  #mainArea .inner .left #message .pageLink a {
    color: #FFF;
    text-align: center;
    background: #FF1993;
    border-radius: 2em;
    display: inline-block;
    padding: 0.5em 3em;
  }
  #mainArea .inner .left #message .pageLink a span::after {
    content: "\f105";
    font-family: "fontAwesome";
    font-size: 1.2em;
    margin: 0 0.5em;
  }
  #mainArea .inner .left #message .pageLink a:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left #ai {
    background: #fff;
    border-top: solid 5px #FF1993;
    box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.8);
    -webkit-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    -moz-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    margin: 2vw 0 8vw;
    padding: 3vw 0 0;
  }
  #mainArea .inner .left #school {
    background: #fff;
    border-top: solid 5px #FF1993;
    box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.8);
    -webkit-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    -moz-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    margin: 0 0 8vw;
    padding: 3vw 0 0;
  }
  #mainArea .inner .left > .fb {
    display: block;
    margin: 0 0 6.6vw;
  }
  #mainArea .inner .left > .fb .images {
    margin: 0 0 6.6vw;
  }
  #mainArea .inner .left > .fb .images figure {
    margin: 0 0 2.5vw;
  }
  #mainArea .inner .left > .fb .images figure:last-child {
    margin-bottom: 0;
  }
  #mainArea .inner .left > .fb .textArea h4 {
    color: #FFE8F4;
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
    margin: 0 0 5vw;
  }
  #mainArea .inner .left > .fb .textArea h4 span {
    color: #FFE8F4;
  }
  #mainArea .inner .left > .fb .textArea dl {
    display: block;
    position: relative;
    padding: 0 0 2em;
  }
  #mainArea .inner .left > .fb .textArea dl dt {
    color: #FFE8F4;
    font-size: 12px;
    font-weight: 700;
  }
  #mainArea .inner .left > .fb .textArea dl dd {
    font-size: 12px;
    margin: 0 0 20px;
    margin: 0 0 0.5em;
  }
  #mainArea .inner .left > .fb .textArea dl::before {
    content: "他多数";
    font-size: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #mainArea .inner .left .pageLink {
    text-align: center;
  }
  #mainArea .inner .left .pageLink a {
    color: #FFF;
    text-align: center;
    background: #FEF574;
    border-radius: 2em;
    padding: 0.5em 3em;
    display: inline-block;
  }
  #mainArea .inner .left .pageLink a span::after {
    content: "\f105";
    font-family: "fontAwesome";
    font-size: 1.2em;
    margin: 0 0.5em;
  }
  #mainArea .inner .left .pageLink a:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left #partner {
    background: #FFF;
    border-top: solid 5px #444444;
    box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.8);
    -webkit-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    -moz-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    margin-bottom: 5vw;
    padding: 5vw 5vw 6.6vw;
  }
  #mainArea .inner .left #partner .onImg {
    position: relative;
  }
  #mainArea .inner .left #partner .onImg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -ms-linear-gradient(0deg, #FAFAFA, #FAFAFA 40%, rgba(250, 250, 250, 0) 60%, rgba(250, 250, 250, 0));
    background-size: auto auto;
    background-position: right top;
    z-index: 0;
  }
  #mainArea .inner .left #partner .onImg figure {
    margin-bottom: 5vw;
  }
  #mainArea .inner .left #partner .onImg .textBlock {
    color: #464646;
    position: absolute;
    top: 50%;
    left: 0.5em;
    transform: translate(0, -50%);
    z-index: 1;
  }
  #mainArea .inner .left #partner .onImg .textBlock h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  #mainArea .inner .left #partner .onImg .textBlock h3 span {
    color: #444444;
  }
  #mainArea .inner .left #partner .onImg .textBlock p {
    font-size: 16px;
    filter: drop-shadow(0 0 3px rgb(255, 255, 255)) drop-shadow(0 0 3px rgb(255, 255, 255)) drop-shadow(0 0 3px rgb(255, 255, 255)) drop-shadow(0 0 3px rgb(255, 255, 255));
  }
  #mainArea .inner .left #partner .onImg .textBlock p span {
    color: #444444;
    font-weight: 700;
  }
  #mainArea .inner .left #partner .onImg .textBlock p span:not(:last-child) {
    font-weight: 700;
    color: inherit;
    position: relative;
  }
  #mainArea .inner .left #partner .onImg .textBlock p span:not(:last-child)::before {
    content: "・";
    position: absolute;
    top: -1em;
    left: 50%;
    transform: translateX(-50%);
  }
  #mainArea .inner .left #partner .text {
    margin-bottom: 6.6vw;
  }
  #mainArea .inner .left #partner .pageLink {
    text-align: center;
  }
  #mainArea .inner .left #partner .pageLink a {
    color: #FFF;
    text-align: center;
    background: #444444;
    border-radius: 2em;
    display: inline-block;
    padding: 0.5em 3em;
  }
  #mainArea .inner .left #partner .pageLink a span::after {
    content: "\f105";
    font-family: "fontAwesome";
    font-size: 1.2em;
    margin: 0 0.5em;
  }
  #mainArea .inner .left #partner .pageLink a:hover {
    opacity: 0.8;
  }
  #mainArea .inner .right #sidebar .partnerNavi {
    display: none;
  }
  #mainArea .inner .right .pageNavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #mainArea .inner .right .pageNavi li {
    width: 45vw;
    background: #FFF;
    border-top: solid 5px #FF1993;
    box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.8);
    -webkit-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    -moz-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    margin: 0 0 5vw;
  }
  #mainArea .inner .right .pageNavi li p {
    font-size: 14px;
    font-weight: 700;
    padding: 6.6vw 3.3vw;
    position: relative;
    display: block;
  }
  #mainArea .inner .right .pageNavi li p::after {
    content: "\f105";
    font-family: "fontAwesome";
    color: #8D8D8D;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0, -50%);
  }
  #mainArea .inner .right .blog {
    box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.8);
    -webkit-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    -moz-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
  }
  #mainArea .inner .right .blog h2 {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    background: #FF1993;
    border-radius: 10px 10px 0 0/10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0/10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0/10px 10px 0 0;
    display: block;
    position: relative;
  }
  #mainArea .inner .right .blog h2 span {
    font-weight: normal;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0, -50%);
  }
  #mainArea .inner .right .blog h2 span a:hover {
    text-decoration: underline;
  }
  #mainArea .inner .right .blog h2 span::after {
    content: "\f105";
    font-family: "fontAwesome";
    font-size: 1.2em;
    margin-left: 5px;
  }
  #mainArea .inner .right .blog .lists {
    background: #FFF;
    padding: 7.7vw 5vw;
  }
  #mainArea .inner .right .blog .lists li {
    margin: 0 0 5vw;
  }
  #mainArea .inner .right .blog .lists li figure {
    width: 23.5%;
    aspect-ratio: 1/1;
    margin: 0 5.6% 0 0;
    border: solid 0.3vw #e3e3e3;
  }
  #mainArea .inner .right .blog .lists li figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mainArea .inner .right .blog .lists li .textArea {
    width: 70%;
  }
  #mainArea .inner .right .blog .lists li .textArea .date {
    color: #FF1993;
    font-weight: 700;
    font-size: 11px;
  }
  #mainArea .inner .right .blog .lists li .textArea .title {
    font-size: 13px;
  }
  #mainArea .inner .right .blog .lists li:last-child {
    margin-bottom: 0;
  }
  #newsArea {
    margin: 0 0 5vw;
  }
  #newsArea .inner .news {
    padding: 10vw 4.4vw 4.4vw;
    position: relative;
  }
  #newsArea .inner .news h2 {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    border-left: solid 5px #FF1993;
    margin: 0 0 5vw;
    padding: 4px 0 4px 12px;
  }
  #newsArea .inner .news ul li {
    border-bottom: solid 1px #BBB;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  #newsArea .inner .news ul li:last-child {
    margin: 0;
  }
  #newsArea .inner .news ul li figure {
    width: 22%;
    border: solid 1px #e7e7e7;
    aspect-ratio: 1/1;
    margin: 0 6% 0 0;
  }
  #newsArea .inner .news ul li figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #newsArea .inner .news ul li .textBlock {
    width: 70%;
  }
  #newsArea .inner .news ul li .textBlock p {
    font-size: 12px;
  }
  #newsArea .inner .news ul li .textBlock .date {
    color: #FF1993;
    font-size: 11px;
    font-weight: 700;
  }
  #newsArea .inner .news ul li .textBlock .text {
    font-size: 13px;
    display: block;
  }
  #newsArea .inner .news .pageLink {
    position: absolute;
    top: 11.6vw;
    right: 1em;
  }
  #newsArea .inner .news .pageLink::after {
    color: #8D8D8D;
    content: "\f105";
    font-family: FontAwesome;
    margin: 0 0 0 0.5em;
  }
  #newsArea .inner .news .pageLink a {
    color: #8D8D8D;
  }
  #newsArea .inner .news .pageLink a:hover {
    text-decoration: underline;
  }
  /*--------------------------endSP--------------------------------*/
}
/*# sourceMappingURL=top.css.map */