@charset "UTF-8";
:root {
  --textPoint: #C8C3C8;
}

:root {
  --textMain: #333333;
}

:root {
  --textEm: #F56992;
}

:root {
  --mainBg: #FAFAFA;
}

:root {
  --headerBg: #FFF;
}

:root {
  --naviText: #444444;
}

:root {
  --naviBg: #FFFFFF;
}

:root {
  --naviBgHover: #F56992;
}

:root {
  --naviTextHover: #FFFFFF;
}

:root {
  --spMenu1Bg: #FFF;
}

:root {
  --spMenu1Bdr: #C5C5C5;
}

:root {
  --spMenu2Text: #FFF;
}

:root {
  --spMenu2OpenBg: #F56992;
}

:root {
  --spMenu2CloseText: #FFF;
}

:root {
  --spMenu2CloseBg: #B0B0B0;
}

:root {
  --spTelMenuText: #F56992;
}

:root {
  --spTelMenuBtnText: #FFF;
}

:root {
  --spTelMenuBtnBg: #F56992;
}

:root {
  --icon1: #F56992;
}

:root {
  --btnRequireText: #FFF;
}

:root {
  --btnRequireBg: #C8C3C8;
}

:root {
  --btnReserveText: #FFF;
}

:root {
  --btnReserveBg: #F56992;
}

:root {
  --contText: #1E1E1E;
}

:root {
  --contBg: #FFFFFF;
}

:root {
  --footerMenuText1: #5A5A5A;
}

:root {
  --footerMenuText2: #646464;
}

:root {
  --footerMenuText3: #333333;
}

:root {
  --footerBg1: #FAFAFA;
}

:root {
  --footerBg2: #FAFAFA;
}

:root {
  --heading1Text: #F56992;
}

:root {
  --heading2Text: #000;
}

:root {
  --heading2Bg: #F0EEF0;
}

:root {
  --heading2Bdr: #F56992;
}

:root {
  --heading3Text: #444444;
}

:root {
  --heading3Bg: #F0F0F0;
}

:root {
  --heading3Bdr: #F56992;
}

:root {
  --dateText: #F56992;
}

:root {
  --zabuton1Text: #FFF;
}

:root {
  --zabuton1Bg: #F56992;
}

:root {
  --zabuton2Text: #F56992;
}

:root {
  --zabuton2Bg: #E9EEFD;
}

:root {
  --qaQ1Text: #FFF;
}

:root {
  --qaQ1Bg: #F56992;
}

:root {
  --qaQ2Text: #222222;
}

:root {
  --qaQ2Bg: #F0F0F0;
}

:root {
  --qaAText: #F56992;
}

:root {
  --thText: #444;
}

:root {
  --thBg: #FFE0E9;
}

:root {
  --tdText: #444;
}

:root {
  --tdBg: #F5F3F5;
}

:root {
  --linkText: #1E86c9;
}

:root {
  --noteText: #808285;
}

:root {
  --gradientFirst: #64B0DA;
}

:root {
  --gradientLast: #F66396;
}

:root {
  --memberText: #113080;
}

:root {
  --commentText: #F66395;
}

:root {
  --commentBg: #FBEFF4;
}

:root {
  --breadCrumbBg: #EFEFEF;
}

:root {
  --partnerText: #F56992;
}

:root {
  --partnerBg: #F56992;
}

:root {
  --partnerBtnText: #FFF;
}

:root {
  --cautionText: #F56992;
}

:root {
  --breakpoint-xs: 0px;
}

:root {
  --breakpoint-sm: 320px;
}

:root {
  --breakpoint-md: 750px;
}

:root {
  --breakpoint-lg: 992px;
}

:root {
  --breakpoint-xl: 1200px;
}

:root {
  --breakpoint-xxl: 1400px;
}

:root {
  --normalFontSize: 1rem;
  --ctaBtnFontSize: 1rem;
  --spCtaBtnFontSize: 0.7857142857rem;
  --mainvFontSize: 1.7857142857rem;
}

