@charset "UTF-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, p, img,
dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, thead, tr, th, td, article, aside, figcaption, figure,
footer, header, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
}

body {
  margin: 0;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul, li {
  list-style-type: none;
}

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

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

* {
  box-sizing: border-box;
}

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

.swiper-container {
  width: 100%;
  max-width: 1120px;
  margin: 160px auto 80px;
}
@media (max-width: 480px) {
  .swiper-container {
    margin: 120px auto 40px;
  }
}

.swiper-slide {
  opacity: 0.4;
  overflow: hidden;
  transition: 0.7s;
}

.swiper-slide img {
  width: 100%;
}

.swiper-slide {
  transform: scale(1.3) !important;
}

.swiper-slide-active {
  opacity: 1;
  z-index: 1;
  transform: scale(2) !important;
}

.swiper-button-prev::after {
  position: absolute;
  top: 52%;
  left: 4%;
  z-index: 999;
  font-size: 70px;
}
@media (max-width: 480px) {
  .swiper-button-prev::after {
    top: 57%;
    font-size: 50px;
  }
}

.swiper-button-next::after {
  position: absolute;
  top: 52%;
  right: 4%;
  z-index: 999;
  font-size: 70px;
}
@media (max-width: 480px) {
  .swiper-button-next::after {
    top: 57%;
    font-size: 50px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  display: contents;
  color: #794BEA;
  font-size: 60px;
}

/* モーダルCSS */
.modal-wrap {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-wrap .modal-overlay {
  width: 100%;
  height: 100%;
  background: rgba(65, 65, 65, 0.7);
}
.modal-wrap .main-contents__modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 700px;
  padding: 30px 40px;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 480px) {
  .modal-wrap .main-contents__modal {
    padding: 30px 20px;
    width: 90%;
  }
}
.modal-wrap .main-contents__modal article {
  overflow: auto;
  margin-top: 20px;
  padding: 15px 10px;
  width: 100%;
  height: 300px;
  border: 2px dotted #f4f4f4;
  background: #f4f4f4;
}
.modal-wrap .main-contents__modal h4 {
  font-size: 2.2em;
  font-weight: 600;
  text-align: center;
}
.modal-wrap .main-contents__modal h4 .fa-play-circle {
  margin-right: 8px;
  color: #794BEA;
}
.modal-wrap .main-contents__modal h5 {
  font-size: 1.7em;
  font-weight: 600;
}
.modal-wrap .main-contents__modal h5:not(:first-child) {
  margin-top: 20px;
}
.modal-wrap .main-contents__modal .modal-text {
  margin-top: 10px;
  font-size: 1.6em;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .modal-wrap .main-contents__modal .modal-text {
    font-size: 1.4em;
  }
}
.modal-wrap .main-contents__modal .modal-text a {
  color: #327EC2;
  text-decoration: underline;
}
.modal-wrap .main-contents__modal .modal-text__list.-cil {
  margin-left: 20px;
}
.modal-wrap .main-contents__modal .modal-text__list li {
  margin-top: 10px;
  margin-left: 20px;
  font-size: 1.6em;
  list-style-type: decimal;
}
@media (max-width: 480px) {
  .modal-wrap .main-contents__modal .modal-text__list li {
    font-size: 1.4em;
  }
}
.modal-wrap .main-contents__modal button {
  margin-top: 40px;
  padding: 16px 20px;
  width: 100%;
  color: #fff;
  font-size: 1.6em;
  font-weight: 600;
  letter-spacing: 0.04em;
  background: #794BEA;
  border: 1px solid #fff;
  border-radius: 30px;
  transition: 0.6s;
  cursor: pointer;
}
.modal-wrap .main-contents__modal button:hover {
  background: #927AF5;
}
.modal-wrap .main-contents__modal .modal-close {
  position: absolute;
  width: 53px;
  height: 53px;
  top: -26px;
  right: -27px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .modal-wrap .main-contents__modal .modal-close {
    right: -10px;
  }
}

.fade-in {
  opacity: 0;
  transition-duration: 1.6s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.header.-visible .-delay span {
  opacity: 1;
  transform: translate(0, 0);
}

.-delay span {
  opacity: 0;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity linear 0.7s;
}
.-delay span:first-child {
  transform: translate(0, 40px);
  transition-delay: 0.25s;
}
.-delay span:last-child {
  transform: translate(0, 30px);
  transition-delay: 0.45s;
}

@keyframes appeare {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInDelay {
  100% {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  width: 100vw;
  height: 100vh;
  color: #414141;
  font-size: 62.5%;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
  background: #fff;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1120px;
  padding-right: var(--bs-gutter-x, 0.75em);
  padding-left: var(--bs-gutter-x, 0.75em);
  margin-right: auto;
  margin-left: auto;
}

.btn {
  display: none;
  margin-top: 36px;
  padding: 0.375em 0.75em;
  width: 180px;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #fff;
  transition: 0.6s;
  opacity: 0;
  animation: appeare 0s ease 1s 1 normal forwards running;
}
.btn:hover {
  background: #327EC2;
}
@media (max-width: 930px) {
  .btn {
    display: inline-block;
  }
}
.btn .fa-chevron-right {
  margin-right: 8px;
}

.wrap {
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

.collapse:not(.show) {
  display: none;
}

.pc {
  display: initial;
}
@media (max-width: 480px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 480px) {
  .sp {
    display: initial;
  }
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  justify-content: flex-end;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media (min-width: 800px) {
  .navbar.navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
}
@media (min-width: 800px) {
  .navbar.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
}
@media (min-width: 800px) {
  .navbar.navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
}
@media (min-width: 800px) {
  .navbar.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}
@media (min-width: 800px) {
  .navbar.navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
.navbar.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border: rgba(255, 255, 255, 0.1);
}

.navbar .container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}
@media (max-width: 800px) {
  .navbar .container {
    padding: 10px 20px;
  }
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.navbar-nav .nav-item {
  display: block;
  position: relative;
}
.navbar-nav .nav-item .nav-link {
  display: block;
  padding: 20px 0.5em;
  color: #414141;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.0625em;
  z-index: 1200;
}
@media (max-width: 800px) {
  .navbar-nav .nav-item .nav-link {
    text-align: center;
  }
}
.navbar-nav .nav-item .nav-link:hover {
  color: #327EC2;
  transition: 0.3s;
}
.navbar-nav .nav-item .nav-link .fa-chevron-right {
  margin-right: 6px;
}
@media (max-width: 930px) {
  .navbar-nav .nav-item .nav-link .fa-chevron-right {
    display: none;
  }
}

#mainNav {
  margin: 0 auto;
  height: 110px;
  background: #fff;
}
@media (max-width: 480px) {
  #mainNav {
    height: 80px;
  }
}
@media (min-width: 800px) {
  #mainNav {
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
  }
}
@media (max-width: 1080px) {
  #mainNav .container #navbarResponsive .navbar-nav .nav-item:nth-child(3) {
    display: none;
  }
}
@media (max-width: 930px) {
  #mainNav .container #navbarResponsive .navbar-nav .nav-item:nth-child(4) {
    display: none;
  }
}
#mainNav .img-logo {
  width: 100px;
  height: auto;
}
@media (min-width: 800px) {
  #mainNav .img-logo img {
    transition: height 0.3s ease-in-out;
  }
}
#mainNav .navbar-toggler {
  font-size: 1.25em;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25em;
  transition: box-shadow 0.15s ease-in-out;
}
#mainNav .navbar-toggler .fa-bars {
  color: #327EC2;
}
@media (min-width: 800px) {
  #mainNav .navbar-nav .nav-item {
    margin-right: 1em;
  }
}
#mainNav .navbar-nav .nav-item:last-child {
  margin-left: 1.6em;
  background: rgb(50, 126, 194);
  background: linear-gradient(146deg, rgb(50, 126, 194) 0%, rgb(72, 183, 182) 100%);
  border-radius: 50px;
}
#mainNav .navbar-nav .nav-item:last-child:hover {
  opacity: 0.7;
}
@media (max-width: 800px) {
  #mainNav .navbar-nav .nav-item:last-child {
    margin: 0 auto 20px;
    width: 80%;
  }
}
#mainNav .navbar-nav .nav-item:last-child .nav-link {
  padding: 20px 30px;
  color: #fff;
}
@media (max-width: 1080px) {
  #mainNav .navbar-nav .nav-item:last-child .nav-link {
    padding: 20px;
  }
}
#mainNav.navbar-shrink {
  box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.3);
}
#mainNav.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.bg-box {
  width: 100%;
  height: 120px;
  background: #fff;
}
@media (max-width: 480px) {
  .bg-box {
    height: 90px;
  }
}

