@charset "UTF-8";
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, img, ins, q,
small, strong, sub, sup,
b,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tr, th, td,
article, aside,
footer, header, main, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  line-height: 1;
  -webkit-font-smoothing: subpixel-antialiased;
}

article, aside,
footer, header, main, nav, section {
  display: block;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted;
  cursor: help;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

audio,
video,
canvas {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: solid 1px #aaa;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.footerWrap .footerNav__ul:after, .page .contentWrap ol > li:after, .headerNav__ul:after, .headerNav:after, .headerWrap:after, .wrap:after, .page .contentWrap .post__share > ul:after {
  content: " ";
  display: block;
  clear: both;
}

.toggleButton:after, .toggleButton > span, .toggleButton:before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #fcfcfc;
  border-radius: 1px;
  position: absolute;
  left: 5px;
  transition: width 0.3s, background-color 0.3s, transform 0.3s, opacity 0.3s;
}

.page .contentWrap .contactSection .contactPageLink {
  white-space: nowrap;
  position: absolute;
  z-index: 30;
}
.page .contentWrap .contactSection .contactPageLink a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: 2px;
  color: #333;
  text-align: center;
  padding: 5px 15px;
  background-color: #fcfcfc;
  border: solid 3px rgb(37.5149253731, 172.7388059701, 245.9850746269);
  border-radius: 40px;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .contactSection .contactPageLink a {
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page .contentWrap .contactSection .contactPageLink a span {
  position: relative;
}
.page .contentWrap .contactSection .contactPageLink a span:after {
  content: "";
  display: block;
  width: calc(100% + 12px);
  height: 6px;
  border-right: solid 1px #050709;
  border-bottom: solid 1px #050709;
  transform: skew(45deg);
  position: absolute;
  bottom: 0;
  left: -6px;
  transition: left 0.3s, border-color 0.3s;
}
.page .contentWrap .contactSection .contactPageLink a:hover {
  color: rgb(0, 151.65625, 253.2);
}
.page .contentWrap .contactSection .contactPageLink a:hover > span:after {
  left: 0;
  border-color: rgb(0, 151.65625, 253.2);
}

.markerSvg {
  margin-bottom: -2px;
  width: 14px;
  height: 14px;
}

.page .contentWrap .post__share {
  text-align: center;
  margin-top: 50px;
}
.page .contentWrap .post__share > ul {
  font-size: 0;
}
.page .contentWrap .flowSection .flowWrap #service_flow, .page .contentWrap .overviewSection .overviewWrap #kurasapo_overview, .page .contentWrap .meritSection .worriesWrap #kurasapo_merit {
  bottom: -33px;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .flowSection .flowWrap #service_flow, .page .contentWrap .overviewSection .overviewWrap #kurasapo_overview, .page .contentWrap .meritSection .worriesWrap #kurasapo_merit {
    bottom: -36px;
  }
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .flowSection .flowWrap #service_flow, .page .contentWrap .overviewSection .overviewWrap #kurasapo_overview, .page .contentWrap .meritSection .worriesWrap #kurasapo_merit {
    bottom: -40px;
  }
}

.page .contentWrap .flowSection .flowWrap .flowContentWrap .roleList dl > dd:before, .page .contentWrap .overviewSection .strengthWrap .strengthContentWrap .managerWrap .managerContent .managerIntWrap .managerPost > span:before, .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .fromSchoolToStudentsWrap dl dd:before, .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toStudentsWrap dl dd:before, .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toSchoolWrap dl dd:before, .page .contentWrap .meritSection .worriesWrap .solutionContentBgWrap .solutionContentWrap ul > li:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background-color: #f7810f;
  border-radius: 3px;
  position: relative;
  top: 2px;
}

@font-face {
  font-family: "icon";
  src: url("../fonts/icon.eot?hxjld2");
  src: url("../fonts/icon.eot?hxjld2#iefix") format("embedded-opentype"), url("../fonts/icon.ttf?hxjld2") format("truetype"), url("../fonts/icon.woff?hxjld2") format("woff"), url("../fonts/icon.svg?hxjld2#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=fa-]:before, [class*=" fa-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-new-tab:before {
  content: "\ea7e";
}

.fa-instagram:before {
  content: "\ea92";
}

.fa-youtube:before {
  content: "\ea9d";
}

.fa-twitch:before {
  content: "\ea9f";
}

.fa-openrec:before {
  content: "\e900";
}

.fa-facebook:before {
  content: "\e901";
  font-size: 20px;
  font-size: 2rem;
}

.fa-line:before {
  content: "\e91e";
}

.fa-mailform:before {
  content: "\e920";
  margin-right: 2px;
  position: relative;
  bottom: -1px;
}

.fa-x:before {
  content: "\e902";
  font-size: 16px;
  font-size: 1.6rem;
}

.svg {
  width: 18px;
  height: 18px;
  fill: #333;
}

.xLink {
  width: 100%;
  height: 50px;
  position: relative;
  transition: opacity 0.5s;
}
@media only screen and (min-width: 62em) {
  .xLink {
    width: 50px;
  }
}
.xLink .xSvg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  fill: #333;
  transition: fill 0.3s;
}
.xLink > .xSvg:hover:hover {
  fill: rgb(0, 151.65625, 253.2);
}

@media only screen and (min-width: 62em) {
  .headerNav__ul .xLink .xSvg {
    fill: #fcfcfc;
  }
}

.headerBackground .xLink > .xSvg {
  fill: #333;
}
.headerBackground .xLink > .xSvg:hover {
  fill: rgb(0, 151.65625, 253.2);
}

.postShareX {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
}
.postShareX .xSvg {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  fill: #fcfcfc;
  transition: fill 0.3s;
}

.footerSnsWrap .footerSnsWrap__ul {
  display: flex;
  justify-content: center;
}
.footerSnsWrap .footerSnsWrap__ul > li {
  margin-right: 20px;
}
.footerSnsWrap .footerSnsWrap__ul > li:last-child {
  margin-right: 0;
}
.footerSnsWrap .footerSnsWrap__ul .xLink {
  display: inline-block;
  width: 40px;
  height: 50px;
}
.footerSnsWrap .footerSnsWrap__ul .xSvg {
  width: 20px;
  height: 50px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
body {
  color: #333;
  font-family: "Nunito Sans", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  background-color: #f8f8f8;
}

#js_body {
  position: relative;
  visibility: hidden;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
/*
h1,h2,h3,h4,h5,h6,p,pre,dl,ul,ol,address,blockquote,table,form,fieldset {
	margin-bottom: 30px; //ほぼ再定義するため削除
}
*/
q, blockquote {
  color: rgb(107.1, 107.1, 107.1);
  background-color: rgb(241.1, 241.1, 241.1);
}

pre,
code {
  font-family: monospace, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  white-space: pre-wrap;
}

em {
  font-style: normal;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.59, transparent), color-stop(0.6, rgb(37.5149253731, 172.7388059701, 245.9850746269)), to(rgb(37.5149253731, 172.7388059701, 245.9850746269)));
  background: -moz-linear-gradient(to bottom, transparent 60%, rgb(37.5149253731, 172.7388059701, 245.9850746269) 60%);
  background: linear-gradient(to bottom, transparent 60%, rgb(37.5149253731, 172.7388059701, 245.9850746269) 60%);
}