@media (max-width: 750px) {
  :root {
    --normalFontSize: 3.73vw;
    --ctaBtnFontSize: 3.73vw;
    --spCtaBtnFontSize: 2.9307142857vw;
    --mainvFontSize: 3.9964285714vw;
  }
}
:root {
  --inner-xs: 1920px;
}

:root {
  --inner-md: 1000px;
}

:root {
  --inner-lg: 940px;
}

:root {
  --inner-sm: 800px;
}

@media (max-width: 750px) {
  :root {
    --inner-xs: 94vw;
  }
  :root {
    --inner-md: 94vw;
  }
  :root {
    --inner-lg: 94vw;
  }
  :root {
    --inner-sm: 94vw;
  }
}
:root {
  --shadow1: 0px 4px 2px rgba(203, 203, 203, 0.8);
}

:root {
  --shadow2: 0px 4px 2px rgba(0, 0, 0, 0.3);
}

/*PC
-----------------------------------------------------------------------------*/
#mainv {
  min-width: var(--inner-md);
  position: relative;
}
#mainv .slider {
  width: 100%;
  height: 550px;
  min-height: 550px;
  overflow: hidden;
  background: #e0e0e0;
}
#mainv .slider .slide {
  overflow: hidden;
  box-shadow: 0px -4px 2px rgba(0, 0, 0, 0.3) inset;
}
#mainv .slider .slide::before {
  content: "";
  width: 100%;
  height: 550px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#mainv .slider .slide > div[class^=slick]:not(:first-child) {
  display: none;
}
#mainv .slider .slide.slick01 {
  background: url(../images/top/mainv_bg_01.jpg) center center/cover no-repeat;
}
#mainv .slider .slide.slick02 {
  background: url(../images/top/mainv_bg_02.jpg) center center/cover no-repeat;
}
#mainv .slider .slide.slick03 {
  background: url(../images/top/mainv_bg_03.jpg) center center/cover no-repeat;
}
#mainv .slider .slide .heading {
  color: #fff;
  font-size: 1.1428571429rem;
  font-weight: 700;
  text-shadow: 2px 2px 6px #666;
  line-height: 2em;
  width: var(--inner-md);
  height: 550px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 200px 0 0;
  position: relative;
  z-index: 3;
  text-align: right;
}
@media (max-width: 750px) {
  #mainv .slider .slide .heading {
    font-size: 4.2628571429vw;
  }
}
#mainv .slider .slide .heading span {
  font-size: 3em;
  line-height: 1.2em;
  margin: 10px 0;
  display: inline-block;
}

#reason {
  padding: 50px 0 90px;
}
#reason .inner h2 {
  font-size: 1.7142857143rem;
  text-align: center;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #reason .inner h2 {
    font-size: 6.3942857143vw;
  }
}
#reason .inner h2 span {
  color: var(--textEm);
}
#reason .inner ol {
  margin: 0 0 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 26px;
       column-gap: 26px;
}
#reason .inner ol li {
  background: #fff;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 30px;
  position: relative;
}
#reason .inner ol li a {
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  #reason .inner ol li a:hover {
    opacity: 0.7;
  }
}
#reason .inner ol li .lbl {
  color: var(--zabuton1Text);
  font-size: 0.9285714286rem;
  letter-spacing: 2px;
  background: var(--zabuton1Bg);
  padding: 5px 1.5em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 750px) {
  #reason .inner ol li .lbl {
    font-size: 3.4635714286vw;
  }
}
#reason .inner ol li .text {
  line-height: 1.56;
}
#reason .inner ol li .text span.note {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
  display: inline-block;
  padding-top: 0.5rem;
}
#reason .inner ol li h3 {
  color: var(--textEm);
  font-size: 1.1428571429rem;
  font-weight: 700;
}
@media (max-width: 750px) {
  #reason .inner ol li h3 {
    font-size: 4.2628571429vw;
  }
}
#reason .inner .toPoint a {
  color: var(--zabuton1Text);
  font-size: trem(15px);
  background: var(--zabuton1Bg);
  border-radius: 50vh;
  margin-inline: auto;
  padding: 17px 60px;
  display: block;
  transition: all 0.3s;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (hover: hover) and (pointer: fine) {
  #reason .inner .toPoint a:hover {
    opacity: 0.7;
  }
}

