@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

canvas {
  vertical-align: top;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

svg {
  vertical-align: top;
}

input,
button,
textarea,
select,
iframe {
  font: inherit;
  line-height: inherit;
  vertical-align: top;
}

button {
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
  display: inline-block;
}

:disabled {
  cursor: not-allowed;
}

.l-header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 71px;
  padding-bottom: 1px;
}
.l-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #00263e, #39a3bc);
  border-bottom: 1px solid #c7c7c7;
}
@media screen and (max-width: 1120px) {
  .l-header {
    height: 61px;
  }
  .l-header::before {
    z-index: 5;
  }
}

.h-logo {
  position: relative;
  z-index: 10;
  margin: 0 40px 0 20px;
}
@media screen and (max-width: 1120px) {
  .h-logo {
    margin: 0 5.2% 0 2.6%;
  }
}

.gnav {
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 1120px) {
  .gnav {
    display: block;
    position: fixed;
    top: 61px;
    left: 0;
    z-index: 0;
    width: 100%;
    padding: 40px 0;
    background-image: linear-gradient(to right, #00263e, #39a3bc);
    transform: translateY(-500px);
    transition: transform 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .gnav.is-show {
    transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    transform: translateY(0);
  }
}
.gnav__list {
  display: flex;
  margin-right: auto;
}
@media screen and (max-width: 1120px) {
  .gnav__list {
    display: block;
    max-width: 295px;
    margin: 0 auto;
  }
}
.gnav__item + .gnav__item {
  margin-left: 30px;
}
@media screen and (max-width: 1120px) {
  .gnav__item + .gnav__item {
    margin: 25px 0 0;
  }
}
.gnav__item a {
  display: block;
  position: relative;
  padding: 6px 0;
}
.gnav__item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.gnav__item a:hover::after {
  width: 100%;
}
@media screen and (max-width: 1120px) {
  .gnav__item a {
    font-size: 14px;
    line-height: 1;
  }
  .gnav__item a::after {
    content: none;
  }
}
.gnav__item.is-current a {
  font-weight: bold;
}
.gnav__item.is-current a::after {
  width: 100%;
}
.gnav__paid a, .gnav__free a, .gnav__login a, .gnav__login--sm a {
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1.57;
  text-align: center;
  transition: background 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75), color 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.gnav__paid--header a, .gnav__free--header a {
  font-weight: bold;
}
.gnav__paid a, .gnav__free a, .gnav__login a {
  display: flex;
}
@media screen and (max-width: 1120px) {
  .gnav__paid a, .gnav__free a, .gnav__login a {
    display: none;
  }
}
.gnav__login--sm {
  height: 100%;
  z-index: 10;
  margin-left: auto;
}
.gnav__login--sm a {
  display: none;
}
@media screen and (max-width: 1120px) {
  .gnav__login--sm a {
    display: flex;
  }
}
.gnav__free a {
  width: 178px;
  height: 70px;
  background: #00b9d3;
  border: 1px solid #00b9d3;
}
.gnav__free a .fz-sm {
  font-size: 12px;
}
.gnav__free a:hover {
  background: #fff;
  color: #00b9d3;
}
.gnav__paid a {
  width: 178px;
  height: 70px;
  background: #d6ba22;
  border: 1px solid #d6ba22;
}
.gnav__paid a:hover {
  background: #fff;
  color: #d6ba22;
}
.gnav__login a, .gnav__login--sm a {
  width: 95px;
  background: #fff;
  color: #006c8d;
}
.gnav__login a:hover, .gnav__login--sm a:hover {
  background: #006c8d;
  color: #fff;
}
.gnav__login a {
  height: 70px;
}
.gnav__login--sm a {
  height: 100%;
}
.gnav__contact {
  display: none;
}
@media screen and (max-width: 1120px) {
  .gnav__contact {
    display: block;
    width: 295px;
    margin: 35px auto 0;
  }
  .gnav__contact a {
    display: block;
    padding: 20px 0;
    background: #fff;
    color: #39a3bc;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    text-align: center;
  }
}

.hamburger {
  display: none;
}
@media screen and (max-width: 1120px) {
  .hamburger {
    display: block;
    position: relative;
    z-index: 10;
    width: 60px;
    height: 60px;
  }
  .hamburger__line {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 24px;
    height: 2px;
    background-color: #fff;
    transition: 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .hamburger__line::before, .hamburger__line::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: inherit;
  }
  .hamburger__line::before {
    top: -8px;
  }
  .hamburger__line::after {
    top: 8px;
  }
  .hamburger[aria-expanded="true"] .hamburger__line {
    background-color: transparent;
  }
  .hamburger[aria-expanded="true"] .hamburger__line::before, .hamburger[aria-expanded="true"] .hamburger__line::after {
    top: 0;
  }
  .hamburger[aria-expanded="true"] .hamburger__line::before {
    transform: rotate(45deg);
  }
  .hamburger[aria-expanded="true"] .hamburger__line::after {
    transform: rotate(-45deg);
  }
}

.l-footer {
  position: relative;
  background: #00263e;
  color: #fff;
}

.f-inner {
  display: flex;
  align-items: center;
  padding-top: 44px;
  padding-bottom: 44px;
}
@media screen and (max-width: 976px) {
  .f-inner {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media screen and (max-width: 576px) {
  .f-inner {
    flex-wrap: wrap;
    margin: auto;
  }
}

.f-logo {
  margin-left: 65px;
}
@media screen and (max-width: 976px) {
  .f-logo {
    margin-left: 0;
  }
  .f-logo svg {
    width: 120px;
  }
}

.f-wrap {
  margin-left: 80px;
}
@media screen and (max-width: 976px) {
  .f-wrap {
    margin-left: 5%;
  }
}
@media screen and (max-width: 576px) {
  .f-wrap {
    margin-top: 30px;
    margin-left: 0;
  }
}

.f-link__list {
  display: flex;
  flex-wrap: wrap;
}
.f-link__item {
  margin-right: 1.5em;
  margin-bottom: 8px;
}
@media screen and (max-width: 976px) {
  .f-link__item {
    font-size: 13px;
  }
}
.f-link__item a:hover {
  text-decoration: underline;
}
.f-link__item:last-child {
  margin-right: 0;
}

.sns {
  display: flex;
  margin-top: 8px;
}
.sns__item + .sns__item {
  margin-left: 20px;
}

.copyright {
  margin-top: 13px;
  font-size: 13px;
}

.kv {
  position: relative;
  max-width: 1040px;
  margin: auto;
  height: 680px;
  padding: 64px 20px 0;
}
@media screen and (max-width: 768px) {
  .kv {
    height: auto;
    margin: 0 auto 60px;
  }
}

.kv__catch {
  color: #39a3bc;
  font-size: 36px;
  line-height: 1.67;
}
@media screen and (max-width: 768px) {
  .kv__catch {
    margin: 0 -5%;
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .kv__catch {
    font-size: 24px;
  }
}
.kv__catch .logo {
  display: inline-block;
  position: relative;
  top: 9px;
  width: auto;
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .kv__catch .logo {
    top: 6px;
    height: 28px;
  }
}
@media screen and (max-width: 576px) {
  .kv__catch .logo {
    top: 3px;
    height: 25px;
  }
}

.kv__text {
  width: 483px;
  margin-top: 23px;
  font-size: 18px;
  line-height: 1.62;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .kv__text {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .kv__text {
    font-size: 13px;
  }
}

.kv__wrap {
  margin-top: 41px;
  margin-left: 1px;
}
@media screen and (max-width: 768px) {
  .kv__wrap {
    margin-top: 10px;
  }
}

.kv__button {
  max-width: 376px;
}
@media screen and (max-width: 768px) {
  .kv__button {
    margin-right: auto;
    margin-left: auto;
  }
}
.kv__button a {
  display: block;
  padding: 29px 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  transition: background 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75), color 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media screen and (max-width: 768px) {
  .kv__button a {
    padding: 19px 0;
  }
}

.kv__button + .kv__button {
  margin-top: 20px;
}

.kv__button-free a {
  background: #00b9d3;
  border: 1px solid #00b9d3;
}
.kv__button-free a:hover {
  background: #fff;
  color: #00b9d3;
}

.kv__button-paid a {
  background: #d6ba22;
  border: 1px solid #d6ba22;
}
.kv__button-paid a:hover {
  background: #fff;
  color: #d6ba22;
}

.kv__image {
  position: absolute;
  bottom: 55px;
  left: 488px;
  width: 717px;
}
@media screen and (max-width: 768px) {
  .kv__image {
    position: static;
    transform: none;
    max-width: 495px;
    width: 100%;
    margin: 25px auto 0;
  }
}

.anim-1 {
  opacity: 0;
  animation: kvAnim1 0.6s ease-out 1s forwards;
}

.anim-2 {
  opacity: 0;
  animation: kvAnim1 0.6s ease-out 3s forwards;
}

@keyframes kvAnim1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top-about {
  margin-top: 120px;
  padding-top: 7px;
}
@media screen and (max-width: 576px) {
  .top-about {
    margin-top: 90px;
  }
}

.top-about__block-1 {
  border-bottom: 1px solid #00263e;
  padding-bottom: 57px;
  margin-bottom: 60px;
}

.top-about__title {
  position: relative;
  color: #39a3bc;
  font-size: 40px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-about__title {
    font-size: 30px;
  }
}
.top-about__title .logo {
  position: relative;
  top: 0;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .top-about__title .logo {
    top: -1px;
    margin-right: -6px;
  }
}
@media screen and (max-width: 576px) {
  .top-about__title .logo {
    margin-right: 6px;
  }
}
@media screen and (max-width: 768px) {
  .top-about__title .logo svg {
    height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .top-about__title .logo svg {
    top: 5px;
    width: auto;
  }
}

.top-about__text {
  margin-top: 27px;
  color: #071d49;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-about__text {
    margin-top: 32px;
    font-size: 18px;
    line-height: 1.66;
  }
}
@media screen and (max-width: 576px) {
  .top-about__text {
    font-size: 16px;
  }
}

.top-about__image {
  margin-top: 53px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-about__image {
    margin-top: 55px;
  }
}

.top-about__wrap {
  display: flex;
  justify-content: space-between;
  max-width: 855px;
  margin: auto;
}

.top-about__caption {
  width: 320px;
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.62;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-about__caption {
    width: 37.5%;
    margin-top: 35px;
  }
}
@media screen and (max-width: 576px) {
  .top-about__caption {
    font-size: 14px;
  }
  .top-about__caption br {
    display: none;
  }
}

.top-about__image-2 {
  margin-top: 60px;
  text-align: center;
}

.top-about__text-2 {
  margin-top: 48px;
  font-size: 18px;
  line-height: 1.67;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-about__text-2 {
    max-width: 520px;
    margin: 32px auto 0;
  }
}
@media screen and (max-width: 576px) {
  .top-about__text-2 {
    font-size: 15px;
  }
}

.top-about__text-3 {
  line-height: 1.67;
  text-align: center;
  font-size: 14px;
  color: #e25138;
}

.benefit {
  margin-top: 113px;
}
@media screen and (max-width: 576px) {
  .benefit {
    margin-top: 90px;
  }
}
.benefit__wrap {
  display: flex;
  justify-content: center;
  margin-top: 61px;
}
@media screen and (max-width: 768px) {
  .benefit__wrap {
    flex-wrap: wrap;
    margin-top: 80px;
  }
}
.benefit__item {
  width: 252px;
}
@media screen and (max-width: 768px) {
  .benefit__item {
    width: 100%;
    max-width: 520px;
  }
}
.benefit__item:nth-child(2) {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .benefit__item:nth-child(2) {
    width: 100%;
  }
}
.benefit__item + .benefit__item {
  margin-left: 38px;
}
@media screen and (max-width: 768px) {
  .benefit__item + .benefit__item {
    margin-left: 0;
    margin-top: 70px;
  }
}
.benefit__term {
  color: #071d49;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .benefit__term {
    font-size: 18px;
  }
}
.benefit__image {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .benefit__image {
    margin-top: 15px;
  }
  .benefit__image img {
    width: 200px;
  }
}
.benefit__text {
  max-width: 250px;
  margin: 20px auto 0;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .benefit__text {
    max-width: none;
    font-size: 13px;
    line-height: 1.77;
  }
}

.point {
  margin-top: 120px;
}
@media screen and (max-width: 576px) {
  .point {
    margin-top: 90px;
  }
}
.point__list {
  display: flex;
  justify-content: space-between;
  margin-top: 58px;
}
@media screen and (max-width: 576px) {
  .point__list {
    flex-wrap: wrap;
  }
}
.point__item {
  position: relative;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .point__item {
    width: 22%;
  }
}
@media screen and (max-width: 576px) {
  .point__item {
    width: 46%;
  }
}
.point__item .item__image {
  width: 100%;
}
.point__item .item__text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 36%;
  left: 0;
  width: 100%;
  height: 5.01em;
  font-size: 18px;
  line-height: 1.67;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .point__item .item__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 576px) {
  .point__item .item__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .point__item:nth-child(n + 3) {
    margin-top: 8%;
  }
}
.point__content {
  max-width: 434px;
  height: 324px;
}
@media screen and (max-width: 768px) {
  .point__content {
    max-width: none;
    height: auto;
  }
}
.point__title {
  color: #1a90ac;
  font-size: 34px;
  line-height: 1.5;
}
.point__title::before {
  content: "";
  position: absolute;
  top: 5px;
  width: 110px;
  height: 160px;
}
@media screen and (max-width: 768px) {
  .point__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .point__title {
    font-size: 23px;
  }
  .point__title::before {
    width: 80px;
  }
}
.point__text {
  margin-top: 28px;
  font-size: 15px;
  line-height: 1.6;
}
.point__text .small {
  font-size: 14px;
  color: #e25138;
}
@media screen and (max-width: 768px) {
  .point__text {
    width: 100%;
    margin-top: 50px;
  }
  .point__text .small {
    font-size: 12px;
  }
}
.point__link {
  margin-top: 15px;
  color: #1a90ac;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .point__link {
    font-size: 16px;
  }
}
.point__link a {
  font-weight: bold;
  text-decoration: underline;
}
.point__link a:hover {
  color: #00b9d3;
}
.point__image {
  position: absolute;
  top: 0;
  width: 576px;
}
.point__image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .point__image {
    position: static;
    width: 100%;
  }
}
.point__image--point4 {
  top: 64px;
}

.point__block-1 {
  position: relative;
  margin-top: 132px;
}
@media screen and (max-width: 768px) {
  .point__block-1 {
    margin-top: 120px;
  }
}
@media screen and (max-width: 576px) {
  .point__block-1 {
    margin-top: 90px;
  }
}
.point__block-1 .point__content {
  padding-top: 68px;
}
@media screen and (max-width: 768px) {
  .point__block-1 .point__content {
    padding-top: 37px;
  }
}
@media screen and (max-width: 576px) {
  .point__block-1 .point__content {
    padding-top: 37px;
  }
}
.point__block-1 .point__title {
  padding-left: 76px;
}
@media screen and (max-width: 768px) {
  .point__block-1 .point__title {
    padding-left: 126px;
  }
}
@media screen and (max-width: 576px) {
  .point__block-1 .point__title {
    padding-left: 85px;
  }
}
.point__block-1 .point__title::before {
  left: -50px;
  background: url(../images/top/point_title_1.png) no-repeat left 18px;
}
@media screen and (max-width: 768px) {
  .point__block-1 .point__title::before {
    left: 0;
    background-position: left 0;
  }
}
@media screen and (max-width: 576px) {
  .point__block-1 .point__title::before {
    background-size: 100% auto;
  }
}
.point__block-1 .point__image {
  left: 514px;
}
@media screen and (max-width: 768px) {
  .point__block-1 .point__image {
    margin-top: 35px;
  }
}

.point__block-2 {
  position: relative;
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .point__block-2 {
    margin-top: 152px;
  }
}
@media screen and (max-width: 576px) {
  .point__block-2 {
    margin-top: 90px;
  }
}
.point__block-2 .point__content {
  margin-left: auto;
  padding-top: 49px;
}
@media screen and (max-width: 768px) {
  .point__block-2 .point__content {
    padding-top: 81px;
  }
}
@media screen and (max-width: 576px) {
  .point__block-2 .point__content {
    padding-top: 37px;
  }
}
@media screen and (max-width: 768px) {
  .point__block-2 .point__title {
    padding-right: 158px;
    text-align: right;
  }
}
@media screen and (max-width: 576px) {
  .point__block-2 .point__title {
    padding-right: 85px;
    text-align: left;
  }
}
.point__block-2 .point__title::before {
  right: -50px;
  background: url(../images/top/point_title_2.png) no-repeat left top;
}
@media screen and (max-width: 768px) {
  .point__block-2 .point__title::before {
    right: 0;
  }
}
@media screen and (max-width: 576px) {
  .point__block-2 .point__title::before {
    background-size: 100% auto;
  }
}
.point__block-2 .point__image {
  right: 514px;
}
@media screen and (max-width: 768px) {
  .point__block-2 .point__image {
    margin-top: 60px;
  }
}

.point__block-3 {
  position: relative;
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .point__block-3 {
    margin-top: 138px;
  }
}
@media screen and (max-width: 576px) {
  .point__block-3 {
    margin-top: 90px;
  }
}
.point__block-3 .point__content {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .point__block-3 .point__content {
    padding-top: 57px;
  }
}
@media screen and (max-width: 576px) {
  .point__block-3 .point__content {
    padding-top: 37px;
  }
}
.point__block-3 .point__title {
  padding-left: 76px;
}
@media screen and (max-width: 768px) {
  .point__block-3 .point__title {
    padding-left: 126px;
  }
}
@media screen and (max-width: 576px) {
  .point__block-3 .point__title {
    padding-left: 85px;
  }
}
.point__block-3 .point__title::before {
  left: -50px;
  background: url(../images/top/point_title_3.png) no-repeat left top;
}
@media screen and (max-width: 768px) {
  .point__block-3 .point__title::before {
    left: 0;
  }
}
@media screen and (max-width: 576px) {
  .point__block-3 .point__title::before {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .point__block-3 .point__text {
    margin-top: 33px;
  }
}
.point__block-3 .point__image {
  left: 514px;
}
@media screen and (max-width: 768px) {
  .point__block-3 .point__image {
    margin-top: 60px;
  }
}

.point__block-4 {
  position: relative;
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .point__block-4 {
    margin-top: 138px;
  }
}
@media screen and (max-width: 576px) {
  .point__block-4 {
    margin-top: 90px;
  }
}
.point__block-4 .point__content {
  margin-left: auto;
  padding-top: 79px;
}
@media screen and (max-width: 768px) {
  .point__block-4 .point__content {
    padding-top: 84px;
  }
}
@media screen and (max-width: 576px) {
  .point__block-4 .point__content {
    padding-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  .point__block-4 .point__title {
    padding-right: 158px;
    text-align: right;
  }
}
@media screen and (max-width: 576px) {
  .point__block-4 .point__title {
    padding-right: 85px;
    text-align: left;
  }
}
.point__block-4 .point__title::before {
  right: -50px;
  background: url(../images/top/point_title_4.png) no-repeat left 2px;
}
@media screen and (max-width: 768px) {
  .point__block-4 .point__title::before {
    right: 0;
  }
}
@media screen and (max-width: 576px) {
  .point__block-4 .point__title::before {
    background-size: 100% auto;
  }
}
.point__block-4 .point__text {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .point__block-4 .point__text {
    margin-top: 52px;
  }
}
.point__block-4 .point__image {
  right: 514px;
}
@media screen and (max-width: 768px) {
  .point__block-4 .point__image {
    margin-top: 60px;
  }
}

.features {
  margin-top: 166px;
  padding: 120px 0 115px;
  background: #f8f8f8;
}
@media screen and (max-width: 576px) {
  .features {
    margin-top: 90px;
    padding: 90px 0 90px;
  }
}
.features__logo {
  margin-right: 7px;
}
.features__logo svg {
  position: relative;
  top: 6px;
  width: auto;
  height: 33px;
}
@media screen and (max-width: 768px) {
  .features__logo svg {
    height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .features__logo svg {
    top: 5px;
    height: 26px;
  }
}
.features__wrap {
  display: flex;
  justify-content: center;
  margin-top: 61px;
}
@media screen and (max-width: 768px) {
  .features__wrap {
    justify-content: space-between;
  }
}
.features__term {
  padding-bottom: 20px;
  border-bottom: 1px solid #071d49;
  color: #071d49;
  font-feature-settings: normal;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54.4px;
  font-size: 16px;
  line-height: 1.7;
}
.features__term .small {
  font-weight: 500;
  font-size: 14px;
}
.features__option {
  width: 220px;
  margin: 0 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .features__option {
    width: 200px;
    margin: 0;
    flex: none;
  }
}
@media screen and (max-width: 576px) {
  .features__option {
    width: 26.67vw;
  }
}
.features__option ul {
  margin-right: 48px;
}
@media screen and (max-width: 576px) {
  .features__option .features__item {
    position: relative;
    width: 100px;
  }
}
.features__free {
  width: 220px;
  margin: 0 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .features__free {
    width: 200px;
    margin: 0 0 0 4px;
    flex: none;
  }
}
@media screen and (max-width: 576px) {
  .features__free {
    width: 26.67vw;
  }
}
.features__paid {
  width: 200px;
  margin: 0 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .features__paid {
    width: 26%;
    min-width: 100px;
    margin: 0 0 0 4px;
    flex: none;
  }
}
@media screen and (max-width: 576px) {
  .features__paid {
    width: 26.67vw;
  }
}
.features__list {
  display: inline-block;
  margin-top: 31px;
}
.features__item {
  font-size: 14px;
  line-height: 1.72;
  text-align: left;
  height: 72px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .features__item {
    font-size: 12px;
    line-height: 1.67;
    height: auto;
  }
}
.features__item + .features__item {
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .features__item + .features__item {
    margin-top: 28px;
  }
  .features__item + .features__item .first-item {
    margin-top: 8px;
  }
}
.features__item--1l + .features__item--s1l {
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .features__item--1l + .features__item--s1l {
    margin-top: 36px;
  }
}
.features__item--s1l + .features__item--1l {
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .features__item--s1l + .features__item--1l {
    margin-top: 33px;
  }
}
.features__item--1l + .features__item--1l {
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .features__item--1l + .features__item--1l {
    margin-top: 43px;
  }
}
@media screen and (max-width: 576px) {
  .features__item--2l + .features__item--2l {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .features__item--2l + .features__item--3l {
    margin: 52px 0 35px;
  }
}
@media screen and (max-width: 576px) {
  .features__item--2l + .features__item--3l {
    margin: 82px 0;
  }
}
.features__note {
  display: none;
  border-top: 1px solid #071d49;
  padding-top: 12px;
}
@media screen and (max-width: 576px) {
  .features__note {
    display: block;
  }
}

.scrollNav {
  display: none;
  position: relative;
  width: 100%;
  height: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 576px) {
  .scrollNav {
    display: block;
  }
}
.scrollNav::before, .scrollNav::after {
  content: "";
  position: absolute;
  top: 3px;
  transform: translateX(0) rotate(45deg);
  width: 14px;
  height: 14px;
  border-top: 2px solid #006c8d;
  border-right: 2px solid #006c8d;
  animation: scrollNav 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
}
.scrollNav::before {
  left: 0;
}
.scrollNav::after {
  left: 10px;
}

@keyframes scrollNav {
  0% {
    transform: translateX(0) rotate(45deg);
  }
  90% {
    transform: translateX(200px) rotate(45deg);
  }
  100% {
    transform: translateX(200px) rotate(45deg);
  }
}
.cta {
  padding: 32px 5% 40px;
  background: #006c8d;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 34px 5% 40px;
  }
}
.cta__space-1 {
  margin-top: 155px;
}
@media screen and (max-width: 768px) {
  .cta__space-1 {
    margin-top: 114px;
  }
}
.cta__text {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .cta__text {
    font-size: 20px;
  }
}
.cta__wrap {
  display: flex;
  justify-content: center;
  margin-top: 21px;
}
@media screen and (max-width: 768px) {
  .cta__wrap {
    margin-top: 32px;
  }
}
@media screen and (max-width: 576px) {
  .cta__wrap {
    flex-wrap: wrap;
  }
}
.cta__link {
  width: 378px;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .cta__link {
    max-width: 326px;
    width: 100%;
  }
}
.cta__link a {
  display: block;
  padding: 29px 0;
  transition: background 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75), color 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media screen and (max-width: 768px) {
  .cta__link a {
    padding: 19px 0;
  }
}
.cta__link + .cta__link {
  margin-left: 80px;
}
@media screen and (max-width: 768px) {
  .cta__link + .cta__link {
    margin-left: 40px;
  }
}
@media screen and (max-width: 576px) {
  .cta__link + .cta__link {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cta__free a {
  background: #00b9d3;
  border: 1px solid #00b9d3;
}
.cta__free a:hover {
  background: #fff;
  color: #00b9d3;
}
.cta__paid a {
  background: #d6ba22;
  border: 1px solid #d6ba22;
}
.cta__paid a:hover {
  background: #fff;
  color: #d6ba22;
}

.support {
  padding: 116px 0 120px;
  background: #1a90ac;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .support {
    padding: 60px 5%;
  }
}
.support__title {
  background: url(../images/top/support_title.png) no-repeat center;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .support__title {
    margin: 0 -5%;
  }
}
@media screen and (max-width: 576px) {
  .support__title {
    background-size: auto 80%;
    font-size: 30px;
  }
}
.support__title + .support__text {
  margin-top: 44px;
}
.support__text {
  max-width: 640px;
  margin: auto;
  font-size: 15px;
  line-height: 1.6;
}
.support__text + .support__text {
  margin-top: 24px;
}
.support__link {
  max-width: 488px;
  margin: 63px auto 0;
}
@media screen and (max-width: 576px) {
  .support__link {
    margin: 60px auto 0;
  }
}
.support__link a {
  display: block;
  padding: 30px 0;
  background: #fff;
  font-weight: bold;
  color: #39a3bc;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  transition: box-shadow 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.support__link a:hover {
  box-shadow: 0 8px 16px rgba(34, 34, 34, 0.5);
}

.qa {
  margin-top: 120px;
}
@media screen and (max-width: 576px) {
  .qa {
    margin-top: 90px;
  }
}

.qa__category {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.qa__wrap {
  margin-top: 43px;
}

.qa__wrap + .qa__wrap {
  margin-top: 65px;
}

.qa__list {
  margin-top: 50px;
}

.qa__item + .qa__item {
  margin-top: 35px;
}

.qa__q {
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid #c7c7c7;
  cursor: pointer;
  color: #006c8d;
  font-size: 18px;
  line-height: 1.5;
  transition: color 0.125s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media screen and (max-width: 576px) {
  .qa__q {
    padding-right: 2em;
    font-size: 16px;
  }
}
.qa__q::before, .qa__q::after {
  content: "";
  position: absolute;
  background: #006c8d;
  transition: background 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75), opacity 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.qa__q::before {
  top: 13px;
  right: 2px;
  width: 17px;
  height: 1px;
}
@media screen and (max-width: 576px) {
  .qa__q::before {
    top: 50%;
    transform: translateY(calc(-50% - 9px));
  }
}
.qa__q::after {
  top: 5px;
  right: 10px;
  width: 1px;
  height: 17px;
}
@media screen and (max-width: 576px) {
  .qa__q::after {
    top: 50%;
    transform: translateY(calc(-50% - 9px));
  }
}
.qa__q:hover {
  color: #00b9d3;
}
.qa__q:hover::before, .qa__q:hover::after {
  background: #00b9d3;
}

.qa__q[data-ac-open="true"]::before {
  opacity: 0;
}
.qa__q[data-ac-open="true"]::after {
  transform: translateY(calc(-50% - 9px)) rotate(90deg);
}

.qa__a {
  display: none;
  margin-top: 17px;
  font-size: 14px;
  line-height: 1.5;
}
.qa__a .link {
  text-decoration: underline;
}
.qa__a .link:hover {
  color: #00b9d3;
}

.flow__list {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .flow__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.flow__item {
  position: relative;
  width: 159px;
}
@media screen and (max-width: 768px) {
  .flow__item {
    width: 18%;
  }
}
@media screen and (max-width: 576px) {
  .flow__item {
    display: flex;
    align-items: center;
    width: 100%;
  }
}
.flow__item::after {
  content: "";
  position: absolute;
  top: 60px;
  left: calc(100% + 8px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 12px;
}
@media screen and (max-width: 768px) {
  .flow__item::after {
    left: 102%;
  }
}
@media screen and (max-width: 576px) {
  .flow__item::after {
    top: auto;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 12px 12px 0 12px;
  }
}
@media screen and (max-width: 576px) {
  .flow__item + .flow__item {
    margin-bottom: 30px;
  }
}
.flow__item:nth-child(1)::after {
  border-color: transparent transparent transparent #006c8d;
}
@media screen and (max-width: 576px) {
  .flow__item:nth-child(1)::after {
    border-color: #006c8d transparent transparent transparent;
  }
}
.flow__item:nth-child(2)::after {
  border-color: transparent transparent transparent #007f9f;
}
@media screen and (max-width: 576px) {
  .flow__item:nth-child(2)::after {
    border-color: #007f9f transparent transparent transparent;
  }
}
.flow__item:nth-child(3)::after {
  border-color: transparent transparent transparent #0093b0;
}
@media screen and (max-width: 576px) {
  .flow__item:nth-child(3)::after {
    border-color: #0093b0 transparent transparent transparent;
  }
}
.flow__item:nth-child(4)::after {
  border-color: transparent transparent transparent #00a6c2;
}
@media screen and (max-width: 576px) {
  .flow__item:nth-child(4)::after {
    border-color: #00a6c2 transparent transparent transparent;
  }
}
.flow__item:nth-child(5)::after {
  content: none;
}
.flow__text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .flow__text {
    width: calc(100% - 100px);
    margin-left: 20px;
    padding-top: 10px;
  }
}

.news {
  margin-top: 120px;
}
@media screen and (max-width: 576px) {
  .news {
    margin-top: 90px;
  }
}

.article__list {
  margin-top: 39px;
}
.article__item {
  display: flex;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #c7c7c7;
}
@media screen and (max-width: 576px) {
  .article__item {
    flex-wrap: wrap;
  }
}
.article__item + .article__item {
  margin-top: 30px;
}
.article__date {
  width: 22%;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .article__date {
    width: 116px;
  }
}
.article__title {
  width: 78%;
  font-size: 15px;
  font-feature-settings: normal;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .article__title {
    width: calc(100% - 116px);
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .article__title {
    width: 100%;
    margin-top: 0.5em;
  }
}
.article__title a {
  display: block;
  transition: color 0.125s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.article__title a:hover {
  color: #00b9d3;
}

.news__button {
  width: 246px;
  margin: 60px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news__button {
    margin: 40px auto 0;
  }
}
.news__button a {
  display: block;
  padding: 10px 0;
  background: #c7c7c7;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  transition: box-shadow 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.news__button a:hover {
  box-shadow: 0 4px 8px rgba(34, 34, 34, 0.5);
}

.video-section {
  max-width: 768px;
  width: 94%;
  margin: 155px auto;
  overflow: hidden;
  text-align: center;
}
.video-section .inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video-section .inner .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 576px) {
  .video-section {
    margin: 114px auto;
  }
}

.merit__wrap {
  display: flex;
  justify-content: center;
  margin-top: 61px;
}
@media screen and (max-width: 768px) {
  .merit__wrap {
    flex-wrap: wrap;
    margin-top: 80px;
  }
}
.merit__item {
  width: 252px;
}
@media screen and (max-width: 768px) {
  .merit__item {
    width: 100%;
    max-width: 520px;
  }
}
.merit__item:nth-child(2) {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .merit__item:nth-child(2) {
    width: 100%;
  }
}
.merit__item + .merit__item {
  margin-left: 38px;
}
@media screen and (max-width: 768px) {
  .merit__item + .merit__item {
    margin-left: 0;
    margin-top: 70px;
  }
}
.merit__term {
  color: #071d49;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .merit__term {
    font-size: 18px;
  }
}
.merit__image {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .merit__image {
    margin-top: 15px;
  }
  .merit__image img {
    width: 200px;
  }
}
.merit__image--no-margin {
  margin-top: 0px;
}
.merit__text {
  max-width: 252px;
  margin: 20px auto 0;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .merit__text {
    max-width: none;
    font-size: 13px;
    line-height: 1.86;
  }
}
.merit__text--low-margin {
  margin: 10px auto 0;
}

.about-contact {
  margin-top: 60px;
  padding: 120px 0;
  background: #1a90ac;
}
@media screen and (max-width: 576px) {
  .about-contact {
    padding: 60px 5%;
  }
}
.about-contact__text {
  position: relative;
  background: url(../images/about/about_title.png) no-repeat center;
  color: #fff;
  font-size: 34px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-contact__text {
    font-size: 30px;
    background-size: 600px auto;
  }
}
@media screen and (max-width: 576px) {
  .about-contact__text {
    margin: 0 -5%;
    font-size: 26px;
    background-size: 450px auto;
  }
}
.about-contact__text .highlight {
  color: #d6ba22;
}
.about-contact__text .highlight__small {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .about-contact__text .highlight__small {
    font-size: 22px;
  }
}
.about-contact__text .highlight sup {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .about-contact__text .highlight sup {
    font-size: 12px;
  }
}
.about-contact__subtext {
  color: #fff;
  font-size: 12px;
  text-align: right;
  margin-left: 200px;
}
@media screen and (max-width: 768px) {
  .about-contact__subtext {
    margin-left: 160px;
  }
}
@media screen and (max-width: 576px) {
  .about-contact__subtext {
    margin-left: 116px;
  }
}
.about-contact__text-2 {
  margin: 70px auto 0;
  color: #fff;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-contact__text-2 {
    margin: 50px 5% 0;
    font-size: 20px;
  }
}
.about-contact__link {
  max-width: 488px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .about-contact__link {
    margin: 60px auto 0;
  }
}
.about-contact__link a {
  display: block;
  padding: 30px 0;
  background: #fff;
  color: #39a3bc;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  transition: box-shadow 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.about-contact__link a:hover {
  box-shadow: 0 8px 16px rgba(34, 34, 34, 0.5);
}

.space__cotnact {
  height: 80px;
}

.contact {
  max-width: 600px;
  min-height: calc(100vh - (71px + 187px + 190px));
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact--sso-signup {
  max-width: 710px;
}
.contact__landing-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 56px;
  margin: 30px auto 0;
  padding: 0;
  background: #d6ba22;
  border: 1px solid #d6ba22;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  transition: background 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75), color 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.contact__landing-button:hover {
  background: #fff;
  color: #d6ba22;
}

.name-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.name-section > div {
  flex: 0 0 48%;
  margin-top: 0.5em;
}

.form {
  margin-top: 40px;
}
.form--full {
  width: 100%;
}
.form__item + .form__item {
  margin-top: 40px;
}
.form__item--dh {
  margin-top: 40px;
}
.form__item--dh + .form__item--dh {
  margin-top: 20px;
}
.form__label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: #39a3bc;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .form__label {
    font-size: 16px;
  }
}
.form__required {
  color: red;
}
.form__input-text {
  width: 100%;
  height: 56px;
  padding: 0 20px;
  border: 1px solid #919191;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .form__input-text {
    height: 46px;
    padding: 0 10px;
  }
}
.form__input-text:focus {
  outline: none;
  border-color: #39a3bc;
}
.form__input-textarea {
  width: 100%;
  height: 80px;
  padding: 16px 20px;
  border: 1px solid #919191;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .form__input-textarea {
    height: 60px;
    padding: 6 10px;
  }
}
.form__input-textarea:focus {
  outline: none;
  border-color: #39a3bc;
}
.form__privacy {
  margin-top: 40px;
}
.form__send {
  margin-top: 40px;
}
.form__send--login {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form__send--login__button--sso--dh {
  margin: 0 auto;
}
.form__send--failed {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}
.form__button-send {
  cursor: pointer;
  display: block;
  width: 155px;
  margin: auto;
  padding: 20px 0;
  background: #00b9d3;
  border: 1px solid #00b9d3;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  transition: background 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75), color 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.form__button-send:hover {
  background: #fff;
  color: #00b9d3;
}
.form__passward_warp {
  position: relative;
}
.form__passward_warp #buttonEye {
  position: absolute;
  margin: auto;
  right: 20px;
  top: 20px;
  font-size: 16px;
  color: #00263e;
  cursor: pointer;
}

.spacer {
  margin-top: 24px;
  margin-bottom: 24px;
}

.flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.logged__text,
.privacy__text {
  color: #919191;
  font-size: 14px;
  line-height: 1.36;
}
.logged__text a,
.privacy__text a {
  text-decoration: underline;
}
.logged__label,
.privacy__label {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
}
.logged__input-checkbox,
.privacy__input-checkbox {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #707070;
}

.logged__forgot {
  margin-top: 20px;
  color: #919191;
  font-size: 14px;
  text-align: center;
}
.logged__forgot a {
  color: #39a3bc;
  text-decoration: underline;
}

.logged__forgot--actions {
  margin-top: 30px;
}
.logged__forgot--actions .logged__forgot {
  margin-top: 15px;
  font-size: 16px;
  text-align: left;
}
.logged__forgot--actions .logged__forgot span {
  margin-right: 10px;
}
.logged__forgot--actions .logged__forgot a {
  text-decoration: underline;
}

.logged__sso {
  margin-top: 20px;
  color: #919191;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
}
.logged__sso a span {
  color: #39a3bc;
  text-decoration: underline;
}
.logged__sso__icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 10px;
}
.logged__sso__icon img {
  max-width: 70%;
}
.logged__sso__icon--dh {
  justify-content: center;
}
.logged__sso__icon--dh img {
  max-width: 100%;
}
.logged__sso__caution {
  display: block;
  text-align: right;
  color: #919191;
  font-size: 16px;
}
.logged__sso--dh {
  justify-content: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75), color 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.logged__sso--dh:hover {
  opacity: 0.5;
}

.form__item--sso .singup__text {
  color: #919191;
  font-size: 16px;
  line-height: 1.7;
}
.form__item--sso .singup__text a {
  text-decoration: underline;
}
.form__item--sso .singup__text--dh {
  display: flex;
  justify-content: center;
}
.form__item--sso .privacy__text {
  color: #000;
  font-size: 17px;
  line-height: 1.7;
}
.form__item--sso .privacy__label {
  font-size: 17px;
  font-weight: bold;
  color: #00263e;
  text-align: center;
}
.form__item--sso--failed .privacy__text {
  margin-top: 20px;
}
.form__item--sso--failed .singup__text {
  margin-top: 20px;
}

.c-title--sso-icon {
  margin-bottom: 15px;
}
.c-title--sso-icon img {
  display: block;
  margin: auto;
}
.c-title__form--failed {
  font-size: 23px;
}
.c-title__form--failed--icon {
  font-size: 55px;
  text-align: center;
  font-weight: bold;
  color: #39a3bc;
  margin-top: 5px;
}
.c-title__form--dh {
  margin-top: 40px;
}

.has-error {
  border-color: #e25138 !important;
}

.error__message {
  margin-top: 10px;
  color: #e25138;
  font-size: 12px;
}

.text-for-forget-password--dh {
  text-align: center;
  margin-top: 40px;
}
.text-for-forget-password--dh a {
  color: #39a3bc;
  text-decoration: underline;
}

.thanks {
  padding: 18.75vh 0 15vh;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .thanks {
    height: auto;
    padding: 18.75vh 0;
  }
}
.thanks__inner {
  text-align: start;
  max-width: 520px;
  margin: 0 auto;
}
.thanks__text {
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
}
.thanks__text--low-margin {
  margin-top: 20px;
}
.thanks__sub-text {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.5;
}
.thanks__warning {
  font-size: 16px;
  color: #e25138;
  line-height: 1.5;
}
.thanks__highlight-text {
  font-weight: bold;
}
.thanks__link {
  color: #00263e;
  font-weight: bold;
  text-decoration: underline;
  margin-left: 0.3em;
  margin-right: 0.3em;
}
.thanks__link:hover {
  opacity: 0.8;
}
.thanks__button {
  margin-top: 37px;
}
.thanks__button a {
  display: block;
  width: 155px;
  margin: auto;
  padding: 20px 0;
  background: #00b9d3;
  border: 1px solid #00b9d3;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  transition: background 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75), color 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.thanks__button a:hover {
  background: #fff;
  color: #00b9d3;
}

.reject {
  padding: 5vh 0;
}
@media screen and (max-width: 576px) {
  .reject {
    height: auto;
    padding: 5vh 0;
  }
}
.reject__section {
  max-width: 658px;
  margin: 40px auto;
}
.reject__title {
  color: #39a3bc;
  font-size: 22px;
  line-height: 1.325;
}
@media screen and (max-width: 768px) {
  .reject__title {
    font-size: 22px;
    line-height: 1.4;
  }
}
.reject__title--sub {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .reject__title--sub {
    font-size: 18px;
  }
}
.reject__text {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5;
}

.space__policy {
  height: 60px;
}

.policy__title {
  font-weight: bold;
}
.policy__term {
  font-weight: bold;
}
.policy__text {
  font-size: 15px;
  line-height: 1.6;
  position: relative;
}
.policy__text-signature {
  text-align: right;
}
.policy__text-number {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.policy__text-number span {
  display: block;
  padding-right: 0.6em;
}
.policy__text + .policy__title, .policy__list + .policy__title {
  margin-top: 50px;
}
.policy__title + .policy__term, .policy__text + .policy__term, .policy__list + .policy__term {
  margin-top: 1.6em;
}
.policy__title + .policy__text, .policy__list + .policy__text, .policy__text + .policy__text {
  margin-top: 1em;
}
.policy__text + .policy__text-signature, .policy__list + .policy__text-signature {
  margin-top: 3.2em;
}
.policy__term + .policy__text {
  margin-top: 0.5em;
}
.policy__list {
  margin-top: 1em;
  padding-left: 2em;
}
.policy__list li {
  position: relative;
}
.policy__list.list-decimal li:nth-child(1):after {
  content: "1.";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal-brackets li:nth-child(1):after {
  content: "(1)";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal li:nth-child(2):after {
  content: "2.";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal-brackets li:nth-child(2):after {
  content: "(2)";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal li:nth-child(3):after {
  content: "3.";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal-brackets li:nth-child(3):after {
  content: "(3)";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal li:nth-child(4):after {
  content: "4.";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal-brackets li:nth-child(4):after {
  content: "(4)";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal li:nth-child(5):after {
  content: "5.";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal-brackets li:nth-child(5):after {
  content: "(5)";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal li:nth-child(6):after {
  content: "6.";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal-brackets li:nth-child(6):after {
  content: "(6)";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal li:nth-child(7):after {
  content: "7.";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal-brackets li:nth-child(7):after {
  content: "(7)";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal li:nth-child(8):after {
  content: "8.";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal-brackets li:nth-child(8):after {
  content: "(8)";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal li:nth-child(9):after {
  content: "9.";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal-brackets li:nth-child(9):after {
  content: "(9)";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal li:nth-child(10):after {
  content: "10.";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal-brackets li:nth-child(10):after {
  content: "(10)";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal li:nth-child(11):after {
  content: "11.";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal-brackets li:nth-child(11):after {
  content: "(11)";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal li:nth-child(12):after {
  content: "12.";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal-brackets li:nth-child(12):after {
  content: "(12)";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal li:nth-child(13):after {
  content: "13.";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal-brackets li:nth-child(13):after {
  content: "(13)";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal li:nth-child(14):after {
  content: "14.";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal-brackets li:nth-child(14):after {
  content: "(14)";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal li:nth-child(15):after {
  content: "15.";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal-brackets li:nth-child(15):after {
  content: "(15)";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal li:nth-child(16):after {
  content: "16.";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal-brackets li:nth-child(16):after {
  content: "(16)";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal li:nth-child(17):after {
  content: "17.";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal-brackets li:nth-child(17):after {
  content: "(17)";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal li:nth-child(18):after {
  content: "18.";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal-brackets li:nth-child(18):after {
  content: "(18)";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal li:nth-child(19):after {
  content: "19.";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-decimal-brackets li:nth-child(19):after {
  content: "(19)";
  position: absolute;
  top: 0;
  left: -2em;
  width: 1.5em;
  text-align: right;
}
.policy__list.list-disc {
  list-style: disc;
}
.policy__list li + li {
  margin-top: 0.5em;
}
.policy a {
  color: #00b9d3;
}
.policy a:hover {
  text-decoration: underline;
}
.policy__table {
  margin-top: 1em;
  border: 1px solid #000;
  border-collapse: collapse;
}
.policy__table th,
.policy__table td {
  border: 1px solid #000;
  padding: 1em;
  vertical-align: top;
  text-align: left;
}
.policy__table th {
  min-width: 75px;
  font-weight: normal;
}
.policy__table td .td-indent {
  text-indent: -1.8em;
  padding-left: 1.8em;
  display: block;
}
.policy__table + .policy__text {
  margin-top: 1em;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

canvas {
  vertical-align: top;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

svg {
  vertical-align: top;
}

input,
button,
textarea,
select,
iframe {
  font: inherit;
  line-height: inherit;
  vertical-align: top;
}

button {
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
  display: inline-block;
}

:disabled {
  cursor: not-allowed;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.72;
  color: #00263e;
}
body.sso-signup {
  background-color: #ececec;
}

.wrapper {
  overflow: hidden;
  padding-top: 71px;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding-top: 61px;
  }
}

.anchor {
  padding-top: 70px;
  margin-top: -70px;
}
@media screen and (max-width: 976px) {
  .anchor {
    padding-top: 60px;
    margin-top: -60px;
  }
}

body.contact-page .contact .c-inner,
body.paid .contact .c-inner {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

.l-main {
  min-height: calc(100vh - 70px - 187px);
}
@media screen and (max-width: 768px) {
  .l-main {
    min-height: calc(100vh - 61px - 185px);
  }
}
@media screen and (max-width: 576px) {
  .l-main {
    min-height: calc(100vh - 61px - 286px);
  }
}
@media screen and (max-width: 375px) {
  .l-main {
    min-height: calc(100vh - 61px - 316px);
  }
}

.mq__sm--sp {
  display: none;
}
@media screen and (max-width: 576px) {
  .mq__sm--sp {
    display: block;
  }
}

.mq__md--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .mq__md--pc {
    display: none;
  }
}

.mq__md--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .mq__md--sp {
    display: block;
  }
}

.space__sm {
  height: 110px;
}
@media screen and (max-width: 576px) {
  .space__sm {
    height: 80px;
  }
}

.space__md {
  height: 120px;
}
@media screen and (max-width: 576px) {
  .space__md {
    height: 90px;
  }
}

.space__lg {
  height: 160px;
}
@media screen and (max-width: 576px) {
  .space__lg {
    height: 120px;
  }
}

.bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
}

.c-title {
  color: #39a3bc;
  font-size: 40px;
  line-height: 1.325;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 30px;
    line-height: 1.4;
  }
}

.c-title__en {
  font-family: futura-pt, sans-serif;
  margin-top: -3px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.c-title__form {
  color: #39a3bc;
  font-size: 34px;
  line-height: 1.325;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title__form {
    font-size: 30px;
    line-height: 1.4;
  }
}

.c-inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .c-inner {
    padding-right: 5%;
    padding-left: 5%;
  }
}
.c-inner--no-padding {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .c-inner--no-padding {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.background {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/common/background@2x.jpg) no-repeat left bottom;
  background-size: cover;
}

.totop {
  display: none;
  position: fixed;
  bottom: 24px;
  right: 30px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .totop {
    bottom: 20px;
    right: 5%;
  }
}

.js-fadeIn {
  position: relative;
  top: 50px;
  opacity: 0;
}

.js-fadeIn--show {
  top: 0;
  opacity: 1;
  transition-property: opacity, top;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
}

.js-fadeIn--delay {
  top: 0;
  opacity: 1;
  transition-property: opacity, top;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  transition-delay: 3s;
}

.alert {
  display: none;
  padding: 20px;
  max-width: 400px;
  border-radius: 5px;
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  position: fixed;
  top: 100px;
  right: 10px;
  width: 90%;
  background: white;
  border: 1px solid #ff5722;
}
.alert__inner {
  display: flex;
  justify-content: stretch;
  align-items: center;
}
.alert__text {
  flex: 1 1 auto;
  color: #424242;
  line-height: 1.5;
  padding-left: 1em;
}
.alert__icon {
  flex: 0 0  auto;
  font-size: 24px;
  color: #ff5722;
}

a.link {
  color: #39a3bc;
  text-decoration: none;
  margin-left: .3em;
  margin-right: .3em;
}
a.link:hover {
  text-decoration: underline;
}
a.link[target=_blank]::after {
  content: "";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
a.link[target=_blank]::after {
  margin-left: .2em;
}