mark {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.59, transparent), color-stop(0.6, #0073c0), to(#0073c0));
  background: -moz-linear-gradient(to bottom, transparent 60%, #0073c0 60%);
  background: linear-gradient(to bottom, transparent 60%, #0073c0 60%);
}

hr {
  height: 0;
  overflow: visible;
}

del {
  text-decoration: line-through;
}

small {
  font-size: 12px;
  font-size: 1.2rem;
}

sub,
sup {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -4px;
}

sup {
  top: -8px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 1px #dfdfdf;
}

tr, th, td {
  border: solid 1px #dfdfdf;
}

th {
  text-align: left;
  background-color: #f8f8f8;
}

form {
  padding: 20px;
}

img {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Open Sans", "Helvetica Neue", Verdana, "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0;
}

fieldset {
  border: 1px solid #68f;
  padding: 6px 10px 12px;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

a {
  color: #0073c0;
  text-decoration: none;
  transition: color 0.3s;
}

a:hover {
  color: rgb(0, 151.65625, 253.2);
}

.post__content a[target=_blank]:before {
  display: inline-block;
  text-decoration: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea7e";
  margin-right: 2px;
  position: relative;
  bottom: -2px;
}

.external:before {
  display: inline-block;
  text-decoration: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea7e";
  margin-right: 2px;
  position: relative;
  bottom: -1px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.wrap {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
@media only screen and (max-width: 61.9375em) {
  .wrap {
    max-width: 740px;
    width: 100%;
  }
}
@media only screen and (min-width: 62em) {
  .wrap {
    max-width: 1000px;
  }
}

.contents {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-width: 320px;
  overflow: hidden;
}

.overlayBase {
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  transition: background-color 0.3s, visibility 0.3s;
}
@media only screen and (min-width: 62em) {
  .overlayBase {
    transition: none;
  }
}

.overlay {
  visibility: visible;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 62em) {
  .overlay {
    visibility: hidden;
  }
}

/*==============================
headerのレイアウト
===============================*/
header {
  line-height: 54px;
  width: 100%;
  height: 54px;
  min-width: 320px;
  position: fixed;
  z-index: 700;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s, fill 0.3s;
}

.headerWrap {
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (min-width: 48em) {
  .headerWrap {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 62em) {
  .headerWrap {
    width: 938px;
  }
}
@media only screen and (min-width: 75em) {
  .headerWrap {
    width: 1080px;
  }
}

.logo {
  width: 54px;
  height: 54px;
  float: left;
  position: relative;
  z-index: 1;
}

.logoLink {
  line-height: 54px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  left: -10px;
  overflow: hidden;
  transform: scale(0.8);
}
.logoLink > .logoImg {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
}
.logoLink img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
}

.cellorbLogo {
  width: 54px;
  height: 54px;
  transform: scale(0.8);
}

.headerBackground .logoLink > .logoImg {
  width: 100%;
  height: auto;
}
.headerBackground .logoLink img {
  width: 100%;
  height: auto;
}

/*==============================
headerのtoggle設定
===============================*/
.toggleButton {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: none;
  float: right;
  position: relative;
  z-index: 100;
  transition: margin 0.3s;
  cursor: pointer;
}
@media only screen and (min-width: 62em) {
  .toggleButton {
    display: none;
  }
}
.toggleButton:before {
  top: 11px;
}
.toggleButton > span {
  top: 24px;
  width: 30px;
}
.toggleButton:after {
  bottom: 11px;
  width: 20px;
}
.toggleButton:before,
.toggleButton > span, .toggleButton:after {
  background-color: #f7810f;
}
.toggleButton:focus {
  outline: none;
}

.menu-opened + .toggleButton {
  margin-right: -16px;
}
.menu-opened + .toggleButton:before {
  transform: translateY(13px) rotate(135deg);
  background-color: #f7810f;
  width: 30px;
}
.menu-opened + .toggleButton > span {
  opacity: 0;
  background-color: #f7810f;
}
.menu-opened + .toggleButton:after {
  transform: translateY(-13px) rotate(-135deg);
  background-color: #f7810f;
  width: 30px;
}

.headerNav {
  text-align: center;
  width: 270px;
  height: 100%;
  margin-top: 54px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: -270px;
  transform: translateX(0);
  z-index: -1;
}
@media only screen and (max-width: 61.9375em) {
  .headerNav {
    background-color: #fcfcfc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  }
}
@media only screen and (min-width: 62em) {
  .headerNav {
    width: 100%;
    height: 54px;
    margin-top: 0;
    overflow: visible;
    position: static;
  }
}

.menu-opened {
  transform: translateX(-270px);
}
@media only screen and (min-width: 62em) {
  .menu-opened {
    transform: translateX(0);
  }
}

.headerNav__ul {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 20px;
}
@media only screen and (min-width: 62em) {
  .headerNav__ul {
    padding-top: 0;
    float: right;
    position: static;
  }
}
.headerNav__ul > li {
  display: flex;
  align-items: center;
  text-align: left;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 62em) {
  .headerNav__ul > li {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 20px;
    float: left;
  }
}
.headerNav__ul > li > a {
  color: #333;
  display: block;
}
.headerNav__ul > li > a:hover {
  color: rgb(248.3161290323, 149.7290322581, 54.4838709677);
}
.headerNav__ul > li > a.active {
  color: rgb(248.3161290323, 149.7290322581, 54.4838709677) !important;
}
.headerNav__ul > li:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  background-color: #f7810f;
  border-radius: 3px;
  position: relative;
  top: 1px;
}
@media only screen and (min-width: 62em) {
  .headerNav__ul > li > a {
    color: #333;
  }
  .headerNav__ul > li:nth-last-child(2) > a {
    color: #fcfcfc !important;
    padding: 0 10px;
    background-color: #f7810f;
    transition: background-color 0.3s;
  }
  .headerNav__ul > li:nth-last-child(2) > a:hover {
    background-color: rgb(248.3161290323, 149.7290322581, 54.4838709677);
  }
  .headerNav__ul > li:before {
    content: none;
  }
}
.headerNav__ul > li:last-child {
  display: inline-block;
  margin: 0 auto;
}
@media only screen and (min-width: 62em) {
  .headerNav__ul > li:last-child {
    text-align: center;
    margin-right: 0;
  }
}
.headerNav__ul > li:last-child:before {
  content: none;
}

.headerBackground {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #fcfcfc;
}
.headerBackground .toggleButton:before,
.headerBackground .toggleButton > span, .headerBackground .toggleButton:after {
  background-color: #f7810f;
}
@media only screen and (min-width: 62em) {
  .headerBackground .headerNav__ul > li a {
    color: #333;
  }
  .headerBackground .headerNav__ul > li a:hover {
    color: rgb(248.3161290323, 149.7290322581, 54.4838709677);
  }
  .headerBackground .headerNav__ul > li:nth-last-child(2) > a {
    color: #fcfcfc;
    transition: background-color 0.3s;
  }
  .headerBackground .headerNav__ul > li:nth-last-child(2) > a:hover {
    background-color: rgb(248.3161290323, 149.7290322581, 54.4838709677);
  }
}

.wrapper {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #fcfcfc;
}

.billboard {
  text-align: center;
}
.billboard .logoImg {
  width: 240px;
  height: auto;
  margin-top: 134px;
  margin-bottom: 94px;
  overflow: visible;
}
@media only screen and (min-width: 48em) {
  .billboard .logoImg {
    width: 320px;
    margin-top: 174px;
    margin-bottom: 134px;
  }
}
@media only screen and (min-width: 62em) {
  .billboard .logoImg {
    width: 432px;
    margin-top: 234px;
    margin-bottom: 174px;
  }
}

.page {
  width: 100%;
  margin-bottom: 80px;
}
.page .contentWrap {
  margin-bottom: 80px;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap {
    margin-bottom: 120px;
  }
}
.page .contentWrap h2 {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 48em) {
  .page .contentWrap h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.page .contentWrap #about_kurasapo,
.page .contentWrap #kurasapo_merit,
.page .contentWrap #kurasapo_overview,
.page .contentWrap #service_flow,
.page .contentWrap #kurasapo_faq,
.page .contentWrap #kurasapo_contact {
  margin-top: -40px;
  padding-top: 70px;
  position: relative;
  z-index: 1;
  line-height: 36px;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap #about_kurasapo,
  .page .contentWrap #kurasapo_merit,
  .page .contentWrap #kurasapo_overview,
  .page .contentWrap #service_flow,
  .page .contentWrap #kurasapo_faq,
  .page .contentWrap #kurasapo_contact {
    line-height: 42px;
    padding-top: 80px;
  }
}
@media only screen and (min-width: 48em) {
  .page .contentWrap #about_kurasapo,
  .page .contentWrap #kurasapo_merit,
  .page .contentWrap #kurasapo_overview,
  .page .contentWrap #service_flow,
  .page .contentWrap #kurasapo_faq,
  .page .contentWrap #kurasapo_contact {
    line-height: 50px;
    padding-top: 90px;
  }
}
.page .contentWrap h2.firstHeader {
  margin-top: 0;
}
.page .contentWrap h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 20px 0 10px;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 40px;
  }
}
.page .contentWrap p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.page .contentWrap .nb {
  white-space: nowrap;
}
.page .contentWrap .accent {
  font-weight: bold;
  line-height: 40px;
  color: #fcfcfc;
  background-color: #f7810f;
  padding: 2px 4px;
  margin: 0 2px;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .accent {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 60px;
    padding: 6px 8px;
    margin: 0 4px;
  }
}
.page .contentWrap ol {
  counter-reset: body_count;
  margin-bottom: 20px;
}
.page .contentWrap ol > li:before {
  display: inline-block;
  counter-increment: body_count;
  content: counters(body_count, "-") ".";
  text-align: center;
}
.page .contentWrap ul {
  margin-bottom: 20px;
}
.page .contentWrap ul > li {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.page .contentWrap img {
  display: block;
  margin: 0 auto 10px;
  max-width: 100%;
  height: auto;
  border: solid 1px #dfdfdf;
}
.page .contentWrap a {
  text-decoration: underline;
}
.page .contentWrap .post__shareX {
  margin-right: 20px;
}
.page .contentWrap .post__shareX,
.page .contentWrap .post__shareFacebook {
  display: inline-block;
  margin-bottom: 0;
}
.page .contentWrap .post__shareX > a,
.page .contentWrap .post__shareFacebook > a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fcfcfc;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  width: 120px;
  height: 30px;
  padding: 2px 16px;
  background-color: #050709;
  border-radius: 50px;
  opacity: 1;
  transition: opacity 0.5s;
}
.page .contentWrap .post__shareX > a:hover,
.page .contentWrap .post__shareFacebook > a:hover {
  opacity: 0.6;
}
.page .contentWrap .aboutSection {
  text-align: center;
}
.page .contentWrap .meritSection .worriesWrap .worriesContentBgWrap {
  text-align: center;
  padding-top: 20px;
  background-color: #eeeeee;
}
.page .contentWrap .meritSection .worriesWrap .worriesContentBgWrap .worriesContentWrap {
  display: inline-block;
  text-align: left;
  max-width: 420px;
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .meritSection .worriesWrap .worriesContentBgWrap .worriesContentWrap {
    display: flex;
    justify-content: center;
    max-width: 100%;
  }
}
.page .contentWrap .meritSection .worriesWrap .worriesContentBgWrap .worriesContentWrap ul > li:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 6px;
  border-left: 2px solid #3e3e3e;
  border-bottom: 2px solid #3e3e3e;
  margin-right: 4px;
  transform: translateY(-4px) rotate(-45deg);
}
.page .contentWrap .meritSection .worriesWrap .worriesContentBgWrap .worriesContentWrap .worriesSchoolWrap,
.page .contentWrap .meritSection .worriesWrap .worriesContentBgWrap .worriesContentWrap .worriesStudentWrap {
  text-align: left;
  padding: 60px 0 100px;
  position: relative;
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .meritSection .worriesWrap .worriesContentBgWrap .worriesContentWrap .worriesSchoolWrap,
  .page .contentWrap .meritSection .worriesWrap .worriesContentBgWrap .worriesContentWrap .worriesStudentWrap {
    display: inline-block;
    width: 487px;
    padding: 80px 37px 150px;
  }
}
.page .contentWrap .meritSection .worriesWrap .worriesContentBgWrap .worriesContentWrap .worriesSchoolWrap:after,
.page .contentWrap .meritSection .worriesWrap .worriesContentBgWrap .worriesContentWrap .worriesStudentWrap:after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-color: #eeeeee;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -30px;
}
.page .contentWrap .meritSection .worriesWrap .worriesContentBgWrap .worriesContentWrap .worriesSchoolWrap .ms_teacher_worry,
.page .contentWrap .meritSection .worriesWrap .worriesContentBgWrap .worriesContentWrap .worriesSchoolWrap .mr_teacher_worry {
  width: 100px;
  height: 100px;
  position: absolute;
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .meritSection .worriesWrap .worriesContentBgWrap .worriesContentWrap .worriesSchoolWrap .ms_teacher_worry,
  .page .contentWrap .meritSection .worriesWrap .worriesContentBgWrap .worriesContentWrap .worriesSchoolWrap .mr_teacher_worry {
    width: 120px;
    height: 120px;
  }
}
.page .contentWrap .meritSection .worriesWrap .worriesContentBgWrap .worriesContentWrap .worriesSchoolWrap .ms_teacher_worry {
  right: 20px;
  top: 10px;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .meritSection .worriesWrap .worriesContentBgWrap .worriesContentWrap .worriesSchoolWrap .ms_teacher_worry {
    top: 20px;
  }
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .meritSection .worriesWrap .worriesContentBgWrap .worriesContentWrap .worriesSchoolWrap .ms_teacher_worry {
    right: 50px;
  }
}
.page .contentWrap .meritSection .worriesWrap .worriesContentBgWrap .worriesContentWrap .worriesSchoolWrap .mr_teacher_worry {
  left: 0;
  bottom: 0;
  transform: scale(-1, 1);
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .meritSection .worriesWrap .worriesContentBgWrap .worriesContentWrap .worriesSchoolWrap .mr_teacher_worry {
    bottom: 50px;
  }
}
.page .contentWrap .meritSection .worriesWrap .worriesContentBgWrap .worriesContentWrap .worriesStudentWrap .m_student_doubt,
.page .contentWrap .meritSection .worriesWrap .worriesContentBgWrap .worriesContentWrap .worriesStudentWrap .f_student_doubt {
  width: 80px;
  height: 80px;
  position: absolute;
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .meritSection .worriesWrap .worriesContentBgWrap .worriesContentWrap .worriesStudentWrap .m_student_doubt,
  .page .contentWrap .meritSection .worriesWrap .worriesContentBgWrap .worriesContentWrap .worriesStudentWrap .f_student_doubt {
    width: 90px;
    height: 90px;
  }
}
.page .contentWrap .meritSection .worriesWrap .worriesContentBgWrap .worriesContentWrap .worriesStudentWrap .m_student_doubt {
  right: 20px;
  top: 10px;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .meritSection .worriesWrap .worriesContentBgWrap .worriesContentWrap .worriesStudentWrap .m_student_doubt {
    top: 40px;
  }
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .meritSection .worriesWrap .worriesContentBgWrap .worriesContentWrap .worriesStudentWrap .m_student_doubt {
    right: 50px;
  }
}
.page .contentWrap .meritSection .worriesWrap .worriesContentBgWrap .worriesContentWrap .worriesStudentWrap .f_student_doubt {
  left: -10px;
  bottom: 20px;
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .meritSection .worriesWrap .worriesContentBgWrap .worriesContentWrap .worriesStudentWrap .f_student_doubt {
    left: -20px;
    bottom: 60px;
  }
}
.page .contentWrap .meritSection .worriesWrap .solutionContentBgWrap {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffefc7;
}
.page .contentWrap .meritSection .worriesWrap .solutionContentBgWrap .solutionContentWrap {
  display: inline-block;
  text-align: left;
  max-width: 420px;
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .meritSection .worriesWrap .solutionContentBgWrap .solutionContentWrap {
    display: flex;
    justify-content: center;
    max-width: 100%;
  }
}
.page .contentWrap .meritSection .worriesWrap .solutionContentBgWrap .solutionSchoolWrap {
  text-align: left;
  padding: 60px 0 100px;
  position: relative;
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .meritSection .worriesWrap .solutionContentBgWrap .solutionSchoolWrap {
    display: inline-block;
    width: 487px;
    padding: 80px 37px 150px;
  }
}
.page .contentWrap .meritSection .worriesWrap .solutionContentBgWrap .solutionSchoolWrap .ms_teacher_solution,
.page .contentWrap .meritSection .worriesWrap .solutionContentBgWrap .solutionSchoolWrap .mr_teacher_solution {
  width: 100px;
  height: 100px;
  position: absolute;
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .meritSection .worriesWrap .solutionContentBgWrap .solutionSchoolWrap .ms_teacher_solution,
  .page .contentWrap .meritSection .worriesWrap .solutionContentBgWrap .solutionSchoolWrap .mr_teacher_solution {
    width: 120px;
    height: 120px;
  }
}
.page .contentWrap .meritSection .worriesWrap .solutionContentBgWrap .solutionSchoolWrap .ms_teacher_solution {
  right: 20px;
  top: 10px;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .meritSection .worriesWrap .solutionContentBgWrap .solutionSchoolWrap .ms_teacher_solution {
    top: 20px;
  }
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .meritSection .worriesWrap .solutionContentBgWrap .solutionSchoolWrap .ms_teacher_solution {
    right: 50px;
  }
}
.page .contentWrap .meritSection .worriesWrap .solutionContentBgWrap .solutionSchoolWrap .mr_teacher_solution {
  left: 0;
  bottom: 0;
  transform: scale(-1, 1);
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .meritSection .worriesWrap .solutionContentBgWrap .solutionSchoolWrap .mr_teacher_solution {
    bottom: 50px;
  }
}
.page .contentWrap .meritSection .worriesWrap .solutionContentBgWrap .solutionStudentWrap {
  text-align: left;
  padding: 60px 0 50px;
  position: relative;
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .meritSection .worriesWrap .solutionContentBgWrap .solutionStudentWrap {
    display: inline-block;
    width: 487px;
    padding: 80px 37px 150px;
  }
}
.page .contentWrap .meritSection .worriesWrap .solutionContentBgWrap .solutionStudentWrap .students_solution {
  width: 150px;
  height: auto;
  position: absolute;
  right: 10px;
  top: 20px;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .meritSection .worriesWrap .solutionContentBgWrap .solutionStudentWrap .students_solution {
    top: 40px;
    right: 40px;
  }
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .meritSection .worriesWrap .solutionContentBgWrap .solutionStudentWrap .students_solution {
    width: 170px;
  }
}
.page .contentWrap .meritSection .worriesWrap .solutionContentBgWrap > h2 {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .meritSection .worriesWrap .solutionContentBgWrap > h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page .contentWrap .meritSection .worriesWrap .solutionContentBgWrap > h2 .accent {
  padding-left: 0;
  padding-right: 0;
}
.page .contentWrap .meritSection .appealWrap .why_esports {
  position: relative;
  top: -18px;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .meritSection .appealWrap .why_esports {
    top: -21px;
  }
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .meritSection .appealWrap .why_esports {
    top: -25px;
  }
}
.page .contentWrap .meritSection .appealWrap .appealContentWrap .students_loaging {
  max-width: 500px;
  height: auto;
  margin: -20px auto 15px;
}
.page .contentWrap .meritSection .appealWrap .appealContentWrap > h3:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 3px;
  background-color: #f7810f;
  border-radius: 3px;
  position: relative;
  top: 2px;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .meritSection .appealWrap .appealContentWrap > h3:before {
    top: 1px;
  }
}
.page .contentWrap .meritSection .appealWrap .appealContentWrap > p:first-of-type {
  margin-bottom: 50px;
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffefc7;
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap {
  margin-bottom: 15px;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .serviceTopWrap {
    display: flex;
    justify-content: center;
  }
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toSchoolWrap {
  margin-top: 15px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toSchoolWrap {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 30px;
  }
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toSchoolWrap .toSchoolIconWrap {
  display: flex;
  justify-content: space-between;
  width: 260px;
  margin: 0 auto 15px;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toSchoolWrap .toSchoolIconWrap {
    width: 360px;
  }
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toSchoolWrap .toSchoolIconWrap {
    width: auto;
    position: relative;
  }
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toSchoolWrap .toSchoolIconWrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -80px;
    width: 70px;
    height: 8px;
    background: #f7810f;
    width: 121px;
    height: 14px;
    left: -109px;
    top: 190px;
    transform: rotate(-55deg);
  }
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toSchoolWrap .toSchoolIconWrap:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -104px;
    width: 0;
    height: 0;
    border: 12px solid;
    border-color: transparent transparent transparent #f7810f;
    border-width: 18px;
    left: -107px;
    top: 236px;
    transform: rotate(125deg);
  }
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toSchoolWrap .toSchoolIconWrap .kurasapoLogo {
  width: 60px;
  height: auto;
  position: relative;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toSchoolWrap .toSchoolIconWrap .kurasapoLogo {
    width: 80px;
  }
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toSchoolWrap .toSchoolIconWrap .kurasapoLogo {
    width: 100px;
  }
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toSchoolWrap .toSchoolIconWrap .kurasapoLogo:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -80px;
  width: 70px;
  height: 8px;
  background: #f7810f;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toSchoolWrap .toSchoolIconWrap .kurasapoLogo:before {
    width: 110px;
    height: 10px;
    right: -120px;
  }
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toSchoolWrap .toSchoolIconWrap .kurasapoLogo:before {
    width: 121px;
    height: 14px;
    right: -109px;
    top: 190px;
    transform: rotate(55deg);
  }
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toSchoolWrap .toSchoolIconWrap .kurasapoLogo:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -104px;
  width: 0;
  height: 0;
  border: 12px solid;
  border-color: transparent transparent transparent #f7810f;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toSchoolWrap .toSchoolIconWrap .kurasapoLogo:after {
    border-width: 14px;
    right: -148px;
  }
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toSchoolWrap .toSchoolIconWrap .kurasapoLogo:after {
    border-width: 18px;
    right: -106px;
    top: 236px;
    transform: rotate(55deg);
  }
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toSchoolWrap .toSchoolIconWrap .toSchoolIcon {
  width: 100px;
  height: auto;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toSchoolWrap .toSchoolIconWrap .toSchoolIcon {
    width: 140px;
  }
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toSchoolWrap .toSchoolIconWrap .toSchoolIcon {
    display: none;
  }
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toSchoolWrap dl {
  width: 260px;
  margin: 0 auto;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toSchoolWrap dl {
    width: 360px;
  }
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toSchoolWrap dl {
    width: 200px;
    position: relative;
    left: -40px;
    bottom: -60px;
  }
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toSchoolWrap dl dt {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toSchoolWrap dl dd {
  margin-bottom: 5px;
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toSchoolWrap dl dd:before {
  top: 1px;
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toStudentsWrap {
  margin-top: 15px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toStudentsWrap {
    margin-top: 30px;
  }
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toStudentsWrap .toStudentsIconWrap {
  display: flex;
  justify-content: space-between;
  width: 260px;
  margin: 0 auto 15px;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toStudentsWrap .toStudentsIconWrap {
    width: 360px;
  }
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toStudentsWrap .toStudentsIconWrap {
    display: none;
  }
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toStudentsWrap .toStudentsIconWrap .kurasapoLogo {
  width: 60px;
  height: auto;
  position: relative;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toStudentsWrap .toStudentsIconWrap .kurasapoLogo {
    width: 80px;
  }
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toStudentsWrap .toStudentsIconWrap .kurasapoLogo {
    display: none;
  }
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toStudentsWrap .toStudentsIconWrap .kurasapoLogo:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -80px;
  width: 70px;
  height: 8px;
  background: #f7810f;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toStudentsWrap .toStudentsIconWrap .kurasapoLogo:before {
    width: 110px;
    height: 10px;
    right: -120px;
  }
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toStudentsWrap .toStudentsIconWrap .kurasapoLogo:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -104px;
  width: 0;
  height: 0;
  border: 12px solid;
  border-color: transparent transparent transparent #f7810f;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toStudentsWrap .toStudentsIconWrap .kurasapoLogo:after {
    border-width: 14px;
    right: -148px;
  }
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toStudentsWrap .toStudentsIconWrap .toStudentsIcon {
  width: 100px;
  height: auto;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toStudentsWrap .toStudentsIconWrap .toStudentsIcon {
    width: 140px;
  }
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toStudentsWrap dl {
  width: 260px;
  margin: 0 auto;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toStudentsWrap dl {
    width: 360px;
  }
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toStudentsWrap dl {
    width: 200px;
    position: relative;
    right: -110px;
    bottom: -60px;
  }
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toStudentsWrap dl dt {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toStudentsWrap dl dd {
  margin-bottom: 5px;
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .toStudentsWrap dl dd:before {
  top: 1px;
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .fromSchoolToStudentsWrap {
  margin-top: 15px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .fromSchoolToStudentsWrap {
    text-align: center;
    margin-top: 30px;
  }
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .fromSchoolToStudentsWrap .fromSchoolToStudentsIconWrap {
  display: flex;
  justify-content: space-between;
  width: 260px;
  margin: 0 auto 15px;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .fromSchoolToStudentsWrap .fromSchoolToStudentsIconWrap {
    width: 360px;
  }
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .fromSchoolToStudentsWrap .fromSchoolToStudentsIconWrap {
    width: 600px;
  }
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .fromSchoolToStudentsWrap .fromSchoolToStudentsIconWrap .fromSchoolIcon {
  width: 90px;
  height: auto;
  position: relative;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .fromSchoolToStudentsWrap .fromSchoolToStudentsIconWrap .fromSchoolIcon {
    width: 120px;
  }
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .fromSchoolToStudentsWrap .fromSchoolToStudentsIconWrap .fromSchoolIcon {
    width: 180px;
  }
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .fromSchoolToStudentsWrap .fromSchoolToStudentsIconWrap .fromSchoolIcon:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -66px;
  width: 60px;
  height: 8px;
  background: #f7810f;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .fromSchoolToStudentsWrap .fromSchoolToStudentsIconWrap .fromSchoolIcon:before {
    width: 100px;
    height: 10px;
    right: -103px;
  }
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .fromSchoolToStudentsWrap .fromSchoolToStudentsIconWrap .fromSchoolIcon:before {
    width: 160px;
    height: 14px;
    right: -190px;
  }
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .fromSchoolToStudentsWrap .fromSchoolToStudentsIconWrap .fromSchoolIcon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -83px;
  width: 0;
  height: 0;
  border: 12px solid;
  border-color: transparent transparent transparent #f7810f;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .fromSchoolToStudentsWrap .fromSchoolToStudentsIconWrap .fromSchoolIcon:after {
    border-width: 14px;
    right: -130px;
  }
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .fromSchoolToStudentsWrap .fromSchoolToStudentsIconWrap .fromSchoolIcon:after {
    border-width: 18px;
    right: -226px;
  }
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .fromSchoolToStudentsWrap .fromSchoolToStudentsIconWrap .fromSchoolToStudentsIcon {
  width: 90px;
  height: auto;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .fromSchoolToStudentsWrap .fromSchoolToStudentsIconWrap .fromSchoolToStudentsIcon {
    width: 120px;
  }
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .fromSchoolToStudentsWrap .fromSchoolToStudentsIconWrap .fromSchoolToStudentsIcon {
    width: 180px;
  }
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .fromSchoolToStudentsWrap dl {
  width: 260px;
  margin: 0 auto;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .fromSchoolToStudentsWrap dl {
    width: 360px;
  }
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .fromSchoolToStudentsWrap dl {
    display: inline-block;
    text-align: left;
    width: auto;
  }
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .fromSchoolToStudentsWrap dl dt {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .fromSchoolToStudentsWrap dl dd {
  margin-bottom: 5px;
}
.page .contentWrap .overviewSection .overviewWrap .overviewContentWrap .serviceWrap .fromSchoolToStudentsWrap dl dd:before {
  top: 1px;
}
.page .contentWrap .overviewSection .strengthWrap {
  padding-top: 50px;
}
.page .contentWrap .overviewSection .strengthWrap .strengthContentWrap .strengthDes {
  margin-bottom: 50px;
}
.page .contentWrap .overviewSection .strengthWrap .strengthContentWrap .managerWrap .managerContent {
  margin-bottom: 30px;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .overviewSection .strengthWrap .strengthContentWrap .managerWrap .managerContent {
    display: flex;
    margin-bottom: 50px;
  }
  .page .contentWrap .overviewSection .strengthWrap .strengthContentWrap .managerWrap .managerContent:last-of-type {
    margin-bottom: 0;
  }
}
.page .contentWrap .overviewSection .strengthWrap .strengthContentWrap .managerWrap .managerContent .managerPhotoWrap {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .overviewSection .strengthWrap .strengthContentWrap .managerWrap .managerContent .managerPhotoWrap {
    display: block;
    margin-right: 30px;
  }
}
.page .contentWrap .overviewSection .strengthWrap .strengthContentWrap .managerWrap .managerContent .managerPhotoWrap .managerPhoto {
  width: 90px;
  height: 90px;
  margin-right: 10px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .overviewSection .strengthWrap .strengthContentWrap .managerWrap .managerContent .managerPhotoWrap .managerPhoto {
    width: 120px;
    height: 120px;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.page .contentWrap .overviewSection .strengthWrap .strengthContentWrap .managerWrap .managerContent .managerPhotoWrap .managerPhoto > img {
  border: none;
}
.page .contentWrap .overviewSection .strengthWrap .strengthContentWrap .managerWrap .managerContent .managerPhotoWrap .managerName {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .overviewSection .strengthWrap .strengthContentWrap .managerWrap .managerContent .managerPhotoWrap .managerName {
    text-align: center;
  }
}
.page .contentWrap .overviewSection .strengthWrap .strengthContentWrap .managerWrap .managerContent .managerPhotoWrap .managerName > .furigana {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
.page .contentWrap .overviewSection .strengthWrap .strengthContentWrap .managerWrap .managerContent .managerIntWrap .managerPost {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .overviewSection .strengthWrap .strengthContentWrap .managerWrap .managerContent .managerIntWrap .managerPost {
    margin-top: 0;
    argin-bottom: 10px;
  }
}
.page .contentWrap .overviewSection .strengthWrap > h2 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .overviewSection .strengthWrap > h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
.page .contentWrap .flowSection .flowWrap .flowContentWrap {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffefc7;
}
.page .contentWrap .flowSection .flowWrap .flowContentWrap .flowText {
  margin-top: 30px;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .flowSection .flowWrap .flowContentWrap .flowText {
    text-align: center;
  }
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .flowSection .flowWrap .flowContentWrap .flowList {
    display: flex;
    width: 950px;
    margin: 0 auto 30px;
  }
}
.page .contentWrap .flowSection .flowWrap .flowContentWrap .flowList > li {
  color: #f7810f;
  text-align: center;
  width: 100%;
  max-width: 500px;
  padding: 10px;
  margin: 0 auto 50px;
  border: solid 3px #f7810f;
  border-radius: 6px;
  position: relative;
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .flowSection .flowWrap .flowContentWrap .flowList > li {
    margin-right: 50px;
  }
  .page .contentWrap .flowSection .flowWrap .flowContentWrap .flowList > li:last-of-type {
    margin-right: 0;
  }
}
.page .contentWrap .flowSection .flowWrap .flowContentWrap .flowList > li .borderHidden:before {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  background-color: #ffefc7;
  position: absolute;
  bottom: -3px;
  left: 50%;
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .flowSection .flowWrap .flowContentWrap .flowList > li .borderHidden:before {
    width: 5px;
    height: 30px;
    bottom: 50%;
    left: calc(100% - 2px);
  }
}
.page .contentWrap .flowSection .flowWrap .flowContentWrap .flowList > li .borderHidden:after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: #f7810f;
  border-radius: 3px;
  position: absolute;
  bottom: -3px;
  left: calc(50% + 29px);
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .flowSection .flowWrap .flowContentWrap .flowList > li .borderHidden:after {
    bottom: calc(50% + 29px);
    left: 100%;
  }
}
.page .contentWrap .flowSection .flowWrap .flowContentWrap .flowList > li .stepIcon {
  display: block;
  width: 100px;
  height: auto;
  margin: 10px auto 0;
  position: relative;
}
.page .contentWrap .flowSection .flowWrap .flowContentWrap .flowList > li .stepIcon:before {
  content: "";
  display: block;
  position: absolute;
  left: 29px;
  bottom: -32px;
  width: 41px;
  height: 3px;
  background: #f7810f;
  border-radius: 3px;
  transform: rotate(90deg);
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .flowSection .flowWrap .flowContentWrap .flowList > li .stepIcon:before {
    transform: rotate(0deg);
    left: 122px;
    bottom: 70px;
  }
}
.page .contentWrap .flowSection .flowWrap .flowContentWrap .flowList > li .stepIcon:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -62px;
  right: 45px;
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: transparent transparent transparent #f7810f;
  transform: rotate(90deg) scaleX(1.5);
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .flowSection .flowWrap .flowContentWrap .flowList > li .stepIcon:after {
    bottom: 65px;
    right: -74px;
    transform: rotate(0deg) scaleX(1.5);
  }
}
.page .contentWrap .flowSection .flowWrap .flowContentWrap .flowList > li .startIcon:before, .page .contentWrap .flowSection .flowWrap .flowContentWrap .flowList > li .startIcon:after {
  display: none;
}
.page .contentWrap .flowSection .flowWrap .flowContentWrap .roleCycle {
  max-width: 500px;
  margin: 0 auto;
}
.page .contentWrap .flowSection .flowWrap .flowContentWrap .roleList {
  margin-top: 50px;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .flowSection .flowWrap .flowContentWrap .roleList {
    display: flex;
    justify-content: center;
    margin: 50px auto 30px;
  }
}
.page .contentWrap .flowSection .flowWrap .flowContentWrap .roleList dl {
  margin-bottom: 30px;
  overflow: hidden;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .flowSection .flowWrap .flowContentWrap .roleList dl {
    width: auto;
    margin-right: 80px;
    margin-bottom: 0;
  }
  .page .contentWrap .flowSection .flowWrap .flowContentWrap .roleList dl:last-of-type {
    margin-right: 0;
  }
}
.page .contentWrap .flowSection .flowWrap .flowContentWrap .roleList dl > dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.page .contentWrap .flowSection .flowWrap .flowContentWrap .roleList dl > dd {
  float: left;
  margin-bottom: 5px;
  margin-right: 20px;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .flowSection .flowWrap .flowContentWrap .roleList dl > dd {
    float: none;
    margin-right: 0;
  }
}
.page .contentWrap .flowSection .flowWrap .flowContentWrap .roleList dl > dd:before {
  top: 1px;
}
.page .contentWrap .flowSection .flowWrap .flowContentWrap .importantText {
  font-size: 14px;
  font-size: 1.4rem;
  color: #f7810f;
  max-width: 660px;
  margin: 0 auto 100px;
}
.page .contentWrap .faqSection {
  position: relative;
  top: -48px;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .faqSection {
    top: -61px;
  }
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .faqSection {
    top: -75px;
  }
}
.page .contentWrap .faqSection #kurasapo_faq {
  margin-bottom: 48px;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .faqSection #kurasapo_faq {
    margin-bottom: 61px;
  }
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .faqSection #kurasapo_faq {
    margin-bottom: 75px;
  }
}
.page .contentWrap .faqSection .faqContentWrap {
  max-width: 800px;
  margin-bottom: 40px;
}
.page .contentWrap .faqSection .faqContentWrap .faqContent {
  border-top: solid 1px #dfdfdf;
  padding: 10px 0;
}
.page .contentWrap .faqSection .faqContentWrap .faqContent:last-of-type {
  border-bottom: solid 1px #dfdfdf;
}
.page .contentWrap .faqSection .faqContentWrap .faqContent .qText {
  margin-bottom: 0;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  position: relative;
}
.page .contentWrap .faqSection .faqContentWrap .faqContent .qText:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  height: 2px;
  width: 15px;
  background: #f7810f;
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
}
.page .contentWrap .faqSection .faqContentWrap .faqContent .qText:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  height: 2px;
  width: 15px;
  background: #f7810f;
  transition: opacity 0.3s ease-in-out;
}
.page .contentWrap .faqSection .faqContentWrap .faqContent .qText.open:before {
  transform: rotate(180deg);
}
.page .contentWrap .faqSection .faqContentWrap .faqContent .qText.open:after {
  opacity: 0;
}
.page .contentWrap .faqSection .faqContentWrap .faqContent .qText > .qMark {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #f7810f;
  width: 28px;
}
.page .contentWrap .faqSection .faqContentWrap .faqContent .aText {
  color: #f7810f;
  margin-bottom: 0;
  padding: 10px 10px 10px 0;
  display: none;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .faqSection .faqContentWrap .faqContent .aText {
    padding-left: 28px;
  }
}
.page .contentWrap .contactSection #kurasapo_contact {
  color: #f7810f;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 0;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form > .optionalField,
.page .contentWrap .contactSection .wpcf7 .wpcf7-form > .nameField,
.page .contentWrap .contactSection .wpcf7 .wpcf7-form > .mailField,
.page .contentWrap .contactSection .wpcf7 .wpcf7-form > .mailConfirmField,
.page .contentWrap .contactSection .wpcf7 .wpcf7-form > .textField {
  width: 100%;
  margin-bottom: 30px;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .contactLabel {
  display: inline-block;
  color: rgb(147.8, 130.7103448276, 114.2);
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .contactLabel > .required,
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .contactLabel > .optional {
  color: #fcfcfc;
  padding: 0 5px;
  border-radius: 3px;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .contactLabel > .required {
  background-color: #f7810f;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .contactLabel > .optional {
  background-color: rgb(165.6428571429, 185.5, 205.3571428571);
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .wpcf7-form-control-wrap > .schoolBox,
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .wpcf7-form-control-wrap > .nameBox,
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .wpcf7-form-control-wrap > .mailBox,
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .wpcf7-form-control-wrap > .mailConfirmBox,
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .wpcf7-form-control-wrap > .phoneBox {
  line-height: 40px;
  width: 100%;
  padding: 0 10px;
  background-color: #fcfcfc;
  border: solid 1px #dfdfdf;
  border-radius: 3px;
  transition: background-color 0.3s;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .wpcf7-form-control-wrap > .schoolBox:focus,
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .wpcf7-form-control-wrap > .nameBox:focus,
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .wpcf7-form-control-wrap > .mailBox:focus,
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .wpcf7-form-control-wrap > .mailConfirmBox:focus,
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .wpcf7-form-control-wrap > .phoneBox:focus {
  outline: none;
  border: solid 1px #f7810f;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .wpcf7-form-control-wrap > .textBox {
  font: inherit;
  letter-spacing: inherit;
  vertical-align: bottom;
  width: 100%;
  height: 180px;
  padding: 5px 10px;
  background-color: #fcfcfc;
  border: solid 1px #dfdfdf;
  border-radius: 3px;
  transition: background-color 0.3s;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .wpcf7-form-control-wrap > .textBox:focus {
  outline: none;
  border: solid 1px #f7810f;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .wpcf7-form-control-wrap > .wpcf7-not-valid {
  background-color: rgb(254.0692307692, 239.4307692308, 239.4307692308);
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  color: rgb(244, 71, 71);
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 5px 10px;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form > .submitField {
  text-align: center;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form > .submitField > .wpcf7-submit {
  cursor: pointer;
  color: #333;
  width: 240px;
  padding: 15px 0;
  background-color: #fcfcfc;
  border: solid 3px #f7810f;
  border-radius: 10px;
  margin-bottom: 10px;
  transition: color 0.3s, background-color 0.3s;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .contactSection .wpcf7 .wpcf7-form > .submitField > .wpcf7-submit {
    font-size: 16px;
    font-size: 1.6rem;
    width: 300px;
    padding: 20px 0;
  }
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form > .submitField > .wpcf7-submit:hover {
  color: #fcfcfc;
  background-color: #f7810f;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form > .submitField > .wpcf7-submit.loading-submitButton {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 62px;
  border-radius: 31px;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form > .submitField .wpcf7-spinner {
  display: block !important;
  margin: 0 auto;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form > .wpcf7-response-output {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
  border-width: 1px;
  border-radius: 3px;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form.sent > .wpcf7-response-output {
  color: rgb(37.5149253731, 172.7388059701, 245.9850746269);
  background-color: rgb(233.3955223881, 246.828358209, 254.1044776119);
  border-color: rgb(37.5149253731, 172.7388059701, 245.9850746269);
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form.invalid > .wpcf7-response-output {
  color: rgb(244, 71, 71);
  background-color: rgb(254.0692307692, 239.4307692308, 239.4307692308);
  border-color: rgb(244, 71, 71);
}
.page .contentWrap .contactSection .wpcf7 .recaptcha_text {
  text-align: center;
}
.page .contentWrap .contactSection .wpcf7-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 0;
}
.page .contentWrap .contactSection .wpcf7-form > .optionalField,
.page .contentWrap .contactSection .wpcf7-form > .nameField,
.page .contentWrap .contactSection .wpcf7-form > .mailField,
.page .contentWrap .contactSection .wpcf7-form > .mailConfirmField,
.page .contentWrap .contactSection .wpcf7-form > .textField {
  width: 100%;
  margin-bottom: 30px;
}
.page .contentWrap .contactSection .wpcf7-form .contactLabel {
  display: inline-block;
  color: rgb(114.5249253731, 149.8439411053, 168.9750746269);
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.page .contentWrap .contactSection .wpcf7-form .contactLabel > .required,
.page .contentWrap .contactSection .wpcf7-form .contactLabel > .optional {
  color: #fcfcfc;
  padding: 0 5px;
  border-radius: 3px;
}
.page .contentWrap .contactSection .wpcf7-form .contactLabel > .required {
  background-color: rgb(37.5149253731, 172.7388059701, 245.9850746269);
}
.page .contentWrap .contactSection .wpcf7-form .contactLabel > .optional {
  background-color: rgb(165.6428571429, 185.5, 205.3571428571);
}
.page .contentWrap .contactSection .wpcf7-form .wpcf7-form-control-wrap > .schoolBox,
.page .contentWrap .contactSection .wpcf7-form .wpcf7-form-control-wrap > .nameBox,
.page .contentWrap .contactSection .wpcf7-form .wpcf7-form-control-wrap > .mailBox,
.page .contentWrap .contactSection .wpcf7-form .wpcf7-form-control-wrap > .mailConfirmBox,
.page .contentWrap .contactSection .wpcf7-form .wpcf7-form-control-wrap > .phoneBox {
  line-height: 40px;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  background-color: #fcfcfc;
  border: solid 1px #dfdfdf;
  border-radius: 3px;
  transition: background-color 0.3s;
}
.page .contentWrap .contactSection .wpcf7-form .wpcf7-form-control-wrap > .schoolBox:focus,
.page .contentWrap .contactSection .wpcf7-form .wpcf7-form-control-wrap > .nameBox:focus,
.page .contentWrap .contactSection .wpcf7-form .wpcf7-form-control-wrap > .mailBox:focus,
.page .contentWrap .contactSection .wpcf7-form .wpcf7-form-control-wrap > .mailConfirmBox:focus,
.page .contentWrap .contactSection .wpcf7-form .wpcf7-form-control-wrap > .phoneBox:focus {
  outline: none;
  border: solid 1px rgb(37.5149253731, 172.7388059701, 245.9850746269);
}
.page .contentWrap .contactSection .wpcf7-form .wpcf7-form-control-wrap > .textBox {
  font: inherit;
  font-size: 16px !important;
  font-size: 16px !important;
  letter-spacing: inherit;
  vertical-align: bottom;
  width: 100%;
  height: 180px;
  padding: 5px 10px;
  background-color: #fcfcfc;
  border: solid 1px #dfdfdf;
  border-radius: 3px;
  transition: background-color 0.3s;
}
.page .contentWrap .contactSection .wpcf7-form .wpcf7-form-control-wrap > .textBox:focus {
  outline: none;
  border: solid 1px rgb(37.5149253731, 172.7388059701, 245.9850746269);
}
.page .contentWrap .contactSection .wpcf7-form .wpcf7-form-control-wrap > .wpcf7-not-valid {
  background-color: rgb(254.0692307692, 239.4307692308, 239.4307692308);
}
.page .contentWrap .contactSection .wpcf7-form .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  color: rgb(244, 71, 71);
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 5px 10px;
}
.page .contentWrap .contactSection .wpcf7-form > .submitField {
  text-align: center;
}
.page .contentWrap .contactSection .wpcf7-form > .submitField > .wpcf7-submit {
  cursor: pointer;
  color: #333;
  width: 240px;
  padding: 15px 0;
  background-color: #fcfcfc;
  border: solid 3px rgb(37.5149253731, 172.7388059701, 245.9850746269);
  border-radius: 40px;
  margin-bottom: 10px;
  transition: color 0.3s, background-color 0.3s;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .contactSection .wpcf7-form > .submitField > .wpcf7-submit {
    font-size: 16px;
    font-size: 1.6rem;
    width: 300px;
    padding: 20px 0;
  }
}
.page .contentWrap .contactSection .wpcf7-form > .submitField > .wpcf7-submit:hover {
  color: #fcfcfc;
  background-color: rgb(37.5149253731, 172.7388059701, 245.9850746269);
}
.page .contentWrap .contactSection .wpcf7-form > .submitField > .wpcf7-submit.loading-submitButton {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 62px;
  border-radius: 31px;
}
.page .contentWrap .contactSection .wpcf7-form > .submitField .wpcf7-spinner {
  display: block !important;
  margin: 0 auto;
}
.page .contentWrap .contactSection .wpcf7-form > .wpcf7-response-output {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
  border: none;
  border-radius: 3px;
}
.page .contentWrap .contactSection .wpcf7-form > .wpcf7-validation-errors {
  color: #effe5e;
  background-color: rgb(254.0692307692, 239.4307692308, 239.4307692308);
}
.page .contentWrap .contactSection .wpcf7-form > .wpcf7-mail-sent-ok {
  color: rgb(114.5249253731, 149.8439411053, 168.9750746269);
  background-color: rgb(8.4, 156.103125, 255);
}
.page .contentWrap .contactSection .recaptcha_text {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: normal;
}

footer {
  margin-top: auto;
}

.footerWrap {
  letter-spacing: 0.02em;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px 20px;
}
@media only screen and (min-width: 48em) {
  .footerWrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}
.footerWrap .footerLogoWrap {
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .footerWrap .footerLogoWrap {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 62em) {
  .footerWrap .footerLogoWrap {
    top: 10px;
    margin: 0 30px 0 0;
  }
}
.footerWrap .footerLogoWrap a {
  color: #333;
}
.footerWrap .footerLogoWrap a:hover {
  color: rgb(248.3161290323, 149.7290322581, 54.4838709677);
}
.footerWrap .footerLogoWrap a > .footer__logo {
  width: 100%;
  height: auto;
}
.footerWrap .footerNav__ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
}
.footerWrap .footerNav__ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  width: 50%;
  margin-bottom: 10px;
}
.footerWrap .footerNav__ul > li:nth-last-child(3) {
  position: relative;
  left: 8px;
}
@media only screen and (min-width: 62em) {
  .footerWrap .footerNav__ul > li:nth-last-child(3) {
    position: static;
  }
}
.footerWrap .footerNav__ul > li:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-color: #f7810f;
  border-radius: 3px;
  position: relative;
  top: 1px;
}
@media only screen and (min-width: 35em) {
  .footerWrap .footerNav__ul > li {
    width: 33.333333%;
  }
}
@media only screen and (min-width: 62em) {
  .footerWrap .footerNav__ul > li {
    width: auto;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .footerWrap .footerNav__ul > li:before {
    width: 14px;
    height: 14px;
  }
}
.footerWrap .footerNav__ul > li a {
  color: #333;
}
.footerWrap .footerNav__ul > li a:hover {
  color: rgb(248.3161290323, 149.7290322581, 54.4838709677);
}
.footerWrap .footerNav__ul > li:last-child {
  display: inline-block;
  margin: 0 auto;
}
@media only screen and (min-width: 62em) {
  .footerWrap .footerNav__ul > li:last-child {
    margin: 0;
  }
}
.footerWrap .footerNav__ul > li:last-child:before {
  content: none;
}
@media only screen and (min-width: 62em) {
  .footerWrap .footerNav__ul {
    flex-wrap: nowrap;
    font-size: 14px;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
  }
}
.footerSnsWrap {
  height: 50px;
}

.footerBottom {
  line-height: 40px;
  height: 40px;
}
.footerBottom > p {
  letter-spacing: 1px;
  color: #333;
  text-align: center;
}
.footerBottom a {
  color: #f7810f;
}
.footerBottom a:hover {
  color: rgb(248.3161290323, 149.7290322581, 54.4838709677);
}

.IE8 header:before {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#acdcee", endColorstr="#ffcfdf", GradientType=1);
}
.IE8 strong,
.IE8 ins {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="transparent", endColorstr="#ffcfdf", GradientType=0);
}
.IE8 mark {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="transparent", endColorstr="#acdcee", GradientType=0);
}

/*# sourceMappingURL=kurasapo.css.map */