#mainArea {
  min-width: var(--inner-md);
  background: var(--mainBg);
  margin: 0 0 30px;
  padding: 80px 0 100px;
}
#mainArea .inner .left {
  width: 74%;
}
#mainArea .inner .left .sec {
  background: #FFF;
  border-top: solid 5px var(--zabuton1Bg);
  box-shadow: var(--shadow1);
  padding: 30px;
}
#mainArea .inner .left .sec .pageLink {
  display: block grid;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-items: center;
  margin: 40px auto 0;
}
#mainArea .inner .left .sec .pageLink a {
  color: var(--zabuton1Text);
  font-size: var(--normalFontSize);
  background: var(--zabuton1Bg);
  border-radius: 50vh;
  margin-inline: auto;
  padding: 0.5em 3em;
  display: block;
  transition: all 0.3s;
  display: inline grid;
  grid-template-columns: 0 auto 1fr;
  -moz-column-gap: 1em;
       column-gap: 1em;
  align-items: center;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  #mainArea .inner .left .sec .pageLink a:hover {
    opacity: 0.7;
  }
}
#mainArea .inner .left .sec .pageLink a::before {
  content: "";
}
#mainArea .inner .left .sec .pageLink a::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
  line-height: 1;
  pointer-events: none;
  vertical-align: middle;
  display: inline-block;
}
#mainArea .inner .left #method {
  margin: 0 0 50px;
}
#mainArea .inner .left #method h2 {
  color: var(--textEm);
  font-size: 1.7142857143rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #mainArea .inner .left #method h2 {
    font-size: 6.3942857143vw;
  }
}
#mainArea .inner .left #method .num {
  margin: 0 0 10px;
}
#mainArea .inner .left #method .num p {
  font-size: 1.7142857143rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media (max-width: 750px) {
  #mainArea .inner .left #method .num p {
    font-size: 6.3942857143vw;
  }
}
#mainArea .inner .left #method .num p:first-child {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0 0 0 42px;
}
#mainArea .inner .left #method .num p:first-child::before {
  content: "";
  width: 34px;
  height: 24px;
  background: url(../images/top/logo_people.svg) no-repeat top left/100%;
  position: absolute;
  bottom: 0.4em;
  left: 0;
}
#mainArea .inner .left #method .num p:first-child sub {
  font-size: 0.6em;
  font-weight: 400;
}
#mainArea .inner .left #method .num p span {
  font-size: 1.5em;
}
#mainArea .inner .left #method .num p + p {
  font-size: 1.4285714286rem;
  font-weight: 700;
}
@media (max-width: 750px) {
  #mainArea .inner .left #method .num p + p {
    font-size: 5.3285714286vw;
  }
}
#mainArea .inner .left #method .imgBlock {
  margin: 0 0 30px;
}
#mainArea .inner .left #method .imgBlock .imageWrap {
  width: 100%;
  margin: 0 0 10px;
}
#mainArea .inner .left #method .imgBlock .note {
  color: var(--noteText);
  text-align: left;
}
#mainArea .inner .left #method .imgBlock .note small {
  font-size: 0.9285714286rem;
}
@media (max-width: 750px) {
  #mainArea .inner .left #method .imgBlock .note small {
    font-size: 3.4635714286vw;
  }
}
#mainArea .inner .left #method .service .heading {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px;
  position: relative;
}
#mainArea .inner .left #method .service .heading::before, #mainArea .inner .left #method .service .heading::after {
  content: "";
  width: 1px;
  height: 80%;
  background: var(--textMain);
  position: absolute;
  top: 4px;
}
#mainArea .inner .left #method .service .heading::before {
  left: -0.8em;
  rotate: -25deg;
}
#mainArea .inner .left #method .service .heading::after {
  right: -0.8em;
  rotate: -155deg;
}
#mainArea .inner .left #method .service .heading span {
  font-size: 1.4285714286rem;
}
@media (max-width: 750px) {
  #mainArea .inner .left #method .service .heading span {
    font-size: 5.3285714286vw;
  }
}
#mainArea .inner .left #method .service ol {
  width: 100%;
  margin: 0 0 10px;
  padding: 0 0 102px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 50px;
       column-gap: 50px;
  position: relative;
}
#mainArea .inner .left #method .service ol::before {
  content: "";
  width: 358px;
  height: 157px;
  background: url(../images/top/intro_person.png) no-repeat 0 0/100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
}
#mainArea .inner .left #method .service ol li {
  background: #fff;
  box-shadow: 0px 1px 9px rgba(203, 203, 203, 0.8);
  box-sizing: border-box;
  padding: 20px 55px 30px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 20px;
}
#mainArea .inner .left #method .service ol li h3 {
  color: var(--textEm);
  font-size: 1.1428571429rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 750px) {
  #mainArea .inner .left #method .service ol li h3 {
    font-size: 4.2628571429vw;
  }
}
#mainArea .inner .left #method .service ol li p.hoho {
  display: flex;
  align-items: center;
  justify-content: center;
}
#mainArea .inner .left #method .service ol li p.hoho span {
  font-size: 1.5714285714rem;
  font-weight: 700;
}
@media (max-width: 750px) {
  #mainArea .inner .left #method .service ol li p.hoho span {
    font-size: 5.8614285714vw;
  }
}
#mainArea .inner .left #method .service ol li p.text {
  text-align: left;
}
#mainArea .inner .left #method .service ol li:first-child figure {
  width: 163px;
  margin-inline: auto;
}
#mainArea .inner .left #method .service > .aiLink {
  font-size: 1.1428571429rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 750px) {
  #mainArea .inner .left #method .service > .aiLink {
    font-size: 4.2628571429vw;
  }
}
#mainArea .inner .left #method .service > .aiLink::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/top/Questionm.svg) no-repeat 0 0/100%;
  position: absolute;
  top: 50%;
  left: -1.3em;
  translate: 0 -50%;
}
#mainArea .inner .left #method .service > .aiLink a {
  color: var(--linkText);
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  #mainArea .inner .left #method .service > .aiLink a:hover {
    text-decoration: underline;
  }
}
#mainArea .inner .left #method .service > .aiLink a::after {
  content: "";
  width: 19px;
  height: 15px;
  background: url(../images/top/external.svg) no-repeat 0 0/100%;
  position: absolute;
  top: 50%;
  right: -26px;
  translate: 0 -50%;
}
#mainArea .inner .left #message {
  margin: 0 0 50px;
}
#mainArea .inner .left #message h2 {
  color: var(--textEm);
  font-size: 1.7142857143rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #mainArea .inner .left #message h2 {
    font-size: 6.3942857143vw;
  }
}
#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;
  background-color: rgba(0, 0, 0, 0.3);
}
#mainArea .inner .left #message .onImg figure {
  margin: 0 0 30px;
  line-height: 0;
}
#mainArea .inner .left #message .onImg p {
  color: #fff;
  font-size: 1.5714285714rem;
  font-weight: 700;
  position: absolute;
  top: 60%;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
  text-shadow: 2px 2px 6px rgba(92, 93, 92, 0.8), -2px -2px 6px rgba(92, 93, 92, 0.8);
}
@media (max-width: 750px) {
  #mainArea .inner .left #message .onImg p {
    font-size: 5.8614285714vw;
  }
}
#mainArea .inner .left #message .text + .text {
  margin: 1.5em 0 0;
}
#mainArea .inner .left #partner {
  background: #fff;
  border-top: solid 5px var(--partnerBg);
  box-shadow: var(--shadow1);
  margin: 0 0 50px;
  padding: 30px;
}
#mainArea .inner .left #partner .onImg {
  position: relative;
}
#mainArea .inner .left #partner .onImg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: -ms-linear-gradient(0deg, rgb(250, 250, 250), rgb(250, 250, 250) 40%, rgba(250, 250, 250, 0) 60%, rgba(250, 250, 250, 0));
  background-size: auto auto;
  background-position: right top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#mainArea .inner .left #partner .onImg figure {
  margin: 0 0 30px;
}
#mainArea .inner .left #partner .textBlock {
  position: absolute;
  top: 50%;
  left: 40px;
  translate: 0 -50%;
}
#mainArea .inner .left #partner .textBlock h2 {
  font-size: 2.5714285714rem;
  font-weight: 700;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #mainArea .inner .left #partner .textBlock h2 {
    font-size: 9.5914285714vw;
  }
}
#mainArea .inner .left #partner .textBlock h2 span {
  color: var(--partnerText);
}
#mainArea .inner .left #partner .textBlock p {
  font-size: 1.7142857143rem;
}
@media (max-width: 750px) {
  #mainArea .inner .left #partner .textBlock p {
    font-size: 6.3942857143vw;
  }
}
#mainArea .inner .left #partner .textBlock p span {
  color: var(--partnerText);
  font-weight: 700;
}
#mainArea .inner .left #partner .textBlock p span:not(:last-child) {
  padding-top: 0.4em;
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1em 0.9em;
  /*カラーはrgba()で書くこと -webkit-必須*/
  background-image: radial-gradient(0.135em 0.135em at center center, rgb(226, 6, 55), rgb(226, 6, 55) 100%, rgba(226, 6, 55, 0) 0%);
  background-image: -webkit-radial-gradient(center center, rgb(226, 6, 55) 16%, rgba(226, 6, 55, 0) 0), -webkit-radial-gradient(rgb(226, 6, 55) 16%, rgba(226, 6, 55, 0) 0);
}
#mainArea .inner .left #partner .pageLink {
  display: block grid;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-items: center;
  margin: 40px auto 0;
}
#mainArea .inner .left #partner .pageLink a {
  color: var(--zabuton1Text);
  font-size: var(--normalFontSize);
  background: var(--partnerBg);
  border-radius: 50vh;
  margin-inline: auto;
  padding: 0.5em 3em;
  display: block;
  transition: all 0.3s;
  display: inline grid;
  grid-template-columns: 0 auto 1fr;
  -moz-column-gap: 1em;
       column-gap: 1em;
  align-items: center;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  #mainArea .inner .left #partner .pageLink a:hover {
    opacity: 0.7;
  }
}
#mainArea .inner .left #partner .pageLink a::before {
  content: "";
}
#mainArea .inner .left #partner .pageLink a::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
  line-height: 1;
  pointer-events: none;
  vertical-align: middle;
  display: inline-block;
}
#mainArea .inner .left #ai a {
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  #mainArea .inner .left #ai a:hover {
    opacity: 0.7;
  }
}
#mainArea .inner .left #school {
  margin: 20px 0 0;
}
#mainArea .inner .left #school a {
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  #mainArea .inner .left #school a:hover {
    opacity: 0.7;
  }
}
#mainArea .inner .right {
  width: 23%;
}

