@charset "UTF-8";


/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

/* change colours to suit your needs */
mark {
  font-weight: bold;
  color: #000;
  font-style: italic;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}

/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  font-family: sans-serif;
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: left;
  color: #212529;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}

address {
  margin-bottom: 1rem;
  line-height: inherit;
  font-style: normal;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  caption-side: bottom;
  text-align: left;
  color: #6c757d;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

*, html {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: auto;
}

body {
  overflow-x: hidden;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Segoe UI", "メイリオ", Meiryo, Sans-Serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.u-sectionArrow {
  position: relative;
  background-image: url(/img/lp_remotework_2020/project/section__after.svg), linear-gradient(118deg, #236bae, #59e1f3);
  background-repeat: no-repeat, no-repeat;
  background-position: left 50% bottom -1px, 0 0;
  background-size: 67px auto, 100% auto;
}
@media screen and (max-width: 1023.98px) {
  .u-sectionArrow {
    background-size: 68px auto, 100% auto;
  }
}
.u-sectionArrow:before, .u-sectionArrow:after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: calc(50% - 33px);
  height: 34px;
  background: #fff;
}
.u-sectionArrow:before {
  left: 0;
}
.u-sectionArrow:after {
  right: 0;
}
.u-sectionArrow.u-sectionArrow--lightGray {
  background-image: url(/img/lp_remotework_2020/project/section__after--lightGray.svg), linear-gradient(118deg, #236bae, #59e1f3);
}
.u-sectionArrow.u-sectionArrow--lightGray:before, .u-sectionArrow.u-sectionArrow--lightGray:after {
  background: #f7fbfa;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .u-sectionArrow {
    background-image: none, linear-gradient(118deg, #236bae, #59e1f3);
  }
  *::-ms-backdrop, .u-sectionArrow:before,
  *::-ms-backdrop, .u-sectionArrow:after {
    background: none;
  }
  *::-ms-backdrop, .u-sectionArrow.u-sectionArrow--lightGray {
    background-image: none, linear-gradient(118deg, #236bae, #59e1f3);
  }
  *::-ms-backdrop, .u-sectionArrow.u-sectionArrow--lightGray:before,
  *::-ms-backdrop, .u-sectionArrow.u-sectionArrow--lightGray:after {
    background: none;
  }
}
.u-sectionBorder {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1023.98px) {
  .u-sectionBorder {
    display: none;
  }
}
.u-sectionBorder:before, .u-sectionBorder:after {
  content: "";
  position: absolute;
  top: 0px;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.u-sectionBorder:before {
  left: 0px;
}
.u-sectionBorder:after {
  right: 0px;
}
.u-sectionBorder.u-sectionBorder--01 {
  width: 900px;
}
.u-sectionBorder.u-sectionBorder--02 {
  width: 300px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  padding: 30px 0 0;
}
@media screen and (max-width: 1099.98px) {
  .header {
    padding: 30px 30px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .header {
    padding: 20px 20px 0;
  }
}

.header__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.header__logo {
  width: 200px;
  margin: 0;
}
@media screen and (max-width: 959.98px) {
  .header__logo {
    width: 143px;
  }
}

.l-footer {
  position: relative;
  z-index: 4;
}

@media screen and (min-width: 768px) {
  .footer__container {
    display: flex;
    justify-content: space-between;
    padding: 32px 20px 44px;
  }
}
@media screen and (min-width: 1100px) {
  .footer__container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 32px 0 44px;
  }
}

.footer__logo {
  flex-shrink: 0;
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    padding: 0 36px 0 0;
    text-align: left;
    border-bottom: none;
  }
}

.footer__logo-img {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .footer__logo-img {
    margin-bottom: 24px;
  }
}

.footer__logo-iret {
  display: inline-block;
  width: 78px;
  margin-right: 27px;
}
.footer__logo-iret > img {
  width: 78px;
}
@media screen and (min-width: 768px) {
  .footer__logo-iret {
    width: 93px;
    margin-right: 36px;
  }
  .footer__logo-iret > img {
    width: 93px;
  }
}

.footer__logo-cloudpack {
  display: inline-block;
  width: 172px;
}
.footer__logo-cloudpack > img {
  width: 172px;
}
@media screen and (min-width: 768px) {
  .footer__logo-cloudpack {
    width: 206px;
  }
  .footer__logo-cloudpack > img {
    width: 172px;
  }
}

.footer__logo-note {
  margin-bottom: 0;
  padding: 0 20px;
  font-size: 11px;
  line-height: 1.64;
}
@media screen and (min-width: 768px) {
  .footer__logo-note {
    padding: 0;
  }
}

.footer__info {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .footer__info {
    padding: 0;
  }
}

.footer__info-table {
  font-size: 13px;
  line-height: 1.85;
}
.footer__info-table th {
  width: 56px;
  padding: 2px 0;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .footer__info-table th {
    padding: 0;
  }
}
.footer__info-table td {
  padding: 2px 0;
  padding-left: 18px;
}
@media screen and (min-width: 768px) {
  .footer__info-table td {
    padding: 0;
  }
}

.footer__copyright {
  padding: 18px;
  font-size: 10px;
  text-align: center;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    padding: 36px;
    font-size: 11px;
  }
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.25s linear, opacity 0.25s linear, bottom 0.15s linear;
}
@media screen and (max-width: 1023.98px) {
  .pagetop {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
  }
}
.pagetop a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(32, 53, 75, 0.5);
  border-radius: 6px;
  transition: all 0.2s linear;
}
.pagetop a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 1023.98px) {
  .pagetop a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1023.98px) {
  .pagetop a {
    transition: none;
  }
}
.pagetop a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1023.98px) {
  .pagetop a img {
    width: 10px;
    height: 19px;
  }
}
.pagetop.js-visible {
  visibility: visible;
  opacity: 1;
}
.pagetop.js-positionUp {
  bottom: 60px;
}
@media screen and (max-width: 1023.98px) {
  .pagetop.js-positionUp {
    bottom: 50px;
  }
}

.c-breadcrumb {
  position: absolute;
  top: -90px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb {
    position: absolute;
    top: -100px;
    padding: 0;
  }
}

.c-breadcrumb__group {
  display: inline-block;
  line-height: 1.6;
}

.c-breadcrumb__anchor {
  font-weight: bold;
  font-size: 12px;
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__anchor {
    font-size: 11px;
  }
}
.c-breadcrumb__anchor:hover {
  color: #0095a0;
  text-decoration: underline;
}