.header {
  position: relative;
  padding-top: 30px;
  height: auto;
  text-align: left;
  background: #CEE6FF;
}
@media (max-width: 480px) {
  .header {
    height: initial;
  }
}
.header .container {
  width: 960px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  padding: 17em 0 0;
  overflow: visible;
}
@media (max-width: 930px) {
  .header .container {
    padding: 27em 0 0;
  }
}
@media (max-width: 480px) {
  .header .container {
    padding: 69vw 0 0;
  }
}
.header .container .header__subcaption {
  font-size: 1.8em;
  font-weight: 600;
}
@media (max-width: 480px) {
  .header .container .header__subcaption {
    font-size: 1.5em;
  }
}
.header .container .header__caption {
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
@media (max-width: 480px) {
  .header .container .header__caption {
    width: 95%;
    font-size: 2.8em;
  }
}
.header .container .header__des {
  font-size: 1.6em;
  line-height: 1.8;
}
@media (max-width: 480px) {
  .header .container .header__des {
    width: 95%;
    font-size: 1.4em;
  }
}
.header .container::before {
  opacity: 0;
  position: absolute;
  content: "";
  top: -6em;
  margin-left: -10em;
  left: 50%;
  width: 40%;
  height: 70%;
  background: url(../assets/img/items/fv_ps_01-02.png) no-repeat;
  background-size: contain;
  animation: fadeInDelay 1s ease 0.5s 1 forwards;
}
@media (max-width: 930px) {
  .header .container::before {
    top: -2em;
    margin-left: -29em;
    width: 29em;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .header .container::before {
    display: none;
  }
}
.header .container::after {
  opacity: 0;
  position: absolute;
  content: "";
  top: 0em;
  margin-right: -58em;
  right: 50%;
  width: 45%;
  height: 100%;
  background: url(../assets/img/items/fv_ps_03-04.png) no-repeat;
  background-size: contain;
  animation: fadeInDelay 1.5s ease 0.6s 1 forwards;
}
@media (max-width: 930px) {
  .header .container::after {
    margin-right: -28em;
    right: 50%;
    top: -4em;
    width: 32em;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .header .container::after {
    width: 88%;
    /* height: 100%; */
    position: absolute;
    left: 2em;
  }
}
.header .container .fColor {
  color: #794BEA;
  font-weight: 600;
}
.header .container .fsize-s {
  font-size: 42px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .header .container .fsize-s {
    font-size: 35px;
  }
}
.header .container .fsize-m {
  font-size: 46px;
  font-weight: 600;
  z-index: 5;
  position: relative;
}
@media (max-width: 480px) {
  .header .container .fsize-m {
    display: block;
    font-size: 31px;
  }
}
.header .container .fsize-l {
  font-size: 52px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .header .container .fsize-l {
    font-size: 45px;
  }
}
.header .container .skilldia-btn {
  text-align: center;
}
.header .container .skilldia-btn a {
  display: inline-block;
  position: relative;
  margin: 4em auto -2em;
  width: 515px;
  padding: 15px 0;
  color: #794BEA;
  font-size: 1.8em;
  font-weight: 600;
  background: #fff;
  border: 3px solid #794BEA;
  border-radius: 50px;
}
@media (max-width: 480px) {
  .header .container .skilldia-btn a {
    margin: 3em auto -2em;
    width: 95%;
  }
}
.header .container .skilldia-btn a:hover {
  color: #fff;
  background: #794BEA;
  transition: 0.3s;
}
.header .container .skilldia-btn a::after {
  position: absolute;
  content: "";
  top: 20px;
  right: 20px;
  width: 13px;
  height: 18px;
  background: url("../assets/img/icons/icon_arrow01.png") no-repeat;
  background-size: contain;
}

main section {
  padding: 120px 0;
}
@media (max-width: 930px) {
  main section {
    padding: 100px 0;
  }
}
@media (max-width: 480px) {
  main section {
    padding: 80px 0;
  }
}

.main-result {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
.main-result h2 {
  font-size: 3.2em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2em;
}
@media (max-width: 480px) {
  .main-result h2 {
    font-size: 2.2em;
  }
}
.main-result .resultbox {
  width: 960px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 2em;
  align-items: center;
}
.main-result .resultbox p {
  display: inline-block;
  text-align: center;
  width: 18%;
  height: auto;
  margin: 0 1% 10px;
}
@media (max-width: 480px) {
  .main-result .resultbox p {
    width: 46%;
  }
}

.main-problem {
  margin: 0 auto;
  width: 960px;
  max-width: 100%;
}
@media (max-width: 930px) {
  .main-problem {
    margin-top: 80px;
  }
}
.main-problem h2 {
  position: relative;
  font-size: 2.6em;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 480px) {
  .main-problem h2 {
    font-size: 2em;
  }
}
.main-problem h2::before {
  position: absolute;
  content: "";
  margin-left: -270px;
  left: 50%;
  width: 170px;
  height: 46px;
  background: url("../assets/img/items/item_problem-bar-left.png") no-repeat;
  background-size: contain;
}
@media (max-width: 480px) {
  .main-problem h2::before {
    margin-left: -166px;
    width: 100px;
    height: 28px;
  }
}
.main-problem h2::after {
  position: absolute;
  content: "";
  margin-right: -270px;
  right: 50%;
  width: 170px;
  height: 46px;
  background: url("../assets/img/items/item_problem-bar-right.png") no-repeat;
  background-size: contain;
}
@media (max-width: 480px) {
  .main-problem h2::after {
    margin-right: -166px;
    width: 100px;
    height: 28px;
  }
}
.main-problem .problem-que {
  position: relative;
  margin-top: 30px;
  text-align: center;
  font-size: 2.8em;
  font-weight: 700;
}
@media (max-width: 480px) {
  .main-problem .problem-que {
    margin-top: 1em;
    font-size: 5vw;
  }
}
.main-problem .problem-que span {
  font-weight: 700;
}
.main-problem .problem-que span span {
  background: linear-gradient(transparent 60%, #91D5DA 60%);
}
.main-problem .problem-que::before {
  position: absolute;
  content: "";
  top: 100px;
  margin-left: -270px;
  left: 50%;
  width: 537px;
  height: 20px;
  background: url("../assets/img/items/item_problem-bar-bottom.png") no-repeat;
  background-size: contain;
}
@media (max-width: 480px) {
  .main-problem .problem-que::before {
    top: 7em;
    margin-left: -165px;
    width: 331px;
    height: 13px;
  }
}
.main-problem .problem-ans {
  margin: 90px auto 0;
  width: 100%;
  max-width: 587px;
  font-size: 2em;
  line-height: 2.3;
}
@media (max-width: 480px) {
  .main-problem .problem-ans {
    width: 90%;
    max-width: 587px;
    font-size: 1.6em;
  }
}
.main-problem .problem-ans::before {
  content: "A.";
  font-weight: 600;
}
.main-problem .problem-ans span {
  font-weight: 600;
  background: linear-gradient(transparent 60%, #CEE6FF 60%);
}
.main-problem .problem-ans span:not(:first-child) {
  margin-left: 27px;
}
@media (max-width: 480px) {
  .main-problem .problem-ans span:not(:first-child) {
    margin-left: -7px;
  }
}
@media (max-width: 480px) {
  .main-problem .problem-ans br {
    display: none;
  }
}
.main-problem .problem-fuki {
  width: 100%;
  margin: 130px auto 1em;
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 930px) {
  .main-problem .problem-fuki {
    flex-wrap: wrap;
  }
}
.main-problem .problem-fuki p {
  font-size: 18px;
  text-align: center;
  padding: 1em 1.8em 1.2em;
}
@media (max-width: 930px) {
  .main-problem .problem-fuki p {
    width: 48%;
    font-size: 1.8em;
  }
}
@media (max-width: 480px) {
  .main-problem .problem-fuki p {
    font-size: 3.1vw;
  }
}
.main-problem .problem-fuki p:nth-of-type(1) {
  background: url(../assets/img/items/problem_bg01.png) no-repeat center top;
  background-size: 100% 100%;
  margin: 50px auto -50px;
}
@media (max-width: 930px) {
  .main-problem .problem-fuki p:nth-of-type(1) {
    margin: -2em auto 2em;
  }
}
.main-problem .problem-fuki p:nth-of-type(2) {
  background: url(../assets/img/items/problem_bg02.png) no-repeat center top;
  background-size: 100% 100%;
  margin: -50px auto 50px;
}
@media (max-width: 930px) {
  .main-problem .problem-fuki p:nth-of-type(2) {
    margin: 0 auto;
  }
}
.main-problem .problem-fuki p:nth-of-type(3) {
  background: url(../assets/img/items/problem_bg03.png) no-repeat center top;
  background-size: 100% 100%;
  margin: auto;
}
@media (max-width: 930px) {
  .main-problem .problem-fuki p:nth-of-type(3) {
    margin: 0 auto;
  }
}
.main-problem .problem-fuki p:nth-of-type(4) {
  background: url(../assets/img/items/problem_bg04.png) no-repeat center top;
  background-size: 100% 100%;
  margin: 55px auto -55px;
}
@media (max-width: 930px) {
  .main-problem .problem-fuki p:nth-of-type(4) {
    margin: 2em auto -2em;
  }
}
.main-problem .problem-ps {
  margin: 70px auto 1em;
  display: flex;
  justify-content: space-evenly;
  width: 90%;
}
.main-problem .problem-ps p {
  width: 30%;
  margin: 0 auto;
  text-align: center;
}
.main-problem .problem-ps p img {
  max-width: 90%;
  height: auto;
}

.none {
  display: none;
}

.main-about {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  background: #F5F7FB;
}
.main-about .wrapper {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
.main-about .wrapper h2 {
  font-size: 3.2em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2em;
}
@media (max-width: 480px) {
  .main-about .wrapper h2 {
    font-size: 2.2em;
  }
}
.main-about .wrapper .img-about {
  text-align: center;
}
.main-about .wrapper .img-about img {
  margin-top: 80px;
}
@media (max-width: 930px) {
  .main-about .wrapper .img-about img {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .main-about .wrapper .img-about img {
    margin-top: 40px;
    width: 95%;
  }
}
.main-about .wrapper ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 930px) {
  .main-about .wrapper ul {
    margin: 30px auto 0;
    width: 90%;
  }
}
@media (max-width: 480px) {
  .main-about .wrapper ul {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
}
.main-about .wrapper ul li {
  width: 25%;
  padding: 0 1%;
  box-sizing: border-box;
}
@media (max-width: 930px) {
  .main-about .wrapper ul li {
    width: 30%;
  }
}
@media (max-width: 480px) {
  .main-about .wrapper ul li {
    width: 80%;
  }
}
.main-about .wrapper ul li:nth-child(2) {
  margin-top: -70px;
}
@media (max-width: 480px) {
  .main-about .wrapper ul li:nth-child(2) {
    margin-top: 0;
  }
}
.main-about .wrapper ul li:nth-child(2) dl dt {
  background: #48B7B6;
}
.main-about .wrapper ul li:nth-child(3) dl dt {
  background: #794BEA;
}
.main-about .wrapper ul li:nth-child(4) {
  margin-top: -70px;
}
@media (max-width: 480px) {
  .main-about .wrapper ul li:nth-child(4) {
    margin-top: 0;
  }
}
.main-about .wrapper ul li:nth-child(4) dl dt {
  background: #217A79;
}
@media (max-width: 480px) {
  .main-about .wrapper ul li:not(:first-child) {
    margin-top: 20px;
  }
}
.main-about .wrapper dl dt {
  margin-bottom: 20px;
  padding: 10px 0;
  width: 100%;
  color: #fff;
  font-size: 1.6em;
  font-weight: 600;
  text-align: center;
  background: #327EC2;
}
.main-about .wrapper dl dd {
  position: relative;
  padding-left: 15px;
  font-size: 1.4em;
  line-height: 1.8;
}
.main-about .wrapper dl dd::before {
  position: absolute;
  content: "・";
  left: 0;
}

.main-feature {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}
.main-feature h2 {
  font-size: 3.2em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2em;
}
@media (max-width: 480px) {
  .main-feature h2 {
    font-size: 2.2em;
  }
}
.main-feature h2 span {
  font-weight: bold;
}
.main-feature h2 span:first-of-type {
  text-emphasis: filled;
  -webkit-text-emphasis: filled;
}
.main-feature h2 span:last-of-type {
  color: #794BEA;
  font-size: 1.2em;
}
.main-feature .feature_box01 {
  background: #ECF4FA url(../assets/img/items/sec_feture01_bg.png) no-repeat right 2% bottom 2%;
  background-size: 10% auto;
  position: relative;
  width: 842px;
  max-width: 100%;
  overflow: visible;
  font-size: 18px;
  padding: 2em 2em 2em 9em;
  margin: 0 auto 2em;
}
@media (max-width: 480px) {
  .main-feature .feature_box01 {
    width: 96%;
    background-position: right 4% bottom 5%;
    background-size: 25% auto;
    margin: 0 auto 1em;
    padding-left: 5.5em;
  }
}
.main-feature .feature_box01 div > img {
  width: 12%;
  position: absolute;
  top: -15px;
  left: 25px;
}
@media (max-width: 480px) {
  .main-feature .feature_box01 div > img {
    width: 4.5em;
    position: absolute;
    top: -0.6em;
    left: 1%;
  }
}
.main-feature .feature_box01 h3 {
  font-size: 1.4em;
  color: #327EC2;
  font-weight: bold;
}
.main-feature .feature_box02 {
  background: #E6F6F6 url(../assets/img/items/sec_feture02_bg.png) no-repeat right 2% bottom 2%;
  background-size: 10% auto;
  position: relative;
  width: 842px;
  max-width: 100%;
  overflow: visible;
  font-size: 18px;
  padding: 2em 2em 2em 9em;
  margin: 0 auto 2em;
}
@media (max-width: 480px) {
  .main-feature .feature_box02 {
    width: 96%;
    background-position: right 4% bottom 5%;
    background-size: 25% auto;
    margin: 0 auto 1em;
    padding-left: 5.5em;
  }
}
.main-feature .feature_box02 div > img {
  width: 12%;
  position: absolute;
  top: -15px;
  left: 25px;
}
@media (max-width: 480px) {
  .main-feature .feature_box02 div > img {
    width: 4.5em;
    position: absolute;
    top: -0.6em;
    left: 1%;
  }
}
.main-feature .feature_box02 h3 {
  font-size: 1.4em;
  color: #48B7B6;
  font-weight: bold;
}
.main-feature .feature_box03 {
  background: #F2F0F8 url(../assets/img/items/sec_feture03_bg.png) no-repeat right 2% bottom 2%;
  background-size: 10% auto;
  position: relative;
  width: 842px;
  max-width: 100%;
  overflow: visible;
  font-size: 18px;
  padding: 2em 2em 2em 9em;
  margin: 0 auto 2em;
}
@media (max-width: 480px) {
  .main-feature .feature_box03 {
    width: 96%;
    background-position: right 4% bottom 5%;
    background-size: 25% auto;
    margin: 0 auto 1em;
    padding-left: 5.5em;
  }
}
.main-feature .feature_box03 div > img {
  width: 12%;
  position: absolute;
  top: -15px;
  left: 25px;
}
@media (max-width: 480px) {
  .main-feature .feature_box03 div > img {
    width: 4.5em;
    position: absolute;
    top: -0.6em;
    left: 1%;
  }
}
.main-feature .feature_box03 h3 {
  font-size: 1.4em;
  color: #794BEA;
  font-weight: bold;
}

.main-flow {
  margin: 0 auto;
  background: #F5F7FB;
}
.main-flow h2 {
  font-size: 3.2em;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 480px) {
  .main-flow h2 {
    font-size: 2.2em;
  }
}
.main-flow ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 80px auto 0;
  width: 842px;
}
@media (max-width: 930px) {
  .main-flow ul {
    width: 80%;
  }
}
.main-flow ul li {
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 90px;
  width: 780px;
  height: 160px;
  background: #fff;
  border: 3px solid #327EC2;
  border-radius: 0 20px 20px 0;
}
@media (max-width: 480px) {
  .main-flow ul li {
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0 20px 50px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
  }
}
.main-flow ul li::after {
  position: absolute;
  content: "";
  margin-left: -50px;
  width: 0;
  height: 0;
  bottom: -30px;
  left: 50%;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #327EC2;
}
@media (max-width: 480px) {
  .main-flow ul li::after {
    margin-left: -34px;
  }
}
.main-flow ul li:not(:first-child) {
  margin-top: 27px;
}
.main-flow ul li:nth-child(2) {
  border: 3px solid #84B1DF;
}
.main-flow ul li:nth-child(2)::after {
  border-top: 30px solid #84B1DF;
}
.main-flow ul li:nth-child(2) .step {
  background: #84B1DF;
}
.main-flow ul li:nth-child(3) {
  border: 3px solid #91D5DA;
}
.main-flow ul li:nth-child(3)::after {
  border-top: 30px solid #91D5DA;
}
.main-flow ul li:nth-child(3) .step {
  background: #91D5DA;
}
.main-flow ul li:nth-child(4) {
  border: 3px solid #48B7B6;
}
.main-flow ul li:nth-child(4)::after {
  border-top: 30px solid #48B7B6;
}
.main-flow ul li:nth-child(4) .step {
  background: #48B7B6;
}
.main-flow ul li:nth-child(5) {
  border: 3px solid #217A79;
}
.main-flow ul li:nth-child(5)::after {
  display: none;
}
.main-flow ul li:nth-child(5) .step {
  background: #217A79;
}
.main-flow ul li .step {
  position: absolute;
  padding-top: 20px;
  width: 117px;
  height: 117px;
  left: -60px;
  color: #fff;
  font-size: 2.2em;
  line-height: 1.3;
  text-align: center;
  background: #327EC2;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .main-flow ul li .step {
    width: 100px;
    height: 100px;
    left: -30px;
    font-size: 1.8em;
  }
}
.main-flow ul li .step span {
  display: block;
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .main-flow ul li .step span {
    font-size: 35px;
  }
}
.main-flow ul li img {
  vertical-align: middle;
}
.main-flow ul li .img-step01 {
  width: 57px;
  height: 57px;
}
@media (max-width: 480px) {
  .main-flow ul li .img-step01 {
    width: 47px;
    height: 47px;
  }
}
.main-flow ul li .img-step02 {
  width: 92px;
  height: 100px;
}
@media (max-width: 480px) {
  .main-flow ul li .img-step02 {
    width: 73px;
    height: 80px;
  }
}
.main-flow ul li .img-step03 {
  width: 66px;
  height: 66px;
}
@media (max-width: 480px) {
  .main-flow ul li .img-step03 {
    width: 56px;
    height: 56px;
  }
}
.main-flow ul li .img-step04 {
  width: 65px;
  height: 65px;
}
@media (max-width: 480px) {
  .main-flow ul li .img-step04 {
    width: 55px;
    height: 55px;
  }
}
.main-flow ul li .img-step05 {
  width: 68px;
  height: 61px;
}
@media (max-width: 480px) {
  .main-flow ul li .img-step05 {
    width: 56px;
    height: 50px;
  }
}
.main-flow ul li p {
  display: inline-block;
  margin-left: 30px;
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: 0.06em;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .main-flow ul li p {
    margin-top: 10px;
    max-width: 201px;
    word-wrap: break-word;
    font-size: 1.6em;
  }
}
@media (max-width: 480px) {
  .main-flow ul li p br {
    display: none;
  }
}

.main-sample {
  position: relative;
}
.main-sample h2 {
  font-size: 3.2em;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 480px) {
  .main-sample h2 {
    font-size: 2.2em;
  }
}
.main-sample h2 span {
  display: block;
  position: relative;
  margin-left: 60px;
  color: #794BEA;
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .main-sample h2 span {
    margin-left: 50px;
    font-size: 18px;
  }
}
.main-sample h2 span::before {
  position: absolute;
  content: "";
  margin-left: -160px;
  left: 50%;
  width: 43px;
  height: 36px;
  background: url("../assets/img/icons/icon_sample-book.png") no-repeat;
  background-size: contain;
}
@media (max-width: 480px) {
  .main-sample h2 span::before {
    margin-left: -115px;
    width: 34px;
    height: 28px;
  }
}

.main-curr {
  background: #F2F9FF;
}
.main-curr h2 {
  position: relative;
  margin-left: 60px;
  color: #327EC2;
  font-size: 3.2em;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 480px) {
  .main-curr h2 {
    margin-left: 30px;
    font-size: 2.1em;
  }
}
.main-curr h2::before {
  position: absolute;
  content: "";
  margin-left: -283px;
  top: 5px;
  left: 50%;
  width: 36px;
  height: 36px;
  background: url("../assets/img/icons/icon_curr-pen.png") no-repeat;
  background-size: contain;
}
@media (max-width: 480px) {
  .main-curr h2::before {
    margin-left: -189px;
    top: 3px;
    width: 26px;
    height: 26px;
  }
}
.main-curr .videos {
  margin: 80px auto 0;
  width: 100%;
  max-width: 842px;
  height: auto;
  background: #fff;
}
@media (max-width: 930px) {
  .main-curr .videos {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .main-curr .videos {
    margin-top: 40px;
  }
}

.main-schedule h3 {
  font-size: 1.8em;
  text-align: center;
}
@media (max-width: 480px) {
  .main-schedule h3 {
    font-size: 1.4em;
  }
}
.main-schedule h3 span {
  display: block;
  color: #48B7B6;
  font-size: 48px;
  font-weight: 600;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", serif;
}
@media (max-width: 480px) {
  .main-schedule h3 span {
    font-size: 36px;
  }
}
.main-schedule h4 {
  position: relative;
  margin-top: 50px;
  margin-left: 20px;
  font-size: 2em;
  font-weight: 600;
  text-align: center;
}
.main-schedule h4 span {
  color: #48B7B6;
  font-size: 24px;
  font-weight: 600;
}
.main-schedule h4::before {
  position: absolute;
  content: "";
  margin-left: -173px;
  left: 50%;
  width: 30px;
  height: 29px;
  background: url("../assets/img/icons/icon_schedule-hand.png") no-repeat;
  background-size: contain;
}
.main-schedule .main-schedule__des {
  margin-top: 20px;
  font-size: 1.8em;
  line-height: 2;
  text-align: center;
}
@media (max-width: 480px) {
  .main-schedule .main-schedule__des {
    margin: 20px auto 0;
    width: 90%;
    font-size: 1.6em;
    text-align: left;
  }
}
.main-schedule .main-schedule__weeks {
  margin: 50px auto 0;
  width: 842px;
}
@media (max-width: 930px) {
  .main-schedule .main-schedule__weeks {
    width: 90%;
  }
}
.main-schedule .main-schedule__weeks li {
  display: flex;
  justify-content: space-between;
  padding: 15px 30px 15px 20px;
  border: 1px solid #C4C4C4;
  border-radius: 20px;
}
@media (max-width: 480px) {
  .main-schedule .main-schedule__weeks li {
    flex-wrap: wrap;
    padding: 15px 10px 15px 0px;
  }
}
.main-schedule .main-schedule__weeks li:not(:first-child) {
  margin-top: 20px;
}
.main-schedule .main-schedule__weeks li .item-left {
  display: flex;
}
@media (max-width: 930px) {
  .main-schedule .main-schedule__weeks li .item-left {
    max-width: 480px;
  }
}
@media (max-width: 800px) {
  .main-schedule .main-schedule__weeks li .item-left {
    max-width: 470px;
  }
}
.main-schedule .main-schedule__weeks li .item-left p {
  margin-left: 20px;
}
@media (max-width: 480px) {
  .main-schedule .main-schedule__weeks li .item-left p {
    margin-left: 0;
  }
}
.main-schedule .main-schedule__weeks li .item-right {
  padding-left: 30px;
  width: 160px;
  border-left: 1px solid #C4C4C4;
}
@media (max-width: 480px) {
  .main-schedule .main-schedule__weeks li .item-right {
    padding-left: 75px;
    width: 100%;
    border-left: none;
  }
}
.main-schedule .main-schedule__weeks li p {
  font-size: 1.6em;
}
@media (max-width: 480px) {
  .main-schedule .main-schedule__weeks li p {
    font-size: 1.4em;
  }
}
.main-schedule .main-schedule__weeks li p span {
  display: block;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .main-schedule .main-schedule__weeks li p span {
    font-size: 16px;
  }
}
.main-schedule .main-schedule__weeks li .img-week {
  width: 81px;
  height: 85px;
}
@media (max-width: 480px) {
  .main-schedule .main-schedule__weeks li .img-week {
    width: 75px;
    height: 73px;
  }
}

.main-use h2 {
  position: relative;
  margin-left: 40px;
  font-size: 3.2em;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 480px) {
  .main-use h2 {
    font-size: 2.2em;
  }
}
.main-use h2::before {
  position: absolute;
  content: "";
  margin-left: -103px;
  top: 3px;
  left: 50%;
  width: 43px;
  height: 43px;
  background: url("../assets/img/icons/icon_use-info.png") no-repeat;
  background-size: contain;
}
@media (max-width: 480px) {
  .main-use h2::before {
    margin-left: -73px;
    top: 1px;
    width: 30px;
    height: 30px;
  }
}
.main-use .main-use__list {
  position: relative;
  margin: 0 auto;
  width: 842px;
}
@media (max-width: 930px) {
  .main-use .main-use__list {
    width: 90%;
  }
}
.main-use .main-use__list.img-persons::before {
  position: absolute;
  content: "";
  margin-left: -440px;
  width: 229px;
  height: 225px;
  top: -130px;
  left: 50%;
  background: url("../assets/img/items/item_use-person01.png") no-repeat;
  background-size: contain;
}
@media (max-width: 930px) {
  .main-use .main-use__list.img-persons::before {
    margin-left: -390px;
  }
}
@media (max-width: 480px) {
  .main-use .main-use__list.img-persons::before {
    margin-left: -180px;
    width: 125px;
    height: 113px;
    top: -110px;
  }
}
.main-use .main-use__list.img-persons::after {
  position: absolute;
  content: "";
  margin-right: -473px;
  width: 217px;
  height: 197px;
  top: -104px;
  right: 50%;
  background: url("../assets/img/items/item_use-person02.png") no-repeat;
  background-size: contain;
}
@media (max-width: 930px) {
  .main-use .main-use__list.img-persons::after {
    margin-right: -423px;
  }
}
@media (max-width: 480px) {
  .main-use .main-use__list.img-persons::after {
    margin-right: -185px;
    width: 108px;
    height: 144px;
    top: -96px;
  }
}
.main-use .main-use__list h3 {
  position: relative;
  margin-top: 100px;
  font-size: 2.4em;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 480px) {
  .main-use .main-use__list h3 {
    margin-top: 60px;
    font-size: 1.8em;
  }
}
.main-use .main-use__list h3 .img-check {
  margin-right: 10px;
  width: 41px;
  height: 34px;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .main-use .main-use__list h3 .img-check {
    width: 32px;
    height: 27px;
  }
}
.main-use .main-use__list .main-use__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .main-use .main-use__list .main-use__box {
    flex-wrap: wrap;
  }
}
.main-use .main-use__list .img-arrow {
  margin: 0 auto;
  width: 13px;
  height: 18px;
}
@media (max-width: 480px) {
  .main-use .main-use__list .img-arrow {
    transform: rotate(90deg);
  }
}
.main-use .main-use__list .list-item {
  width: 400px;
  font-size: 1.6em;
  text-align: center;
  border-radius: 10px;
}
@media (max-width: 930px) {
  .main-use .main-use__list .list-item {
    width: 330px;
  }
}
@media (max-width: 480px) {
  .main-use .main-use__list .list-item {
    width: 100%;
  }
}
.main-use .main-use__list .list-item.before {
  height: 160px;
  border: 3px solid #676C6C;
}
.main-use .main-use__list .list-item.after {
  height: 200px;
  border: 3px solid #48B7B6;
}
.main-use .main-use__list .list-item.after span {
  background: #48B7B6;
}
.main-use .main-use__list .list-item.after .list-item__box {
  height: 150px;
}
.main-use .main-use__list .list-item.after img {
  display: block;
  margin: 0 auto 10px;
}
.main-use .main-use__list .list-item.after .img-use01 {
  width: 56px;
  height: 45px;
}
.main-use .main-use__list .list-item.after .img-use02 {
  width: 59px;
  height: 57px;
}
.main-use .main-use__list .list-item.after .img-use03 {
  width: 59px;
  height: 52px;
}
.main-use .main-use__list .list-item.after .img-use04 {
  width: 61px;
  height: 59px;
}
.main-use .main-use__list .list-item.after .img-use05 {
  width: 59px;
  height: 64px;
}
.main-use .main-use__list .list-item span {
  display: block;
  padding: 10px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background: #676C6C;
}
@media (max-width: 480px) {
  .main-use .main-use__list .list-item span {
    font-size: 16px;
  }
}
.main-use .main-use__list .list-item .list-item__box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
}

.main-voice h2 {
  position: relative;
  margin-left: 50px;
  font-size: 3.2em;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 480px) {
  .main-voice h2 {
    font-size: 2.2em;
  }
}
.main-voice h2::before {
  position: absolute;
  content: "";
  margin-left: -130px;
  top: 3px;
  left: 50%;
  width: 43px;
  height: 41px;
  background: url("../assets/img/icons/icon_voice.png") no-repeat;
  background-size: contain;
}
@media (max-width: 480px) {
  .main-voice h2::before {
    margin-left: -102px;
    top: 0px;
    width: 37px;
    height: 35px;
  }
}
.main-voice .main-voice__list {
  margin: 80px auto 0;
  width: 842px;
}
@media (max-width: 930px) {
  .main-voice .main-voice__list {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .main-voice .main-voice__list {
    margin-top: 40px;
    width: 80%;
  }
}
.main-voice .main-voice__list img {
  margin-top: 2em;
}
.main-voice .main-voice__list li {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  margin-top: 4em;
}
.main-voice .main-voice__list li:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 480px) {
  .main-voice .main-voice__list li {
    flex-wrap: wrap;
  }
}
.main-voice .main-voice__list li .img-voice {
  width: 261px;
  height: 205px;
}
.main-voice .main-voice__list li .text-box {
  width: 100%;
  max-width: 460px;
}
@media (max-width: 930px) {
  .main-voice .main-voice__list li .text-box {
    max-width: 390px;
  }
}
@media (max-width: 480px) {
  .main-voice .main-voice__list li .text-box {
    margin-top: 20px;
  }
}
.main-voice .main-voice__list li .text-box .item-name {
  font-size: 1.5em;
  font-weight: 600;
}
.main-voice .main-voice__list li .text-box .item-title {
  margin-top: 30px;
  font-size: 1.8em;
  font-weight: 600;
}
.main-voice .main-voice__list li .text-box .item-text {
  margin-top: 12px;
  font-size: 1.4em;
  line-height: 1.8;
}

.main-contact h2 {
  position: relative;
  margin-left: 50px;
  font-size: 5em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5em;
}
.main-contact h2 span {
  color: #48B7B6;
  font-weight: 600;
}
@media (max-width: 480px) {
  .main-contact h2 {
    font-size: 2em;
  }
}
.main-contact h2::before {
  position: absolute;
  content: "";
  margin-left: -300px;
  top: 18px;
  left: 50%;
  width: 41px;
  height: 41px;
  background: url("../assets/img/icons/icon_headphone.png") no-repeat;
  background-size: contain;
}
@media (max-width: 480px) {
  .main-contact h2::before {
    margin-left: -160px;
    top: 1px;
    left: 50%;
    width: 28px;
    height: 28px;
  }
}
.main-contact h3 {
  position: relative;
  font-size: 3.2em;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 480px) {
  .main-contact h3 {
    font-size: 2.2em;
  }
}
.main-contact .main-contact__form {
  margin: 0 auto;
  width: 100%;
  max-width: 680px;
}
@media (max-width: 480px) {
  .main-contact .main-contact__form {
    width: 90%;
  }
}
.main-contact .main-contact__form .form__list {
  margin-top: 100px;
}
@media (max-width: 480px) {
  .main-contact .main-contact__form .form__list {
    margin-top: 60px;
  }
}
.main-contact .main-contact__form .form__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 480px) {
  .main-contact .main-contact__form .form__list li {
    flex-wrap: wrap;
  }
}
.main-contact .main-contact__form .form__list li label {
  font-size: 1.6em;
  font-weight: 600;
}
.main-contact .main-contact__form .form__list li label.must::after {
  content: "必須";
  margin-left: 20px;
  padding: 4px 16px;
  color: #fff;
  font-size: 14px;
  background: #414141;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .main-contact .main-contact__form .form__list li .input-box {
    width: 100%;
  }
}
.main-contact .main-contact__form .form__list li .input-box span {
  display: block;
  margin-top: 4px;
  margin-left: 4px;
  color: red;
  font-size: 1.2em;
}
.main-contact .main-contact__form .form__list li input {
  padding: 0 10px;
  width: 360px;
  height: 44px;
  font-size: 1.5em;
  border: 1px solid #BFBFBF;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .main-contact .main-contact__form .form__list li input {
    margin-top: 8px;
    width: 100%;
  }
}
.main-contact .main-contact__form .form__list li input:focus {
  outline: solid 2px #327EC2;
}
.main-contact .main-contact__form .form-check {
  position: relative;
  margin-top: 50px;
  text-align: center;
}
.main-contact .main-contact__form .form-check label,
.main-contact .main-contact__form .form-check input {
  position: relative;
  cursor: pointer;
}
.main-contact .main-contact__form .form-check label::before, .main-contact .main-contact__form .form-check label::after {
  content: "";
  display: block;
  position: absolute;
  transition: 0.2s;
}
.main-contact .main-contact__form .form-check label::before {
  width: 25px;
  height: 25px;
  top: 7px;
  left: -40px;
  background: #fff;
  border: 1px solid #48B7B6;
  border-radius: 4px;
  transform: translateY(-50%);
}
.main-contact .main-contact__form .form-check label::after {
  width: 23px;
  height: 12px;
  top: -6px;
  left: -37px;
  border-bottom: 5px solid #48B7B6;
  border-left: 5px solid #48B7B6;
  transform: rotate(-45deg);
  opacity: 0;
}
.main-contact .main-contact__form .form-check input:checked + label::after {
  opacity: 1;
}
.main-contact .main-contact__form .form-check label {
  margin-left: 10px;
  color: #414141;
  font-size: 1.6em;
  font-weight: 600;
  vertical-align: middle;
}
.main-contact .main-contact__form .form-check label span {
  color: #414141;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
.main-contact .main-contact__form .form-check label span:hover {
  color: #48B7B6;
  transition: 0.3s;
}
.main-contact .main-contact__form button {
  display: block;
  margin: 50px auto 0;
  width: 75%;
  padding: 20px;
  color: #fff;
  font-size: 1.6em;
  background: rgb(50, 126, 194);
  background: linear-gradient(146deg, rgb(50, 126, 194) 0%, rgb(72, 183, 182) 100%);
  border-radius: 50px;
  border: none;
  cursor: pointer;
}
.main-contact .main-contact__form button:disabled {
  background: #e9e9e9;
}

.footer {
  padding: 36px 10px;
  text-align: right;
  background: #414141;
}
.footer .footer__nav-box {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
@media (max-width: 480px) {
  .footer .footer__nav-box {
    flex-wrap: wrap;
  }
}
.footer .img-logo {
  width: 100px;
  height: auto;
}
.footer .footer__nav li {
  display: inline-block;
  padding: 0 12px;
  font-size: 1.4em;
  border-right: 1px solid #fff;
}
@media (max-width: 480px) {
  .footer .footer__nav li {
    font-size: 1.2em;
  }
}
.footer .footer__nav li:last-child {
  border: none;
}
.footer .footer__nav li a,
.footer .footer__nav li span {
  color: #fff;
  transition: 0.8s;
  cursor: pointer;
}
.footer .footer__nav li a:hover,
.footer .footer__nav li span:hover {
  color: #327EC2;
}
.footer .footer__copy {
  margin: 20px auto 0;
  padding-right: 10px;
  width: 100%;
  max-width: 1200px;
  color: #fff;
  font-size: 1.2em;
}/*# sourceMappingURL=style.css.map */