#newsArea {
  padding: 80px 0 30px;
}
#newsArea .inner {
  width: 720px;
  position: relative;
}
#newsArea .inner h2 {
  font-size: 1.5rem;
  font-weight: 700;
  border-left: solid 6px var(--heading3Bdr);
  margin: 0 0 10px;
  padding: 6px 0 6px 0.5em;
}
@media (max-width: 750px) {
  #newsArea .inner h2 {
    font-size: 5.595vw;
  }
}
#newsArea .inner ul li {
  border-bottom: solid 2px #F0F0F0;
}
#newsArea .inner ul li a {
  padding: 20px 0;
  align-items: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  #newsArea .inner ul li a:hover {
    opacity: 0.5;
  }
}
#newsArea .inner ul li a figure {
  width: 80px;
  border: solid 1px #F0F0F0;
  box-sizing: border-box;
  aspect-ratio: 1/1;
}
#newsArea .inner ul li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
#newsArea .inner ul li a .textBlock {
  width: calc(100% - 110px);
}
#newsArea .inner ul li a .textBlock p {
  font-size: 0.8571428571rem;
  display: inline-block;
}
@media (max-width: 750px) {
  #newsArea .inner ul li a .textBlock p {
    font-size: 3.1971428571vw;
  }
}
#newsArea .inner ul li a .textBlock .date {
  color: var(--dateText);
  font-weight: 700;
  width: 100%;
}
#newsArea .inner ul li a .textBlock .text {
  font-size: 1rem;
}
@media (max-width: 750px) {
  #newsArea .inner ul li a .textBlock .text {
    font-size: 3.73vw;
  }
}
#newsArea .inner .pageLink {
  position: absolute;
  top: 15px;
  right: 0;
}
#newsArea .inner .pageLink a {
  color: #8D8D8D;
  padding: 0 0.8em 0 0;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  #newsArea .inner .pageLink a:hover {
    text-decoration: underline;
  }
}
#newsArea .inner .pageLink a::after {
  content: "";
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
  line-height: 1;
  pointer-events: none;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  color: #8D8D8D;
  top: 54%;
  right: -0.2em;
}