.c-breadcrumb__item {
  display: inline;
}
.c-breadcrumb__item:last-child .c-breadcrumb__anchor {
  font-weight: normal;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.c-breadcrumb__item:first-child .c-breadcrumb__anchor {
  position: relative;
}
.c-breadcrumb__item + .c-breadcrumb__item::before {
  content: ">";
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 7px;
  transition: 0.2s;
}

@media screen and (max-width: 959.98px) {
  .nav {
    display: none;
  }
}
.nav__menu {
  display: flex;
  margin-bottom: 0;
}
.nav__menu li:not(:last-child) {
  margin-right: 24px;
}
.nav__link {
  font-weight: bold;
  font-size: 13px;
  color: #333;
  transition: all 0.3s ease;
}
.nav__link:hover {
  color: #333;
  text-decoration: none;
  opacity: 0.6;
}

.nav-sp {
  display: none;
  transition: all 0.2s ease;
}
@media screen and (max-width: 959.98px) {
  .nav-sp {
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 1;
    display: block;
    width: 255px;
    height: 100vh;
  }
  .nav-sp.is-active {
    right: 0;
  }
}
.nav-sp__menu {
  height: 100%;
  margin-bottom: 0;
  overflow-y: auto;
}
.nav-sp__menu li:not(:last-child) {
  border-bottom: 1px solid #b2b2b2;
}
.nav-sp__link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 47px;
  padding-left: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #1b2938;
  background: #fff;
}
.nav-sp__link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 0;
  border-right: 2px solid #0095a0;
  border-bottom: 2px solid #0095a0;
  border-left: 0;
  transform: rotate(-45deg);
}
.nav-sp__btn, .nav-sp__btn--side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  font-size: 10px;
  color: #fff;
  background: #0095a0;
  border: 0;
}
.nav-sp__btn--side {
  position: absolute;
  top: 0;
  right: 255px;
  width: 65px;
}
.nav-sp__overlay {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(213, 213, 213, 0.8);
}
.nav-sp__overlay.is-active {
  display: block;
}

.nav-hamburger {
  display: none;
}
@media screen and (max-width: 959.98px) {
  .nav-hamburger {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background: transparent;
    border: 0;
  }
}
.nav-hamburger__lines {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 28px;
}
.nav-hamburger__lines span {
  display: block;
  width: 100%;
  height: 4px;
  background: #333;
}

.hero-section {
  position: relative;
  padding: 150px 0 30px;
}
@media screen and (min-width: 768px) {
  .hero-section {
    position: relative;
    padding: 180px 0 75px;
  }
}

.hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .hero__content {
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  .hero__content {
    padding: 0;
  }
}

.hero__title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .hero__title-wrapper {
    flex-direction: row;
    margin-bottom: 40px;
  }
}

.hero__subtitle {
  position: relative;
  padding: 12px 24px;
  font-weight: 600;
  line-height: 1.63;
  text-align: center;
  color: #fff;
  letter-spacing: 1.66px;
  background: #4e41bf;
  border-radius: 25px;
}
.hero__subtitle::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  display: block;
  width: 31px;
  height: 20px;
  background: url(/img/lp_government-education_2020/project/hero-decoration.svg);
  background-size: contain;
}
.hero__subtitle > span {
  padding-top: 14px;
}
.hero__subtitle > span .hero__subtitle-short {
  letter-spacing: -2px;
}
.hero__subtitle b {
  font-size: 22px;
}
.hero__subtitle br {
  display: none;
}
@media screen and (min-width: 1100px) {
  .hero__subtitle {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 174px;
    height: 174px;
    margin-bottom: 0;
    padding: 0;
    font-size: 19px;
    border-radius: 50%;
  }
  .hero__subtitle::before {
    top: -28px;
    left: -8px;
  }
  .hero__subtitle br {
    display: block;
  }
}

.hero__title {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  padding-left: 16px;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.46;
  color: #20354b;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .hero__title {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 39px;
    letter-spacing: 1.5px;
  }
}
@media screen and (min-width: 1100px) {
  .hero__title {
    margin-bottom: 0;
    padding-left: 20px;
    letter-spacing: 1.5px;
  }
}

.hero__lead {
  position: relative;
  z-index: 1;
  font-size: 15px;
  line-height: 1.87;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 768px) {
  .hero__lead {
    padding-left: 16px;
    text-align: center;
  }
}
@media screen and (min-width: 1100px) {
  .hero__lead {
    text-align: left;
  }
}

.hero__img {
  max-width: 480px;
}
.hero__img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1100px) {
  .hero__img {
    position: absolute;
    top: -45px;
    left: 540px;
    max-width: none;
  }
  .hero__img img {
    width: auto;
  }
}

.hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 500px;
  background: linear-gradient(to left, #cdf5f5 1%, #d6f3e7 50%, #f3f9e9 99%);
  background-image: url(/img/lp_government-education_2020/project/hero-bg.png), linear-gradient(to left, #cdf5f5 1%, #d6f3e7 50%, #f3f9e9 99%);
  background-repeat: repeat-x, repeat;
  background-position: bottom center, top 0 left 0;
  background-size: 900px;
}
@media screen and (min-width: 768px) {
  .hero__bg {
    background-position: top 60px center, top 0 left 0;
    background-size: auto;
  }
}

.contact {
  padding: 30px 0 100px;
  background: url(/img/lp_government-education_2020/project/contact-bg.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 1023.98px) {
  .contact {
    padding: 50px 20px 60px;
  }
}
@media screen and (max-width: 959.98px) {
  .contact {
    padding-top: 10px;
  }
}

.contact__title {
  position: relative;
  padding: 40px 0;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 3px;
}
@media screen and (max-width: 959.98px) {
  .contact__title {
    padding: 36px 0 24px;
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 2px;
  }
}
.contact__title > .contact__title-catch {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 2.35;
  letter-spacing: 4px;
}
.contact__title > .contact__title-catch::before, .contact__title > .contact__title-catch::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 2px;
  height: 30px;
  background: #fff;
}
.contact__title > .contact__title-catch::before {
  left: -16px;
  transform: translateY(-50%) rotate(-25deg);
}
.contact__title > .contact__title-catch::after {
  right: -16px;
  transform: translateY(-50%) rotate(25deg);
}
@media screen and (max-width: 959.98px) {
  .contact__title > .contact__title-catch {
    margin-bottom: 6px;
    font-size: 15px;
    letter-spacing: 2px;
  }
  .contact__title > .contact__title-catch::before, .contact__title > .contact__title-catch::after {
    height: 22px;
  }
}
.contact__title::before {
  content: "CONTACT";
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: bold;
  font-size: 120px;
  font-family: "Montserrat";
  transform: translate(-50%, -50%);
  opacity: 0.15;
}
@media screen and (max-width: 959.98px) {
  .contact__title::before {
    font-size: 60px;
    transform: translate(-50%, -20%);
  }
}

.contact__body {
  max-width: 972px;
  margin: 0 auto;
  padding: 0 86px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
}
@media screen and (max-width: 1023.98px) {
  .contact__body {
    padding: 0 24px;
  }
}

.contact__block.contact__block--tel {
  border-bottom: #00a5ab 2px solid;
}
@media screen and (max-width: 1023.98px) {
  .contact__block {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.contact__block--tel {
  padding: 50px 0 30px;
}
@media screen and (max-width: 1023.98px) {
  .contact__block--tel {
    padding-top: 76px;
    padding-bottom: 40px;
  }
}

.contact__telTitle,
.contact__formTitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #1b2938;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1023.98px) {
  .contact__telTitle,
  .contact__formTitle {
    margin-left: 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 374px) {
  .contact__telTitle,
  .contact__formTitle {
    font-size: 18px;
  }
}
.contact__telTitle span,
.contact__formTitle span {
  position: relative;
}
.contact__telTitle span:before,
.contact__formTitle span:before {
  content: "";
  position: absolute;
}
@media screen and (max-width: 1023.98px) {
  .contact__telTitle span:before,
  .contact__formTitle span:before {
    top: -65px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

.contact__telTitle {
  margin-left: 30px;
}
.contact__telTitle span:before {
  top: -3px;
  left: -30px;
  width: 22px;
  height: 31px;
  background: url(/img/lp_government-education_2020/icon/contact-tel.svg) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 1023.98px) {
  .contact__telTitle {
    margin-left: 0;
  }
  .contact__telTitle span:before {
    top: -40px;
    left: 0;
  }
}

.contact__formTitle {
  margin-left: 30px;
}
.contact__formTitle span:before {
  top: 1px;
  left: -36px;
  width: 28px;
  height: 21px;
  background: url(/img/lp_government-education_2020/icon/contact-mail.svg) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 1023.98px) {
  .contact__formTitle {
    margin-left: 0;
  }
  .contact__formTitle span {
    display: block;
    line-height: 1.5;
  }
  .contact__formTitle span:before {
    top: -36px;
    left: 0;
  }
}

.contact__telNumber {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
  font-family: "Montserrat";
  text-align: center;
  color: #00a5ab;
  letter-spacing: 0.025em;
}
.contact__telNumber a {
  color: #00a5ab;
  transition: all 0.2s linear;
}
.contact__telNumber a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 1023.98px) {
  .contact__telNumber a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1023.98px) {
  .contact__telNumber a {
    transition: none;
  }
}
@media screen and (max-width: 1023.98px) {
  .contact__telNumber {
    margin-top: 10px;
    font-size: 33px;
  }
  .contact__telNumber a {
    border-bottom: #00a5ab 2px solid;
  }
}

.contact__block--form {
  padding: 50px 0 80px;
}
@media screen and (max-width: 1023.98px) {
  .contact__block--form {
    padding: 68px 0 50px;
  }
}

.contact__formCaution {
  margin-top: 26px;
}
@media screen and (max-width: 1023.98px) {
  .contact__formCaution {
    margin-top: 15px;
  }
}
.contact__formCaution p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 2;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Segoe UI", "メイリオ", Meiryo, Sans-Serif;
  text-align: center;
  color: #5f5f5f;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 575.98px) {
  .contact__formCaution p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023.98px) {
  .contact__formCaution p {
    line-height: 1.9;
    text-align: left;
  }
}

.worry-section {
  padding: 0 20px;
}
@media screen and (min-width: 1100px) {
  .worry-section {
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
  }
}

.worry-content.worry-content--bottom-arrow {
  margin-bottom: 16px;
  padding-bottom: 48px;
  background: url(/img/lp_government-education_2020/project/worry-arrow.svg) center bottom/168px 47px no-repeat;
}
@media screen and (min-width: 768px) {
  .worry-content.worry-content--bottom-arrow {
    margin-bottom: 24px;
    padding-bottom: 80px;
    background-size: 259px 72px;
  }
}

.worry-content__heading {
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 1.55;
  text-align: center;
  letter-spacing: 1.3px;
}
@media screen and (min-width: 768px) {
  .worry-content__heading {
    margin-bottom: 48px;
    font-size: 30px;
    line-height: 1.14;
    letter-spacing: 2px;
  }
}
.worry-content__heading > span {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 2px solid #0095a0;
}
@media screen and (min-width: 768px) {
  .worry-content__heading > span {
    padding-bottom: 8px;
    border-bottom-width: 3px;
  }
}
.worry-content__heading b {
  color: #0095a0;
}

.worry-content__case-list {
  width: 265px;
  margin: 16px auto;
}
@media screen and (min-width: 768px) {
  .worry-content__case-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    max-width: 600px;
    margin-top: 30px;
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1100px) {
  .worry-content__case-list {
    max-width: none;
  }
}
.worry-content__case-list li {
  display: block;
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  .worry-content__case-list li {
    width: 300px;
    margin-bottom: 16px;
    padding: 0 8px;
  }
}
@media screen and (min-width: 1100px) {
  .worry-content__case-list li {
    width: 33.3333333333%;
  }
}

.worry-content__case-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 8px 12px;
  border: 3px solid #e4e2e2;
  border-radius: 10px;
}
@media screen and (min-width: 480px) {
  .worry-content__case-item {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .worry-content__case-item {
    justify-content: start;
    padding: 20px;
  }
}
.worry-content__case-item::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 10px;
  display: block;
  width: 25px;
  height: 19px;
  background: url(/img/lp_government-education_2020/project/worry-decoration.svg) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .worry-content__case-item::before {
    top: -14px;
    left: 14px;
    width: 30px;
    height: 23px;
  }
}

.worry-content__case-img {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .worry-content__case-img {
    width: 70px;
    height: 70px;
  }
}
.worry-content__case-img > img {
  width: 100%;
}

.worry-content__case-text {
  flex-grow: 1;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.75px;
}
@media screen and (min-width: 768px) {
  .worry-content__case-text {
    font-size: 16px;
    line-height: 1.58;
    letter-spacing: 0.95px;
  }
}
.worry-content__case-text b {
  color: #0095a0;
}

.solution-content {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .solution-content {
    margin-bottom: 60px;
  }
}

.solution-content__heading {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  letter-spacing: 2.08px;
}
.solution-content__heading > b {
  color: #0095a0;
}
@media screen and (min-width: 768px) {
  .solution-content__heading {
    margin-bottom: 8px;
    font-size: 28px;
  }
}

.solution-content__subheading {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 1.2px;
}
.solution-content__subheading > b {
  font-size: 28px;
  font-family: Montserrat;
  color: #0095a0;
}
@media screen and (min-width: 768px) {
  .solution-content__subheading {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.5;
  }
  .solution-content__subheading > b {
    font-size: 35px;
  }
}

.contact__form {
  margin-top: 50px;
}
@media screen and (max-width: 1023.98px) {
  .contact__form {
    margin-top: 30px;
  }
}

.form__item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.form__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1023.98px) {
  .form__item {
    display: block;
    margin-bottom: 22px;
  }
}

.form__itemTitle {
  width: 20%;
  margin: 0;
  margin-top: 3px;
  padding: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #1b2938;
}
@media screen and (max-width: 575.98px) {
  .form__itemTitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023.98px) {
  .form__itemTitle {
    display: inline-block;
    width: auto;
    margin-right: 6px;
  }
}

.form__itemRequired {
  width: 6%;
  margin: 0;
  padding: 0;
}
.form__itemRequired span {
  display: inline-block;
  padding: 4px 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #d00003;
  border-radius: 2px;
}
@media screen and (max-width: 1023.98px) {
  .form__itemRequired {
    display: inline-block;
    width: auto;
  }
  .form__itemRequired span {
    padding: 4px 8px 3px;
    font-size: 11px;
    vertical-align: 2px;
  }
}

.form__itemInput {
  width: 70%;
  margin: 0;
  margin-left: auto;
  padding: 0;
}
@media screen and (max-width: 1023.98px) {
  .form__itemInput {
    width: auto;
    margin-top: 10px;
  }
}
.form__itemInput input, .form__itemInput textarea {
  margin: 0;
  padding: 0;
  padding: 12px 14px;
  font-size: 15px;
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Segoe UI", "メイリオ", Meiryo, Sans-Serif;
  color: #1b2938;
  background: none;
  background: #fff;
  border: 0;
  border: #d3d6d5 1px solid;
  border-radius: 0;
  -webkit-appearance: none;
}
.form__itemInput input:-ms-input-placeholder, .form__itemInput textarea:-ms-input-placeholder {
  color: #808080;
}
.form__itemInput input:placeholder-shown, .form__itemInput textarea:placeholder-shown {
  color: #808080;
}
.form__itemInput input::-webkit-input-placeholder, .form__itemInput textarea::-webkit-input-placeholder {
  color: #808080;
}
.form__itemInput input:-moz-placeholder, .form__itemInput textarea:-moz-placeholder {
  color: #808080;
  opacity: 1;
}
.form__itemInput input::-moz-placeholder, .form__itemInput textarea::-moz-placeholder {
  color: #808080;
  opacity: 1;
}
.form__itemInput input:-ms-input-placeholder, .form__itemInput textarea:-ms-input-placeholder {
  color: #808080;
}
.form__itemInput textarea {
  width: 100%;
  height: 180px;
}
.form__itemInput input {
  width: 100%;
}
@media screen and (max-width: 1023.98px) {
  .form__itemInput input {
    width: 100%;
  }
}
.form__itemInput p {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.form__itemInput p.errTxt {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #d00003;
}
.form__itemInput p.errTxt + textarea,
.form__itemInput p.errTxt + input {
  margin-top: 0.5em;
}

.form__item--content {
  align-items: flex-start;
}

.form__item--name {
  font-size: 0;
  line-height: 0;
}
.form__item--name .form__itemInput input {
  width: 48%;
  margin-right: 4%;
}
@media screen and (max-width: 1023.98px) {
  .form__item--name .form__itemInput input {
    width: 48%;
    margin-right: 4%;
  }
}
.form__item--name .form__itemInput input:last-child {
  margin-right: 0;
}

.form__privacy {
  margin: 0;
  margin-top: 44px;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 1023.98px) {
  .form__privacy {
    text-align: left;
  }
}
.form__privacy p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.85;
  color: #5f5f5f;
}
@media screen and (max-width: 575.98px) {
  .form__privacy p {
    font-size: 14px;
  }
}

.form__button {
  display: flex;
  justify-content: center;
  margin: 0;
  margin-top: 40px;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 959.98px) {
  .form__button {
    margin-top: 24px;
  }
}
.form__button li {
  border-radius: 9999px;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2);
}
.form__button li input {
  padding: 32px 156px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  background: transparent;
  border: 0;
  border: #20354b 2px solid;
  border-radius: 9999px;
}
@media screen and (max-width: 575.98px) {
  .form__button li input {
    padding: 24px 86px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1023.98px) {
  .form__button li {
    position: relative;
    overflow: hidden;
    border-radius: 9999px;
  }
  .form__button li input {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
  }
  .form__button li input:hover {
    color: #21969d;
    border: #21969d 2px solid;
    cursor: pointer;
  }
  .form__button li:before, .form__button li:after {
    content: "";
    position: absolute;
  }
  .form__button li:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #20354b;
  }
  .form__button li:after {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
  }
  .form__button li:hover:after {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 1023.98px) {
  .form__button li input {
    background: #20354b;
  }
  .form__button li input:hover {
    cursor: pointer;
  }
}

.about-section {
  margin: 0 auto 70px;
  padding: 0 20px;
}
@media screen and (min-width: 1100px) {
  .about-section {
    width: 1100px;
    margin: 0 auto 140px;
    padding: 0;
  }
}

.about__card {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 36px 0 rgba(150, 150, 150, 0.2);
}

.about__card-heading {
  margin-bottom: 0;
  padding: 12px;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  letter-spacing: 1.74px;
  background-color: #0095a0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media screen and (min-width: 1100px) {
  .about__card-heading {
    padding: 16px;
    font-size: 24px;
  }
}

.about__card-body {
  padding: 30px 20px 20px;
  line-height: 1.88;
  letter-spacing: 1px;
}
@media screen and (min-width: 480px) {
  .about__card-body {
    padding: 30px 40px;
  }
}

.about__card-subheading {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .about__card-subheading {
    flex-direction: row;
    margin-bottom: 28px;
  }
}

.about__card-subheading-text {
  flex-shrink: 0;
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.64;
  letter-spacing: 1px;
}
.about__card-subheading-text br {
  display: none;
}
@media screen and (min-width: 1100px) {
  .about__card-subheading-text {
    margin-bottom: 0;
    font-size: 22px;
  }
  .about__card-subheading-text br {
    display: inline;
  }
}

.about__card-subheading-img {
  flex-grow: 1;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .about__card-subheading-img {
    margin-bottom: 0;
  }
}

.about__card-text {
  margin-bottom: 0;
  font-size: 14px;
}
@media screen and (min-width: 1100px) {
  .about__card-text {
    font-size: 16px;
  }
}

.about__decoration {
  position: absolute;
  top: -43px;
  right: 20px;
  width: 43px;
}
@media screen and (min-width: 768px) {
  .about__decoration {
    top: -60px;
    right: 90px;
    width: 61px;
  }
}
.about__decoration > img {
  width: 100%;
}

.about-strength {
  display: flex;
  margin-top: 20px;
}
.about-strength:first-of-type {
  margin-top: 0;
}
.about-strength__img {
  margin-left: 30px;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .about-strength__img {
    display: none;
  }
}
.about-strength h3 {
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (min-width: 1100px) {
  .about-strength h3 {
    font-size: 22px;
    line-height: 1.6;
  }
}
.about-strength h3 strong {
  color: #0095a0;
}
.about-strength p {
  font-size: 14px;
}
@media screen and (min-width: 1100px) {
  .about-strength p {
    font-size: 16px;
  }
}
.about-strength__note {
  font-size: 12px !important;
}

.about-clp-accordion {
  margin-top: 40px;
}
@media screen and (min-width: 480px) {
  .about-clp-accordion {
    margin-top: 20px;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
  }
}

@media screen and (max-width: 575.98px) {
  .about-clp-accordion__unit {
    border-top: 1px solid #b2b2b2;
  }
  .about-clp-accordion__unit:last-of-type {
    border-bottom: 1px solid #b2b2b2;
  }
}

.about-clp-accordion__answer {
  padding: 0 72px 35px;
  line-height: 1.9;
}
@media screen and (max-width: 575.98px) {
  .about-clp-accordion__answer {
    padding: 0 20px 20px;
  }
}
.about-clp-accordion__answer p {
  font-size: 14px;
}
@media screen and (min-width: 1100px) {
  .about-clp-accordion__answer p {
    font-size: 16px;
  }
}
.about-clp-accordion__answer a[target=_blank] {
  position: relative;
}
.about-clp-accordion__answer a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  margin: 0 3px 0 5px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%229%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%230378D2%22%20stroke-width%3D%221.3%22%3E%3Cpath%20d%3D%22M3%206h8V1H3z%22%2F%3E%3Cpath%20d%3D%22M7%208H1V2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0/12px 10px;
  transition: 0.2s;
}
.about-clp-accordion__answer a[target=_blank]:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%229%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%2301818E%22%20stroke-width%3D%221.3%22%3E%3Cpath%20d%3D%22M7%208H1V2%22%2F%3E%3Cpath%20d%3D%22M3%206h8V1H3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.about-clp-accordion__question--icon-none, .about-clp-accordion__question {
  position: relative;
  display: flex;
  margin-bottom: 0;
  margin-left: -20px;
  padding: 35px 22px;
  font-weight: bold;
  font-size: 18px;
  color: #001c30;
}
.about-clp-accordion__question--icon-none:focus, .about-clp-accordion__question:focus {
  color: #0095a0;
  outline: 0;
}
.about-clp-accordion__question--icon-none:hover, .about-clp-accordion__question:hover {
  color: #0095a0;
  cursor: pointer;
}
@media screen and (max-width: 575.98px) {
  .about-clp-accordion__question--icon-none, .about-clp-accordion__question {
    padding: 15px 15px 15px 20px;
    font-size: 15px;
  }
}
.about-clp-accordion__question--icon-none::after, .about-clp-accordion__question::after {
  content: "";
  position: absolute;
  top: 43px;
  right: 20px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cg%20fill%3D%22%2308A1AE%22%20fill-rule%3D%22evenodd%22%3E%20%3Cpath%20d%3D%22M9%200v16H7V0z%22%2F%3E%20%3Cpath%20d%3D%22M16%209H0V7h16z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
@media screen and (max-width: 575.98px) {
  .about-clp-accordion__question--icon-none::after, .about-clp-accordion__question::after {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media all and (-ms-high-contrast: none) {
  .about-clp-accordion__question--icon-none::after, .about-clp-accordion__question::after {
    background-size: contain;
  }
}
.about-clp-accordion__question--icon-none.is-expand::after, .is-expand.about-clp-accordion__question::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%223%22%20viewBox%3D%220%200%2019%203%22%3E%20%3Cpath%20fill%3D%22%2308A1AE%22%20fill-rule%3D%22evenodd%22%20d%3D%22M19%203H0V0h19z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
@media all and (-ms-high-contrast: none) {
  .about-clp-accordion__question--icon-none.is-expand::after, .is-expand.about-clp-accordion__question::after {
    background-size: contain;
  }
}
.about-clp-accordion__question--icon-none + .about-clp-accordion__answer, .about-clp-accordion__question + .about-clp-accordion__answer {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 575.98px) {
  .about-clp-accordion__question--icon-none + .about-clp-accordion__answer, .about-clp-accordion__question + .about-clp-accordion__answer {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 575.98px) {
  .about-clp-accordion__question {
    margin-left: 0;
  }
}
.about-clp-accordion__question::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  margin-right: 18px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2090.05%2086.81%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23039fad%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%E3%82%A2%E3%82%BB%E3%83%83%E3%83%88%201%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_3%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%203%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M90.05%2C42.5C90.05%2C19%2C69.9%2C0%2C45%2C0S0%2C19%2C0%2C42.5%2C20.16%2C85%2C45%2C85A46.88%2C46.88%2C0%2C0%2C0%2C66.5%2C79.85l6.9%2C7L85.71%2C74.42%2C80.18%2C69A40.84%2C40.84%2C0%2C0%2C0%2C90.05%2C42.5ZM44.83%2C68.89c-14.31%2C0-25.92-11.87-25.92-26.5S30.52%2C15.88%2C44.83%2C15.88%2C70.76%2C27.75%2C70.76%2C42.39A26.84%2C26.84%2C0%2C0%2C1%2C67%2C56.16L52.35%2C41.89%2C40.87%2C54%2C54%2C67.2A25.38%2C25.38%2C0%2C0%2C1%2C44.83%2C68.89Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 31px 31px;
}
@media screen and (max-width: 575.98px) {
  .about-clp-accordion__question::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 26px;
    height: 21px;
    margin-right: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2090.05%2086.81%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23039fad%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%E3%82%A2%E3%82%BB%E3%83%83%E3%83%88%201%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_3%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%203%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M90.05%2C42.5C90.05%2C19%2C69.9%2C0%2C45%2C0S0%2C19%2C0%2C42.5%2C20.16%2C85%2C45%2C85A46.88%2C46.88%2C0%2C0%2C0%2C66.5%2C79.85l6.9%2C7L85.71%2C74.42%2C80.18%2C69A40.84%2C40.84%2C0%2C0%2C0%2C90.05%2C42.5ZM44.83%2C68.89c-14.31%2C0-25.92-11.87-25.92-26.5S30.52%2C15.88%2C44.83%2C15.88%2C70.76%2C27.75%2C70.76%2C42.39A26.84%2C26.84%2C0%2C0%2C1%2C67%2C56.16L52.35%2C41.89%2C40.87%2C54%2C54%2C67.2A25.38%2C25.38%2C0%2C0%2C1%2C44.83%2C68.89Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 21px 21px;
  }
}

.about-clp-accordion__question-text {
  width: calc(100% - 86px);
  line-height: 1.8;
}
@media screen and (max-width: 575.98px) {
  .about-clp-accordion__question-text {
    width: calc(100% - 66px);
  }
}

.js-accordion-content {
  display: none;
}

.about-clp-table {
  word-break: break-all;
}
.about-clp-table table {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #b2b2b2;
}
.about-clp-table caption {
  display: table-caption;
  margin-bottom: 15px;
  caption-side: top;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #212529;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
}
.about-clp-table th,
.about-clp-table td {
  width: auto;
  padding: 20px;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (max-width: 575.98px) {
  .about-clp-table th,
  .about-clp-table td {
    padding: 15px 10px;
  }
}
.about-clp-table th.c-table__th--2 {
  width: 10em;
  font-weight: bold;
  vertical-align: middle;
  background-color: #fff;
}
@media screen and (max-width: 575.98px) {
  .about-clp-table {
    overflow-x: scroll;
  }
  .about-clp-table table {
    width: auto;
  }
  .about-clp-table th,
  .about-clp-table td {
    width: 190px;
    min-width: 190px;
  }
  .is-short.about-clp-table tbody,
  .is-short.about-clp-table tr,
  .is-short.about-clp-table th,
  .is-short.about-clp-table td {
    display: block;
    width: auto;
    min-width: 0;
  }
  .is-short.about-clp-table th {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.about-clp-table sup {
  margin-left: 0.3em;
  font-size: 12px;
}

.about-clp-table table {
  margin-bottom: 20px;
  table-layout: fixed;
  border-left: 1px solid #b2b2b2;
}
.about-clp-table thead th {
  text-align: center;
}
.about-clp-table th,
.about-clp-table td {
  border-right: 1px solid #b2b2b2;
}
.about-clp-table tbody th {
  padding-right: 20px;
  padding-left: 20px;
}
.is-short.about-clp-table table {
  width: 100%;
}
.is-short.about-clp-table th,
.is-short.about-clp-table td {
  padding-bottom: 15px;
  border-bottom: 1px solid #b2b2b2;
}

.about-clp-table thead th {
  color: #fff;
  background-color: #039fad;
}
.about-clp-table tbody th {
  vertical-align: middle;
  background-color: #fff;
}
.about-clp-table tbody th:first-child {
  width: 35%;
}
@media screen and (min-width: 768px) {
  .about-clp-table tbody th:first-child {
    width: 350px;
  }
}
.about-clp-table__center {
  text-align: center;
}

.service-section {
  padding-bottom: 100px;
  background: #f0f8f7;
}
@media screen and (max-width: 959.98px) {
  .service-section {
    padding-bottom: 70px;
  }
}

.service-section__container {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 72px 0 0;
}
@media screen and (max-width: 1099.98px) {
  .service-section__container {
    padding: 72px 20px 0;
  }
}
@media screen and (max-width: 959.98px) {
  .service-section__container {
    padding-top: 58px;
  }
}
.service-section__container::before {
  content: "SERVICE";
  position: absolute;
  top: -60px;
  right: -100px;
  font-weight: bold;
  font-size: 180px;
  line-height: 1;
  font-family: "Montserrat";
  color: #08b8c2;
  opacity: 0.1;
}
@media screen and (max-width: 1099.98px) {
  .service-section__container::before {
    right: 0;
  }
}
@media screen and (max-width: 959.98px) {
  .service-section__container::before {
    top: -22px;
    right: 0;
    font-size: 70px;
  }
}

.service__heading-wrapper {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1099.98px) {
  .service__heading-wrapper {
    width: 100%;
    padding: 0 20px;
  }
}

.service__heading {
  margin-bottom: 48px;
  font-size: 26px;
  text-align: center;
}
@media screen and (max-width: 959.98px) {
  .service__heading {
    margin-bottom: 30px;
    font-size: 19px;
    line-height: 1.55;
  }
}
.service__heading b {
  font-size: 40px;
  color: #00a5ab;
}
@media screen and (max-width: 959.98px) {
  .service__heading b {
    font-size: 26px;
  }
}

.service__decoration {
  position: absolute;
  bottom: -56px;
  left: 160px;
  width: 57px;
}
@media screen and (max-width: 1099.98px) {
  .service__decoration {
    left: 30px;
  }
}
@media screen and (max-width: 959.98px) {
  .service__decoration {
    bottom: -36px;
  }
}
@media screen and (max-width: 575.98px) {
  .service__decoration {
    top: -96px;
    bottom: auto;
    left: 10px;
    width: 43px;
  }
}
.service__decoration > img {
  width: 100%;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
  list-style: none;
}
.service-list a {
  color: inherit;
  text-decoration: none;
}
.service-list > li {
  width: 25%;
  padding: 6px;
}
@media screen and (max-width: 959.98px) {
  .service-list > li {
    width: 50%;
  }
}
@media screen and (max-width: 575.98px) {
  .service-list > li {
    width: 100%;
  }
}

.service-list__item {
  height: 100%;
  padding: 24px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 13px 0 rgba(150, 150, 150, 0.4);
  transition-duration: 0.3s;
}
.service-list__item:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 575.98px) {
  .service-list__heading-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
}

.service-list__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 106px;
  height: 106px;
  margin: 0 auto 24px;
  border: solid 3px #e4e2e2;
  border-radius: 50%;
}
.service-list__img > img {
  width: 64px;
}
@media screen and (max-width: 575.98px) {
  .service-list__img {
    flex-shrink: 0;
    width: 65px;
    height: 65px;
    margin: 0;
  }
  .service-list__img > img {
    width: 44px;
  }
}

.service-list__heading {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.58;
  text-align: center;
  color: #0095a0;
  letter-spacing: 1px;
}
@media screen and (max-width: 575.98px) {
  .service-list__heading {
    margin: 0 0 0 16px;
    text-align: left;
  }
}

.service-list__text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.79;
  letter-spacing: 1px;
}

.case-section__container {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 132px 0 0;
}
@media screen and (max-width: 1099.98px) {
  .case-section__container {
    padding: 132px 20px 0;
  }
}
@media screen and (max-width: 959.98px) {
  .case-section__container {
    padding: 68px 20px 0;
  }
}
.case-section__container::before {
  content: "CASES";
  position: absolute;
  top: 26px;
  left: -70px;
  font-weight: bold;
  font-size: 180px;
  line-height: 1;
  font-family: "Montserrat";
  color: #08b8c2;
  opacity: 0.1;
}
@media screen and (max-width: 1099.98px) {
  .case-section__container::before {
    left: 0;
  }
}
@media screen and (max-width: 959.98px) {
  .case-section__container::before {
    font-size: 70px;
  }
}

.case__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
  font-size: 26px;
}
@media screen and (max-width: 959.98px) {
  .case__heading {
    flex-direction: column;
    margin-bottom: 12px;
    font-size: 19px;
  }
}
.case__heading b {
  padding-left: 10px;
  font-size: 40px;
  color: #00a5ab;
}
@media screen and (max-width: 959.98px) {
  .case__heading b {
    padding: 8px 0 0;
    font-size: 26px;
  }
}

.case__lead {
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 575.98px) {
  .case__lead {
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }
}

.case-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px 16px;
  list-style: none;
}
.case-list a {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 959.98px) {
  .case-list {
    margin: 0 -6px 6px;
  }
}
.case-list > li {
  width: 33.333%;
  padding: 18px;
}
@media screen and (max-width: 959.98px) {
  .case-list > li {
    width: 50%;
    padding: 6px;
  }
}

.case-list__item {
  height: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 13px 0 rgba(150, 150, 150, 0.4);
  transition-duration: 0.3s;
}
.case-list__item:hover {
  transform: scale(1.05);
}

.case-list__img {
  margin-bottom: 0;
}
.case-list__img > img {
  width: 100%;
}

.case-list__body {
  padding: 24px 30px;
}
@media screen and (max-width: 575.98px) {
  .case-list__body {
    padding: 16px 12px;
  }
}

.case-list__heading {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 575.98px) {
  .case-list__heading {
    margin-bottom: 6px;
    font-size: 13px;
  }
}

.case-list__text {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.54;
  color: #0095a0;
  letter-spacing: 1px;
}
@media screen and (max-width: 575.98px) {
  .case-list__text {
    font-size: 11px;
  }
}

.company-section {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .company-section {
    margin-bottom: 90px;
  }
}
.company-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 50px;
  left: 0;
  background: linear-gradient(to left, #f3f9e9 1%, #d6f3e7 50%, #cdf5f5 99%);
}

.company-section__container {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 0 0;
}
@media screen and (max-width: 1099.98px) {
  .company-section__container {
    padding: 60px 20px 0;
  }
}
@media screen and (max-width: 959.98px) {
  .company-section__container {
    padding: 48px 20px 20px;
  }
}
.company-section__container::before {
  content: "ABOUT US";
  position: absolute;
  top: -60px;
  right: -80px;
  font-weight: bold;
  font-size: 180px;
  line-height: 1;
  font-family: "Montserrat";
  color: #08b8c2;
  opacity: 0.1;
}
@media screen and (max-width: 1023.98px) {
  .company-section__container::before {
    right: 0;
  }
}
@media screen and (max-width: 959.98px) {
  .company-section__container::before {
    top: -22px;
    right: 0;
    font-size: 70px;
  }
}
@media screen and (min-width: 768px) {
  .company-section__container::before {
    content: "ABOUT";
  }
}
@media screen and (min-width: 1100px) {
  .company-section__container::before {
    content: "ABOUT US";
  }
}

.company__heading-wrapper {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.company__heading {
  margin-bottom: 54px;
  font-size: 36px;
  text-align: center;
}
@media screen and (max-width: 959.98px) {
  .company__heading {
    margin-bottom: 34px;
    font-size: 24px;
  }
}
.company__heading b {
  font-size: 40px;
  color: #00a5ab;
}
@media screen and (max-width: 959.98px) {
  .company__heading b {
    font-size: 28px;
  }
}

.company__decoration {
  position: absolute;
  bottom: -68px;
  left: 90px;
  z-index: 1;
  width: 185px;
}
@media screen and (max-width: 959.98px) {
  .company__decoration {
    bottom: 70px;
    left: 4px;
    width: 124px;
  }
}
.company__decoration > img {
  width: 100%;
}

.company__content {
  position: relative;
  width: 100%;
  padding: 40px 25px 25px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 36px 0 rgba(150, 150, 150, 0.2);
}
@media screen and (min-width: 768px) {
  .company__content {
    padding: 50px;
  }
}

.company__logo {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .company__logo {
    margin-bottom: 50px;
  }
}

.company__logo-img {
  margin-bottom: 20px;
  text-align: center;
}
.company__logo-img > img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .company__logo-img > img {
    display: inline-block;
    margin: 0 32px;
  }
}

.company__logo-img--iret {
  width: 103px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .company__logo-img--iret {
    width: 135px;
    padding-bottom: 0;
  }
}

.company__logo-img--cloudpack {
  width: 214px;
}
@media screen and (min-width: 768px) {
  .company__logo-img--cloudpack {
    width: 296px;
  }
}

.company__logo-text {
  margin-bottom: 0;
  font-size: 11px;
  line-height: 1.64;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .company__logo-text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.company__partner {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .company__partner {
    flex-direction: row;
    margin-bottom: 50px;
  }
}

.company__partner-heading {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.78;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .company__partner-heading {
    font-size: 18px;
  }
}

.company__partner-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.88;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .company__partner-text {
    font-size: 16px;
  }
}

.company__partner-img {
  flex-shrink: 0;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .company__partner-img {
    margin-bottom: 0;
    padding: 0 30px 0 50px;
  }
}
.company__partner-img > img {
  max-width: 100%;
}

.company__info-heading {
  margin-bottom: 0;
  padding: 14px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  background: #039fad;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.company__info-heading > b {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .company__info-heading {
    padding: 8px 12px 16px;
    font-size: 20px;
    line-height: 1.8;
  }
  .company__info-heading > b {
    font-size: 28px;
  }
}