/*--------------------------endPC--------------------------------*/
/*SP
-----------------------------------------------------------------------------*/
@media (max-width: 750px) {
  #mainv {
    position: relative;
  }
  #mainv .slider {
    height: 84.5vw;
    min-height: 84.5vw;
  }
  #mainv .slider .slide::before {
    height: 84.5vw;
  }
  #mainv .slider .slide.slick01 {
    background: url(../images/top/mainv_bg_01.jpg) center center/cover no-repeat;
  }
  #mainv .slider .slide.slick02 {
    background: url(../images/top/mainv_bg_02.jpg) center center/cover no-repeat;
  }
  #mainv .slider .slide.slick03 {
    background: url(../images/top/mainv_bg_03.jpg) center center/cover no-repeat;
  }
  #mainv .slider .slide .heading {
    font-size: 0.7857142857rem;
    line-height: 1.5em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 84.5vw;
    padding: 30vw 5vw 0;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #mainv .slider .slide .heading {
    font-size: 2.9307142857vw;
  }
}
@media (max-width: 750px) {
  #mainv .slider .slide .heading span {
    font-size: 2.2em;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
}
@media (max-width: 750px) {
  #reason {
    padding: 9vw 0 11.3vw;
  }
  #reason .inner h2 {
    font-size: 1.1428571429rem;
    text-align: left;
    margin: 0 0 6.3vw;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #reason .inner h2 {
    font-size: 4.2628571429vw;
  }
}
@media (max-width: 750px) {
  #reason .inner ol {
    margin: 0;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 5vw;
  }
  #reason .inner ol li {
    border: solid 1px #E2E2E2;
    box-shadow: var(--shadow1);
    padding: 0 0 5vw;
    grid-template-rows: none;
    row-gap: 5vw;
  }
  #reason .inner ol li h3 {
    padding: 0 5vw;
  }
  #reason .inner ol li .text {
    padding: 0 5vw;
  }
}
@media (max-width: 750px) {
  #reason .inner .pageLink {
    text-align: right;
    margin: 5vw 0 0;
    padding: 0 5vw;
  }
  #reason .inner .pageLink a {
    font-size: 0.8571428571rem;
    padding: 0 1em 0 0;
    position: relative;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #reason .inner .pageLink a {
    font-size: 3.1971428571vw;
  }
}
@media (max-width: 750px) {
  #reason .inner .pageLink a::after {
    content: "";
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
    line-height: 1;
    pointer-events: none;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    top: 58%;
    right: 0;
  }
}
@media (max-width: 750px) {
  #mainArea {
    margin: 0;
    padding: 10vw 0 10vw;
  }
  #mainArea .inner .left {
    width: 100%;
    margin: 0 0 8vw;
  }
  #mainArea .inner .left .sec {
    padding: 5vw;
  }
  #mainArea .inner .left .sec .pageLink {
    margin: 6.6vw auto 0;
  }
  #mainArea .inner .left #method {
    margin: 0 0 8vw;
    padding: 5vw 5vw 45vw;
    position: relative;
  }
  #mainArea .inner .left #method::before {
    content: "";
    width: 100%;
    height: 50vw;
    background: url(../images/top/intro_person.jpg) no-repeat center bottom/100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    translate: -50% 0;
  }
  #mainArea .inner .left #method h2 {
    font-size: 1.0714285714rem;
    margin: 0 0 3.4vw;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #mainArea .inner .left #method h2 {
    font-size: 3.9964285714vw;
  }
}
@media (max-width: 750px) {
  #mainArea .inner .left #method .num {
    margin: 0 0 1.7vw;
  }
  #mainArea .inner .left #method .num p {
    font-size: 1.4285714286rem;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #mainArea .inner .left #method .num p {
    font-size: 5.3285714286vw;
  }
}
@media (max-width: 750px) {
  #mainArea .inner .left #method .num p:first-child {
    text-indent: 2em;
    padding: 0;
  }
  #mainArea .inner .left #method .num p:first-child::before {
    width: 9vw;
    height: 7.4vw;
    top: 0;
    bottom: inherit;
  }
}
@media (max-width: 750px) {
  #mainArea .inner .left #method .num p + p {
    font-size: 0.8571428571rem;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #mainArea .inner .left #method .num p + p {
    font-size: 3.1971428571vw;
  }
}
@media (max-width: 750px) {
  #mainArea .inner .left #method .imgBlock {
    margin: 0 0 2.7vw;
  }
  #mainArea .inner .left #method .imgBlock .imageWrap {
    margin: 0 0 1.7vw;
  }
  #mainArea .inner .left #method .imgBlock .note small {
    font-size: 0.8571428571rem;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #mainArea .inner .left #method .imgBlock .note small {
    font-size: 3.1971428571vw;
  }
}
@media (max-width: 750px) {
  #mainArea .inner .left #method .service .heading {
    margin: 0 auto 3.4vw;
  }
  #mainArea .inner .left #method .service .heading span {
    font-size: 0.9285714286rem;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #mainArea .inner .left #method .service .heading span {
    font-size: 3.4635714286vw;
  }
}
@media (max-width: 750px) {
  #mainArea .inner .left #method .service ol {
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 3.3vw;
    position: relative;
    z-index: 2;
  }
  #mainArea .inner .left #method .service ol::before {
    content: none;
  }
  #mainArea .inner .left #method .service ol li {
    padding: 8vw 5vw;
    gap: 4vw;
  }
  #mainArea .inner .left #method .service ol li h3 {
    font-size: 1rem;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #mainArea .inner .left #method .service ol li h3 {
    font-size: 3.73vw;
  }
}
@media (max-width: 750px) {
  #mainArea .inner .left #method .service ol li p.hoho span {
    font-size: 1.3571428571rem;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #mainArea .inner .left #method .service ol li p.hoho span {
    font-size: 5.0621428571vw;
  }
}
@media (max-width: 750px) {
  #mainArea .inner .left #method .service ol li:first-child {
    grid-row: span 4;
  }
  #mainArea .inner .left #method .service ol li:first-child figure {
    width: 60vw;
  }
  #mainArea .inner .left #method .service ol li:first-child .aiLink {
    font-size: 0.9285714286rem;
    text-align: left;
    padding: 0 0 0 1.4rem;
    position: relative;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #mainArea .inner .left #method .service ol li:first-child .aiLink {
    font-size: 3.4635714286vw;
  }
}
@media (max-width: 750px) {
  #mainArea .inner .left #method .service ol li:first-child .aiLink::before {
    content: "";
    width: 1.2em;
    height: 1.2em;
    background: url(../images/top/Questionm.svg) no-repeat 0 0/100%;
    position: absolute;
    top: 0.2em;
    left: 0;
  }
}
@media (max-width: 750px) {
  #mainArea .inner .left #method .service ol li:first-child .aiLink a {
    color: var(--linkText);
    position: relative;
  }
  #mainArea .inner .left #method .service ol li:first-child .aiLink a::after {
    content: "";
    width: 19px;
    height: 15px;
    background: url(../images/top/external.svg) no-repeat 0 0/100%;
    position: absolute;
    top: 2px;
    right: -26px;
  }
}
@media (max-width: 750px) {
  #mainArea .inner .left #message {
    margin: 0 0 8vw;
  }
  #mainArea .inner .left #message h2 {
    font-size: 1.0714285714rem;
    margin: 0 0 5vw;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #mainArea .inner .left #message h2 {
    font-size: 3.9964285714vw;
  }
}
@media (max-width: 750px) {
  #mainArea .inner .left #message .onImg figure {
    margin: 0 0 5vw;
  }
  #mainArea .inner .left #message .onImg p {
    font-size: 0.9285714286rem;
    text-align: center;
    right: 0.5em;
    width: 100%;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #mainArea .inner .left #message .onImg p {
    font-size: 3.4635714286vw;
  }
}
@media (max-width: 750px) {
  #mainArea .inner .left #partner {
    margin: 0 0 8vw;
    padding: 5vw;
  }
  #mainArea .inner .left #partner .onImg figure {
    margin: 0 0 5vw;
  }
  #mainArea .inner .left #partner .textBlock {
    left: 0.5em;
    translate: 0, -50%;
  }
  #mainArea .inner .left #partner .textBlock h2 {
    font-size: 1.1428571429rem;
    margin: 0 0 5px;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #mainArea .inner .left #partner .textBlock h2 {
    font-size: 4.2628571429vw;
  }
}
@media (max-width: 750px) {
  #mainArea .inner .left #partner .textBlock p {
    font-size: 1.1428571429rem;
    filter: drop-shadow(0px 0px 2px rgb(255, 255, 255)) drop-shadow(0px 0px 3px rgb(255, 255, 255)) drop-shadow(0px 0px 4px rgb(255, 255, 255));
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #mainArea .inner .left #partner .textBlock p {
    font-size: 4.2628571429vw;
  }
}
@media (max-width: 750px) {
  #mainArea .inner .left #partner .textBlock p span:not(:last-child) {
    padding-top: 0.15em;
    background-position: top -0.3em left -0.1em;
  }
}
@media (max-width: 750px) {
  #mainArea .inner .left #partner .pageLink {
    margin: 6.6vw auto 0;
  }
}
@media (max-width: 750px) {
  #mainArea .inner .left #ai {
    background: #fff;
    border-top: solid 5px var(--zabuton1Bg);
    box-shadow: var(--shadow1);
    padding: 3vw 0 0;
  }
}
@media (max-width: 750px) {
  #mainArea .inner .left #school {
    background: #fff;
    border-top: solid 5px var(--zabuton1Bg);
    box-shadow: var(--shadow1);
    margin: 5vw 0 0;
    padding: 3vw 0 0;
  }
}
@media (max-width: 750px) {
  #mainArea .inner .right {
    width: 100%;
  }
}
@media (max-width: 750px) {
  #newsArea {
    padding: 10vw 0 4.4vw;
  }
  #newsArea .inner {
    width: var(--inner-md);
  }
  #newsArea .inner h2 {
    font-size: 1.1428571429rem;
    border-left: solid 5px var(--heading3Bdr);
    margin: 0 0 2.5vw;
    padding: 4px 0 4px 12px;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #newsArea .inner h2 {
    font-size: 4.2628571429vw;
  }
}
@media (max-width: 750px) {
  #newsArea .inner ul li {
    border-bottom: solid 1px #F0F0F0;
  }
  #newsArea .inner ul li a {
    padding: 4.5vw 0;
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  #newsArea .inner ul li a figure {
    width: 22%;
  }
  #newsArea .inner ul li a .textBlock {
    width: 71%;
  }
  #newsArea .inner ul li a .textBlock .date {
    font-size: 0.7857142857rem;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #newsArea .inner ul li a .textBlock .date {
    font-size: 2.9307142857vw;
  }
}
@media (max-width: 750px) {
  #newsArea .inner ul li a .textBlock .text {
    font-size: 0.9285714286rem;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #newsArea .inner ul li a .textBlock .text {
    font-size: 3.4635714286vw;
  }
}
@media (max-width: 750px) {
  #newsArea .inner .pageLink {
    top: 1.5vw;
    right: 1em;
  }
}
/*--------------------------endSP--------------------------------*/
/*# sourceMappingURL=top.css.map */