.company__info-heading-tag {
  display: inline-block;
  height: 29px;
  margin-bottom: 8px;
  padding: 0 8px 0 16px;
  font-size: 15px;
  line-height: 29px;
  background-color: #eb8400;
  border-radius: 19px;
}
@media screen and (min-width: 768px) {
  .company__info-heading-tag {
    height: 38px;
    margin-right: 16px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 38px;
  }
}

.company__info-body {
  padding: 16px;
  border: solid 3px #e4e2e2;
  border-top: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (min-width: 768px) {
  .company__info-body {
    padding: 26px 30px;
  }
}

.company__info-text {
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 1px;
}

.company__info-note {
  margin-bottom: 0;
  font-size: 10px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .company__info-note {
    font-size: 12px;
    line-height: 1.83;
  }
}

.certification-section {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .certification-section {
    margin-bottom: 100px;
  }
}

.certification__heading {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  letter-spacing: 2px;
}
.certification__heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 3px;
  margin: auto;
  background-color: #039fad;
}
@media screen and (max-width: 768px) {
  .certification__heading {
    font-size: 20px;
  }
}

.certification__container {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  padding: 0 20px;
}
@media screen and (min-width: 480px) {
  .certification__container {
    display: block;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1100px) {
  .certification__container {
    padding: 5px 0 0;
  }
}

.certification__figure {
  margin-top: 10px;
}
.certification__figure img {
  width: 100%;
}
@media screen and (min-width: 480px) {
  .certification__figure {
    float: left;
    width: 50%;
    margin-right: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .certification__figure {
    margin-right: 65px;
  }
}
@media screen and (min-width: 1100px) {
  .certification__figure {
    width: auto;
    margin-bottom: 0;
  }
}

.certification__content-heading {
  margin-bottom: 36px;
  font-size: 23px;
  letter-spacing: 1px;
}
@media screen and (min-width: 480px) {
  .certification__content-heading {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .certification__content-heading {
    font-size: 20px;
  }
}
.certification__content-heading strong {
  padding-bottom: 8px;
  line-height: 2.5;
  background: linear-gradient(transparent 95%, #333 0%);
}
.certification__content-heading strong::before, .certification__content-heading strong::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.certification__content-heading strong::before {
  margin-bottom: calc(-0.9em + 0px);
}
.certification__content-heading strong::after {
  margin-top: calc(-0.8722222222em + 0px);
}

.certification__content-text {
  font-size: 14px;
  line-height: 1.88;
  letter-spacing: 1px;
}
@media screen and (min-width: 480px) {
  .certification__content-text {
    font-size: 16px;
  }
}

.contact-anchor--1 {
  padding: 0 25px 140px;
}
@media screen and (max-width: 959.98px) {
  .contact-anchor--1 {
    padding-bottom: 72px;
  }
}

.contact-anchor--2 {
  padding: 60px 25px 0;
}
@media screen and (max-width: 959.98px) {
  .contact-anchor--2 {
    padding-top: 36px;
  }
}

.contact-anchor--3 {
  padding: 30px 25px 140px;
}
@media screen and (max-width: 959.98px) {
  .contact-anchor--3 {
    padding-top: 24px;
    padding-bottom: 100px;
  }
}

.contact-anchor--4 {
  padding: 0 25px 100px;
}
@media screen and (max-width: 959.98px) {
  .contact-anchor--4 {
    padding-bottom: 92px;
  }
}

.contact-anchor__text {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.67;
  text-align: center;
}
@media screen and (max-width: 959.98px) {
  .contact-anchor__text {
    font-size: 17px;
  }
}

.contact-anchor__btn {
  max-width: 400px;
  margin: 0 auto;
}
.contact-anchor__btn > a {
  display: block;
  padding: 28px 0;
  overflow: hidden;
  font-weight: 600;
  font-size: 19px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.54px;
  background: #20354b;
  border: 2px solid #20354b;
  border-radius: 9999px;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 959.98px) {
  .contact-anchor__btn > a {
    padding: 20px 0;
    font-size: 16px;
  }
}
.contact-anchor__btn > a > span {
  position: relative;
  z-index: 1;
}
.contact-anchor__btn > a > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  background: #ffffff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.contact-anchor__btn > a:hover {
  color: #20354b;
  text-decoration: none;
}
.contact-anchor__btn > a:hover > span::before {
  width: 400px;
  height: 400px;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.u-text--normal {
  font-weight: normal !important;
  font-style: normal !important;
}

.u-text--bold {
  font-weight: bold !important;
}

.u-text--italic {
  font-style: italic !important;
}

.u-text--left {
  text-align: left !important;
}

.u-text--center {
  text-align: center !important;
}

.u-text--right {
  text-align: right !important;
}

.u-hidden {
  display: none !important;
}

@media screen and (min-width: 1025px) {
  .u-hidden--pc {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-hidden--ipad-pro {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-hidden--ipad {
    display: none !important;
  }
}

@media screen and (max-width: 575.98px) {
  .u-hidden--sp {
    display: none !important;
  }
}

.u-show--ipad {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-show--ipad {
    display: block !important;
  }
}

.u-show--sp {
  display: none !important;
}
@media screen and (max-width: 575.98px) {
  .u-show--sp {
    display: block !important;
  }
}

.u-medium {
  font-weight: 500;
}

.u-bold {
  font-weight: 700;
}

.u-gold {
  color: #b98f17;
}

.u-link--01 {
  color: #00a5ab;
  text-decoration: none;
}

.u-link--02 {
  color: #00a5ab;
  text-decoration: underline;
}

.u-link--01,
.u-link--02 {
  transition: all 0.1s linear;
}
.u-link--01:hover,
.u-link--02:hover {
  color: #006c73;
  text-decoration: none;
}

.u-link--01 {
  color: #00a5ab;
  text-decoration: none;
}
@media screen and (max-width: 1023.98px) {
  .u-link--01:hover {
    color: #00a5ab;
    text-decoration: none;
  }
}

.u-link--02 {
  color: #0378d2;
  text-decoration: underline;
}
@media screen and (max-width: 1023.98px) {
  .u-link--02:hover {
    color: #0378d2;
    text-decoration: underline;
  }
}

.u-anchor {
  margin-top: -97px;
  padding-top: 97px;
}
@media screen and (max-width: 1023.98px) {
  .u-anchor {
    margin-top: -78px;
    padding-top: 78px;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}
/*# sourceMappingURL=maps/lp_government-education_2020.css.map */